Cuberite Forum
freebsd compilation error - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: freebsd compilation error (/thread-1215.html)

Pages: 1 2


RE: freebsd compilation error - xoft - 08-12-2013

Ok, so gmake is still trying to use libdl instead of libltdl. Can you post the output of "uname -a" on that system? Thanks.


RE: freebsd compilation error - xreprimand - 08-12-2013

(08-12-2013, 09:37 PM)xoft Wrote: Ok, so gmake is still trying to use libdl instead of libltdl. Can you post the output of "uname -a" on that system? Thanks.

No! Everything is ok (read my previous post), i forgot to delete old file before "fetch". So your new GNUmakefile works correctly.

Code:
$ uname -a
FreeBSD xdevelnet.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64



RE: freebsd compilation error - bearbin - 08-12-2013

xrepri, if you want to give me SSH it would be great - I could set up a build for freeBSD MCServer.


RE: freebsd compilation error - xreprimand - 08-12-2013

(08-12-2013, 10:16 PM)bearbin Wrote: xrepri, if you want to give me SSH it would be great - I could set up a build for freeBSD MCServer.
Well, i solved errors, so everything is ok now


RE: freebsd compilation error - bearbin - 08-12-2013

It's that I don't have a FreeBSD machine, and I would like to add FreeBSD to my buildserver (ci.berboe.co.uk) so that it's easy for new people to install it on their FreeBSD machine.