View Single Post
  #17  
Old 07-29-2023, 12:30 PM
Indefinite Indefinite is offline
Kobold

Indefinite's Avatar

Join Date: Apr 2014
Posts: 142
Default

Quote:
Originally Posted by joppykid [You must be logged in to view images. Log in or Register.]
Ah, I see. Tried on two machines and I get this error when I try to compile with make -f Makefile

cc -c -o build/main.o src/main.c -O2 -Wall -Wno-strict-aliasing
make: cc: No such file or directory
make: *** [Makefile:30: build/main.o] Error 127

Not sure what I am doing wrong lol. Wish I never got rid of my compiled version I had way back.
It looks like there could be missing files during the compile? I've used a similar tool by Zaela called eqemu-login-helper, which I think has a similar but different solution to the login server packet order issue. After a git clone and a `make` it leaves a binary in the bin directory. Have yet to run in to any issues compiling it on debian.
__________________
Reply With Quote