63
« Last post by evanwidloski on August 25, 2012, 05:44:08 pm »
I followed the instructions, but after copying noise/src to mineserver/src, libnoise fails to compile with this error.
g++: ../src/.libs/latlon.o: No such file or directory
g++: ../src/.libs/noisegen.o: No such file or directory
make: *** [libnoise.so.0.3] Error 1
.libs is indeed empty. getting desperate, i copied latlon.o and noisegen.o to .libs and got this error:
/usr/lib/gcc/i686-redhat-linux/4.4.6/../../../crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [libnoise.so.0.3] Error 1
Any ideas?