Hello,

The standard way to include a header file in a framework is
[FRAMEWORK/HEADER], the following simple patch fixes this so that one no
longer needs to set compiler flags in order to find the header file.

Index: drivers/aqt.c
===================================================================
--- drivers/aqt.c	(revision 10793)
+++ drivers/aqt.c	(working copy)
@@ -30,7 +30,7 @@
 /* OS X specific header files */
 
 #import <Foundation/Foundation.h>
-#import <aquaterm/AQTAdapter.h>
+#import <AquaTerm/AQTAdapter.h>
 
 /* PLplot header files */
 
Leo
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to