[gradsusr] problem compiling libdap

Jose F Nieves nieves at VOLKRON.NET
Thu Jul 15 14:12:29 EDT 2010


> Hello,
> 
>  
> 
> I try to compile the DAPLIB library, but when I executed the make command, I
> found many
> 
> undefined function like strcmp and mencpy so I added many  include to
> <cstring>, like this
> 
>  
> 
> In files
> 
> DDXParser.cc, Vector.cc, Error.cc, util.cc, parser-util.cc, dds.y,
> RCReader.cc, 
> 
> I Added this include line #include <cstring> at include files section 
> 
> And in file GeoConstraint.cc
> 
> I Added this include line #include <algorithm> at include files section
> 
> But after that I found these errors, How can I include these missing symbols
> like CURL_SIZEOF_LONG?
> 
> (Note: the errors are in the end)
> 
> Please help me,
> 
> Best regards,
> 
> Huber Paul Gilt Lopez
> 

try adding 

#include <string.h>

instead. (Try putting that in config.h so that all those files include it
in one stroke).


Jose



More information about the gradsusr mailing list