Hi, 2012/11/17 Emery <[email protected]>: > I've been working on bumping the ebuild to 1.0.1.
Nice, thank you for that! > The sdl issue can be avoid by depending on dev-ml/ocamlsdl[truetype] > > The problem is I'm getting a strange build error, it can be seen at the bottom > of this paste: http://bpaste.net/show/58476/ > > It happens during linking, I get the error > > tools/socket_stubs.o: In function `stub_set_tcp_nodelay': > socket_stubs.c:(.text+0x66): undefined reference to `setsockopt_int' > collect2: ld returned 1 exit status > > But here in socket_stubs.c I seem to see that function defined: > http://bpaste.net/show/58477/ > > The problem is I'm not good with C, and I know nothing about OCAML. It's a bug in our configure system that wrongly detects OCaml 4.x's version. Here's a patch that was used to fix the same issue on homebrew for mac: https://github.com/drfill/homebrew-liquidsoap/commit/89ff858bed64b0860ab75f85f8ee9625ed99f907 Romain ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
