[Mysql-cocoa-users] Header files...
Brought to you by:
sergecohen
|
From: Ezat H. <eza...@vi...> - 2003-09-24 11:24:09
|
I am trying to use the 'bundled' flavour of SMySQL with some problems. In my main header file I have placed the following: #import <SMySQL_bundled/SMySQL.h> which seems ok to me. However, when I compile I get the following: /Library/Frameworks/SMySQL_bundled.framework/Headers/SMySQL.h:30:35: SMySQL/SMySQLConstants.h: No such file or directory /Library/Frameworks/SMySQL_bundled.framework/Headers/SMySQL.h:31:27: SMySQL/MCPNull.h: No such file or directory /Library/Frameworks/SMySQL_bundled.framework/Headers/SMySQL.h:32:29: SMySQL/MCPResult.h: No such file or directory /Library/Frameworks/SMySQL_bundled.framework/Headers/SMySQL.h:33:33: SMySQL/MCPConnection.h: No such file or directory /Library/Frameworks/SMySQL_bundled.framework/Headers/SMySQL.h:34:33: SMySQL/MCPResultPlus.h: No such file or directory /Library/Frameworks/SMySQL_bundled.framework/Headers/SMySQL.h:35:34: SMySQL/MCPFastQueries.h: No such file or directory I don't get it. It should be included in the framework. If I look at SMySQL.h I see: #import <SMySQL/SMySQLConstants.h> #import <SMySQL/MCPNull.h> #import <SMySQL/MCPResult.h> #import <SMySQL/MCPConnection.h> #import <SMySQL/MCPResultPlus.h> #import <SMySQL/MCPFastQueries.h> #import "mysql.h" //#import <SMySQL/mysql.h> Any ideas on what I am doing wrong. Is there a different search path that I should be using? Ezat |