-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Setup:
inc.h
No new line at the end of file! a - is the last symbol of the file.
// blabla # blablasrc.c
#include "inc.h"Commands
nocc-server -log-filename nocc_server.log -log-verbosity 2NOCC_GO_EXECUTABLE=nocc-daemon NOCC_SERVERS="127.0.0.1:43210" NOCC_LOG_FILENAME=nocc_client.log NOCC_LOG_VERBOSITY=2 nocc gcc -I. -o src.o -c src.cResult
Client hangs (presumably stuck at analyzing includes).
Logs:
nocc_server.log
2024-04-19 13:11:50 INFO nocc-server started
2024-04-19 13:11:50 INFO env: listenAddr 0.0.0.0:43210 ; ulimit -n 4096 ; num cpu 8 ; version v1.2.1, rev 7510928, compiled at 2024-04-19 10:07:51 UTC
2024-04-19 13:11:57 INFO new client clientID kuWXCYxu version v1.2.1, rev 7510928, compiled at 2024-04-19 10:07:36 UTC ; nClients 1
2024-04-19 13:11:57 INFO new remotes list 1 clientID kuWXCYxu 127.0.0.1
nocc_client.log
2024-04-19 13:11:57 INFO nocc-daemon started in 2 ms
2024-04-19 13:11:57 INFO env: clientID kuWXCYxu ; user user ; num servers 1 ; ulimit -n 4096 ; num cpu 8 ; version v1.2.1, rev 7510928, compiled at 2024-04-19 10:07:36 UTC
Workarounds
- Add new line to the end of include file.
- Use
NOCC_DISABLE_OWN_INCLUDES=1.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels