Replies: 2 comments
-
Hello, Please try: HTH, |
Beta Was this translation helpful? Give feedback.
0 replies
-
From my point of view, the current way with the script
Less than five minutes on most 2 or 4 cores current laptops ... Then for the MSwin side, same script, look at this tuto |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried to compile the latest gdl (on git as of 2021-07-19) in both Linux (Ubuntu) and Windows(cygwin). In both cases the build fails with the error:
[ 15%] Built target antlr
[ 16%] Building CXX object CMakeFiles/gdl.dir/CFMTLexer.cpp.o
In file included from /cygdrive/f/gdl_windows/gdl/src/CFMTLexer.cpp:3:
/cygdrive/f/gdl_windows/gdl/src/includefirst.hpp:37:10: fatal error: config.h: No such file or directory
37 | #include <config.h>
| ^~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/gdl.dir/build.make:76: CMakeFiles/gdl.dir/CFMTLexer.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/gdl.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
Here are the build steps:
cd ./build
cmake ../src ../build
make
Attached are the files
./src/CMakeLists.txt
./build/Makefile (renamed Makefile.txt or it would not upload)
./build/CMakeFiles/CMakeOutput.log
What am I missing? I am an idl programmer with no experience with C, C++ or cmake
Cheers,
Bill Gallery
CMakeLists.txt
Makefile.txt
CMakeOutput.log
Beta Was this translation helpful? Give feedback.
All reactions