shinyquagsire23 / OpenJKDF2

A cross-platform reimplementation of JKDF2 in C
Other
487 stars 38 forks source link

Failed to Generate on Linux 64bit globals.h (Unknown option -D) #285

Open i34sti1337 opened 8 months ago

i34sti1337 commented 8 months ago

./build_linux64.sh-- Going to build “libpng 1.6.39” from Git module -- Going to build “SDL 2.26.5” from Git module SDL_VERSION_MAJOR == 2 SDL_VERSION_MINOR == 26 SDL_VERSION_PATCH == 5 -- Going to build “SDL_mixer 2.6.3” from Git module SDL_MIXER_VERSION_MAJOR == 2 SDL_MIXER_VERSION_MINOR == 6 SDL_MIXER_VERSION_PATCH == 3 -- Configuring done (0.2s) -- Generating done (0.0s) -- Build files have been written to: /home/user/OpenJKDF2/build_linux64 [ 50%] Built target ZLIB_Linux_x86_64 [100%] Built target PROTOBUF [ 8%] Built target GLEW [ 9%] Built target ZLIB_Linux_x86_64 [ 9%] Built target SDL [ 19%] Built target PROTOBUF [ 20%] Built target PHYSFS [ 20%] Built target SDL_mixer [ 21%] Built target LIBPNG [ 22%] Built target GNS_HACK_ZLIB [ 24%] Built target GAMENETWORKINGSOCKETS [ 24%] Generating /home/user/OpenJKDF2/src/globals.h Unknown option -D

shinyquagsire23 commented 8 months ago

What distro/version are you on?

i34sti1337 commented 8 months ago

Arch Linux

shinyquagsire23 commented 7 months ago

Sorry for the late response, can you run these two commands and paste the output?

$ which cog
$ pip3 install cogapp

Also, did you make sure to follow the instructions in BUILDING.md?

i34sti1337 commented 7 months ago

i had to install python-cogapp than compiling was successful.