For$
<!-- begin site header -->
<div id=

Show Posts

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 - evanwidloski

Pages: [1]
1
Discussion / libnoise fails to compile
« 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?

Pages: [1]