This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - CyberLab
Pages: [1]
1
« on: April 28, 2020, 03:22:11 pm »
make -f Makefile g++ -c LaserBoy.cpp -o ../src/LaserBoy.obj -O3 -msse2 -mfpmath=sse -Wall -Wextra -frounding-math -fsignaling-nans -Wno-missing-field-initializers -Wno-misleading-indentation -Wno-unused-but-set-variable -fexpensive-optimizations -static In file included from LaserBoy.cpp:30: LaserBoy_SDL_GUI.hpp:35:10: fatal error: SDL/SDL.h: No such file or directory 35 | #include <SDL/SDL.h> | ^~~~~~~~~~~ compilation terminated. make: *** [Makefile:26: ../src/LaserBoy.obj] Ошибка 1 Thanks for the advice! I installed the libboost-all-dev library, but now the SDL.h library is missing
2
« on: April 25, 2020, 05:53:18 pm »
Hey. I admit right away I'm not a specialist in compilation. When compiling, I get the following error: make -f Makefile g++ -c LaserBoy.cpp -o ../src/LaserBoy.obj -O3 -msse2 -mfpmath=sse -Wall -Wextra -frounding-math -fsignaling-nans -Wno-missing-field-initializers -Wno-misleading-indentation -Wno-unused-but-set-variable -fexpensive-optimizations -static In file included from LaserBoy_macros.hpp:34, from LaserBoy_common.hpp:34, from LaserBoy_color.hpp:33, from LaserBoy_bmp.hpp:33, from LaserBoy_segment.hpp:34, from LaserBoy_frame.hpp:34, from LaserBoy_frame_set.hpp:34, from LaserBoy_space.hpp:34, from LaserBoy_TUI.hpp:33, from LaserBoy_GUI_base.hpp:33, from LaserBoy_SDL_GUI.hpp:34, from LaserBoy.cpp:30: LaserBoy_includes.hpp:63:10: fatal error: boost/filesystem.hpp: No such file or directory 63 | #include <boost/filesystem.hpp> | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:26: ../src/LaserBoy.obj] Ошибка 1
Pages: [1]
|