isvirid / siphon

Automatically exported from code.google.com/p/siphon
0 stars 0 forks source link

error: Preferences/PSListController.h: No such file or directory (Compilation) #473

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
cd siphon/setting; make

What is the expected output? What do you see instead?
arm-apple-darwin-gcc -Wall -c -O2  SiphonSettings.m -o SiphonSettings.o
In file included from SiphonSettings.m:22:
SiphonSettings.h:28:41: error: Preferences/PSListController.h: No such file or 
directory
SiphonSettings.h:29:46: error: Preferences/PSListItemsController.h: No such 
file or directory
In file included from SiphonSettings.m:22:

What version of the product are you using? On what operating system?
i am use siphon from svn, and i compile siphon on linux, using the iphone-dev, 
and i compile the toolchain by 
http://code.google.com/p/iphone-dev/wiki/Building step by step , and i success 
build toolchain.

Please provide any additional information below.
Pls help me ,where i can get the  Preferences/PSListController.h, i have uses 
>locate  PSListController.h on my machine and search on google, i am perplexed.

i am using Centos 5.2
MacOSX10.4-Universal-SDK

Original issue reported on code.google.com by foxgo...@gmail.com on 14 Dec 2010 at 1:12

GoogleCodeExporter commented 9 years ago
Did you read this : http://code.google.com/p/siphon/wiki/SiphonCompilation

Original comment by samuelv0...@gmail.com on 14 Dec 2010 at 7:38