In plConfig.h there is a group of lines:

#ifdef HAVE_CONFIG_H
#  include <plplot_config.h>
#endif

which should only get included when building plplot, but when building
other packages (notably gnudatalanguage) HAVE_CONFIG_H is defined with the
result that the build fails because plplot_config.h is not found.

I'm not sure what the solution is, a quick-dirty fix to get gdl to build is
to remove the lines altogether, but the should be a better way.

Any ideas?

James
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to