From: Thomas K. <tho...@us...> - 2004-11-08 14:33:41
|
On Sat, Nov 06, 2004 at 07:35:48PM +0100, Dennis Smit wrote: > > Also, the configure script complains about libdl missing; > > however, on NetBSD (and the other BSDs too, I think) libdl > > is not needed, the dl* functions are in libc itself. At > > least it doesn't stop here :) > > Hmms, I'm not too sure about this one, Duilio do you have more > experience with this ? Perhaps I wasn't clear enough on this -- it's not an actual problem, everything works even if the test is unchanged. > > And libvisual-plugins is lying to me -- the configure script > > says: > > install path : /usr/pkg/libvisual > > while in reality, the plugins go into /usr/pkg/lib/libvisual. > > Ai, my experience with auto* is very bad, Do you know a possible > solution for this ? Actually, that's very easy to fix, see attached diff. It's just a message :) > I think we can nail most of it for atleast the next release by > ourself, but nonetheless thank you! :) Ok, I'm looking forward to it. :) In the meantime I also made a package libvisual-gforce, which has only one problem: the check in unix/Headers/trunc.h doesn't work for me, since NetBSD does not have trunc(), but all of the tests are in #ifdef HAVE_CONFIG_H, and the configure script does not generate a config.h, but adds -Ds to the command line instead. Also, the configure script doesn't even seem to check for trunc(). If the trunc()-arguments are positive, one could use floor() instead, which is in C89 and thus probably more portable. (trunc() is new in C99.) libvisual-nebulus packaged without any problems. Cheers, Thomas |