Latest cvs debian build with udpfromto and smux
During linking udpfromto and smux were unresolved I brute forced it by placing a #define WITH_xxx 1 at the top of the source file. Apparently those two arent defined to 1 in autconf.h Is this something specific to me?
On Thu 14 Dec 2006 09:13, Joe Maimon wrote:
During linking udpfromto and smux were unresolved
I brute forced it by placing a #define WITH_xxx 1 at the top of the source file.
Apparently those two arent defined to 1 in autconf.h
Is this something specific to me?
I see the same problem when building on SUSE. (I only updated my snapshot builds last night and hadn't gotten around to sending a mail about it yet) Cheers -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
Joe Maimon wrote:
During linking udpfromto and smux were unresolved
I brute forced it by placing a #define WITH_xxx 1 at the top of the source file.
Apparently those two arent defined to 1 in autconf.h
Thanks for the report. Actually "autoconf.h" is included a few lines after the #ifdef WITH_xxx therefore it doesn't work. I've checked in a fix in CVS. It should work if you update and try again. -- Nicolas Baradakis
participants (3)
-
Joe Maimon -
Nicolas Baradakis -
Peter Nixon