Dear Alexander, I'm glad to hear you got it to work on FreeBSD. Since there is an #include <sys/types.h> in platform.h (maybe in the wrong spot for FreeBSD?) I'm not sure how to fix that one. I'm also confused by the gnome-libs requirement, I don't think gnome-libs is required for glade (but maybe your glade version?). Also, the transports/upnp/ code depends on libxml2 (not gtk/glade), so maybe your configure.ac hack broke something other check.
Anyway, if you (or someone else) has a (clean) patch that would properly fix some or all of the issues that you encountered on FreeBSD, I'd be happy to apply it. Best, Christian On Sunday 24 June 2007 11:45, Alexander Linden wrote: > Hi, > > I have now installed 0.7.2 on FreeBSD. > > Configure stopped with gnome-libs not found (related to libglade) > but --without-gtk was ignored. I didn't install anything for this but > changed configure.ac. instead. According to the manpage it must > be a bug that gnome parts are required to install the daemon. > > Second problem, it doesn't build. Tried an older version and found > the same problem. Solution was a one line change, the addition > of #include <sys/types.h> in platform.h. > > After adding this line it compiled until setup/lib, where it stopped at an > unchanged @[EMAIL PROTECTED] Certainly my own attempt to remove the > GUI features. I found a list of unused GTK definitions in the Makefile and > everything in this directory compiled after just removing them. Same > in transports/upnp. > > Next stop was in setup/text/conf.c. Solution was to add #define OSX to this > file because TIOCGETA works on FreeBSD. But I get lots of undefined > scm_ type references. Decided to compile without guile. > > After that it compiled on FreeBSD. > > > > _______________________________________________ > Bug-GNUnet mailing list > [EMAIL PROTECTED] > http://lists.gnu.org/mailman/listinfo/bug-gnunet _______________________________________________ GNUnet-developers mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnunet-developers
