You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to compile GDSercomm the following shows
vk:GDSercomm vanoak$ scons p=osx
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
gcc -o src/GDSercomm.os -c -g -O3 -arch x86_64 -fPIC -I. -Igodot_headers -Isercomm/include/public -Ilib src/GDSercomm.c
In file included from src/GDSercomm.c:5:
In file included from sercomm/include/public/sercomm/sercomm.h:28:
In file included from sercomm/include/public/sercomm/base.h:28:
sercomm/include/public/sercomm/common.h:28:10: fatal error: 'config.h' file not
found
#include "config.h"
^~~~~~~~~~
1 error generated.
scons: *** [src/GDSercomm.os] Error 1
scons: building terminated because of errors.
Is there a directory that should be on PATH or something?
Thank you.
The text was updated successfully, but these errors were encountered:
Hey. I might be late with my answer and I am not @ingeniamc, but GDSercomm builds for me. I built sercomm in a separate directory: cmake ., make, make install.
Hope it helps.
P.S.: I'm concerned about GDSercomm itself, there are some warnings in its code about signed and unsigned values, but thouse should be solvable.
Hello,
I posted this in the GDSercomm repository (https://github.com/Superwaitsum/GDSercomm) but the error triggers in the sercomm library.
When I try to compile GDSercomm the following shows
vk:GDSercomm vanoak$ scons p=osx
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
gcc -o src/GDSercomm.os -c -g -O3 -arch x86_64 -fPIC -I. -Igodot_headers -Isercomm/include/public -Ilib src/GDSercomm.c
In file included from src/GDSercomm.c:5:
In file included from sercomm/include/public/sercomm/sercomm.h:28:
In file included from sercomm/include/public/sercomm/base.h:28:
sercomm/include/public/sercomm/common.h:28:10: fatal error: 'config.h' file not
found
#include "config.h"
^~~~~~~~~~
1 error generated.
scons: *** [src/GDSercomm.os] Error 1
scons: building terminated because of errors.
Is there a directory that should be on PATH or something?
Thank you.
The text was updated successfully, but these errors were encountered: