libemu compilation

2012-06-18 Thread bofh
Trying to compile libemu (http://libemu.carnivore.it/) on 5.1. Make all breaks at: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I ../.. -Werror -Wall -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wstrict-prototypes -MT scprofiler.o -MD -MP -MF .deps/scprofiler.Tpo -c -o

Re: libemu compilation

2012-06-18 Thread bofh
Nevermind. Disabled the flags in the Makefile and I was done. -- http://www.glumbert.com/media/shift http://www.youtube.com/watch?v=tGvHNNOLnCk This officer's men seem to follow him merely out of idle curiosity. -- Sandhurst officer cadet evaluation. Securing an environment of Windows platforms

Re: libemu compilation

2012-06-18 Thread Remco
bofh wrote: Nevermind. Disabled the flags in the Makefile and I was done. Sounds like you're ignoring the problem which is usually a bad thing to do. You're probably missing a header, or possibly the sequencing of the header files is wrong. (inet(3) may help)

Re: libemu compilation

2012-06-18 Thread Stuart Henderson
On 2012-06-18, bofh goodb...@gmail.com wrote: Trying to compile libemu (http://libemu.carnivore.it/) on 5.1. Make all breaks at: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I ../.. -Werror -Wall -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wstrict-prototypes -MT