Undefined symbols during compilation on Mac OS X



Hello,

I have been attempting to compile gnome-vfs-2.14.0 on Mac OS X and the linker bailed out with the following messages:

/usr/bin/ld: Undefined symbols:
_ne_xml_dispatch_request
_ne_ssl_context_trustcert

In short, this means that the symbols ne_xml_dispatch_request and ne_ssl_context_trustcert were not found. I checked the bundled Neon source (and compared it to Neon SVN) and, as expected, didn't find the source files defining said functions in the Neon source.

Next, I checked out gnome-vfs-cvs. The required files do exist but the linker bails out with the same error. After a bit of checking, I found out that some of the files from the Neon distribution were not yet added into the list in Makefile.am.

Can this please be fixed? (I'm sorry, I'm not versed in the autotools, so I can't write a patch.)

Thanks,
~~ Ondra Hosek



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]