team-eternity / eternity

The Eternity Engine
http://eternity.youfailit.net/wiki/Main_Page
GNU General Public License v3.0
230 stars 36 forks source link

Compilation error #592

Closed Python-Sargent closed 9 months ago

Python-Sargent commented 1 year ago

is this an error on my side, not having a dependancy?

`

[ 76%] Building CXX object source/CMakeFiles/eternity.dir/s_sndseq.cpp.o [ 77%] Building CXX object source/CMakeFiles/eternity.dir/s_sound.cpp.o [ 77%] Building CXX object source/CMakeFiles/eternity.dir/sounds.cpp.o [ 77%] Building CXX object source/CMakeFiles/eternity.dir/sdl/i_input.cpp.o [ 77%] Building CXX object source/CMakeFiles/eternity.dir/sdl/i_main.cpp.o /home/user/eternity/source/sdl/i_main.cpp:23:10: fatal error: SDL_net.h: No such file or directory 23 | #include "SDL_net.h" | ^~~ compilation terminated. make[2]: [source/CMakeFiles/eternity.dir/build.make:3691: source/CMakeFiles/eternity.dir/sdl/i_main.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:369: source/CMakeFiles/eternity.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 [user@computer build]$

purposely removed my info `

Altazimuth commented 1 year ago

Looks to be it. What distro you on?

Python-Sargent commented 1 year ago

sorry for the late answer, I'm on Manjaro, ARCH-Linux, running on a M2A-vm HDMI

On Tue, May 9, 2023 at 1:53 PM Max Waine (Nightdive Studios) < @.***> wrote:

Looks to be it. What distro you on?

— Reply to this email directly, view it on GitHub https://github.com/team-eternity/eternity/issues/592#issuecomment-1540722612, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVPQZHXNYFXPAQA4VRMHMKDXFKHCRANCNFSM6AAAAAAX3U2DSE . You are receiving this because you authored the thread.Message ID: @.***>

Altazimuth commented 1 year ago

In that case just doing sudo pacman -S sdl2_net should do it? Ideally it'd yell at you if you lack the libs when generating CMake. I may need to look into that later.

Python-Sargent commented 1 year ago

OK, thanks, sorry for the late reply, I'll try this soon.

On Sat, May 20, 2023 at 5:23 AM Max Waine (Nightdive Studios) < @.***> wrote:

In that case just doing sudo pacman -S sdl2_net should do it? Ideally it'd yell at you if you lack the libs when generating CMake. I may need to look into that later.

— Reply to this email directly, view it on GitHub https://github.com/team-eternity/eternity/issues/592#issuecomment-1555871853, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVPQZHXSWGX4KASCKXGVA4LXHCEPZANCNFSM6AAAAAAX3U2DSE . You are receiving this because you authored the thread.Message ID: @.***>