|
From: Stephen S. <rad...@gm...> - 2015-08-21 14:54:52
|
Hi, Sorry for not answering yet. It is because I don't have an answer, as I do not have a Windows machine handy. However, I have tested in the past many times on MSYS, so I am not certain as to the cause. Are you using the distributed "configure" script, or are you running autogen.sh yourself? If one fails, I would suggest trying the other.. Steve On Sun, Aug 16, 2015 at 12:43 AM, Erik Ronström <er...@om...> wrote: > Hi! > > I’ve been using liblo for a while on Mac OS X, and it works beautifully! > Thanks for a great library! > > However, I have some trouble building liblo on Windows. I'm using > MinGW/msys, and the problem is that the configure script generates a > config.h that looks like this: > > /* config.h. Generated from config.h.in by configure. */ > /* config.h.in. Generated from configure.ac by autoheader. */ > > /* Define if building universal (internal helper macro) */ > #undef AC_APPLE_UNIVERSAL_BUILD > > /* Define this to enable ipv6. */ > #undef ENABLE_IPV6 > > /* Define this to enable threads. */ > #undef ENABLE_THREADS > > /* Define to 1 if you have the <dlfcn.h> header file. */ > #undef HAVE_DLFCN_H > > /* Define to 1 if you have the `getifaddrs' function. */ > #undef HAVE_GETIFADDRS > > /* Define to 1 if inet_pton() is available. */ > #undef HAVE_INET_PTON > > /* Define to 1 if you have the <inttypes.h> header file. */ > #undef HAVE_INTTYPES_H > > etc. > > I.e. all entries are undefined! This makes compilation stop later on > > CC liblo_la-address.lo > address.c: In function 'lo_address_new_from_url': > address.c:132:17: error: 'PACKAGE_NAME' undeclared (first use in this > function) > > Any input on why this happens is much appreciated! > > Best regards > Erik > > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel > |