|
From: SourceForge.net <no...@so...> - 2011-09-22 20:08:55
|
Bugs item #3412871, was opened at 2011-09-22 21:49 Message generated for change (Comment added) made by straten You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=992842&aid=3412871&group_id=205239 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: APSR Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Cameron Rulten (rulten) >Assigned to: Willem van Straten (straten) Summary: Make fails Initial Comment: When installing psrdada I run into the following error. Please can you help? apsr_udpdb.c: In function ‘udpdb_start_function’: apsr_udpdb.c:187: error: ‘HOST_NAME_MAX’ undeclared (first use in this function) apsr_udpdb.c:187: error: (Each undeclared identifier is reported only once apsr_udpdb.c:187: error: for each function it appears in.) make[3]: *** [apsr_udpdb.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory `/data/pulsar/psrdada/apsr/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/data/pulsar/psrdada/apsr' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/data/pulsar/psrdada' make: *** [all] Error 2 ---------------------------------------------------------------------- >Comment By: Willem van Straten (straten) Date: 2011-09-23 06:08 Message: Hi Cameron, I've checked in a fix for this bug; however, you might encounter compilation errors further down the line. If compilation fails in the sub-directory for a backend that you don't need, please feel free to remove it from the SUBDIRS list in the top-level Makefile.am Cheers, Willem ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=992842&aid=3412871&group_id=205239 |