Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

printf

macrumors regular
Original poster
Aug 27, 2008
105
0
i'm using xcode 3.1.1 on OS X 10.6.2 and i'm trying to compile an adobe photoshop sdk plugin sample project and am getting the following error:
PHP:
SysError 0 during open of "PIDefines.h".

i should note that this is the only error and it's occuring in a resource (.r) file, so this may be 'rez' specific.

if i manually include the contents of this PIDefines.h header, OR change the include so that it uses a relative path the error obviously goes away. however, there are other includes in this file pointing to the same dir, and many of those have includes pointing to sdk files that i'd have to change, which i'd rather not do.

i tried setting the Header Search Paths in the project properties but it still can't seem to find it.

any ideas?
 
I don't use resources, so I can't say for certain that this will fix your problem, but there is a "Rez Search Paths" build setting. Maybe this is what you need to be changing.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.