|
From: Ashish A. <aga...@gm...> - 2014-10-23 17:04:24
|
I confirm that the trunk version compiles. On Thu, Oct 23, 2014 at 6:41 AM, Gerd Stolpmann <in...@ge...> wrote: > Yes, it is already fixed in svn: > > svn diff -r 2088:2089 > https://godirepo.camlcity.org/svn/lib-ocamlnet2/trunk > > 10.10 does not define mkfifoat, but the other *at functions, confusing > previous releases of ocamlnet. I haven't released the patch yet because > I did not get feedback whether the build really works now. So, if > somebody could just checkout and try it on 10.10, this would be highly > appreciated. > > Gerd > > Am Dienstag, den 21.10.2014, 07:54 -0400 schrieb Ashish Agarwal: > > Has anyone else hit this compile error. It happens on the latest Mac > > OS X 10.10. I tested with OCaml 4.02.0 and 4.02.1. I'm compiling via > > opam, which provides ocamlnet 3.7.6. > > > > > > > > > > # ocamlfind ocamlc -g -I ../../src/netstring -package "unix" -w > > -3-25 -c main.ml > > # rm -f ocamlrpcgen ocamlrpcgen > > # OCAMLPATH="..:$OCAMLPATH" \ > > # ocamlfind ocamlc -g -I ../../src/netstring -package "unix" -w > > -3-25 -custom -o ocamlrpcgen \ > > # -package unix,netstring,str \ > > # rpc_generator.cma main.cmo -linkpkg > > # rm lexer.ml > > ### stderr ### > > # ...[truncated] > > # Undefined symbols for architecture x86_64: > > # "_mkfifoat", referenced from: > > # _netsys_mkfifoat in libnetsys.a(netsys_c.o) > > # (maybe you meant: _netsys_mkfifoat) > > # ld: symbol(s) not found for architecture x86_64 > > # clang: error: linker command failed with exit code 1 (use -v to see > > invocation) > > # File "_none_", line 1: > > # Error: Error while building custom runtime system > > # make[1]: *** [ocamlrpcgen] Error 2 > > # make: *** [all] Error 2 > > > > > > > ------------------------------------------------------------------------------ > > Comprehensive Server Monitoring with Site24x7. > > Monitor 10 servers for $9/Month. > > Get alerted through email, SMS, voice calls or mobile push notifications. > > Take corrective actions from your mobile device. > > http://p.sf.net/sfu/Zoho > > _______________________________________________ > > Ocamlnet-devel mailing list > > Oca...@li... > > https://lists.sourceforge.net/lists/listinfo/ocamlnet-devel > > -- > ------------------------------------------------------------ > Gerd Stolpmann, Darmstadt, Germany ge...@ge... > My OCaml site: http://www.camlcity.org > Contact details: http://www.camlcity.org/contact.html > Company homepage: http://www.gerd-stolpmann.de > ------------------------------------------------------------ > > |