NickThePowerful / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

Missing UIKeyboardInputProtocol.h file... #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install toolchain (following your building guide)
2. Try some compile
3.

What is the expected output? What do you see instead?
a running executable

What version of the product are you using? On what operating system?
10.5.1 / Xcode 3.0

Please provide any additional information below.
arm-apple-darwin-gcc -c -O3  mainapp.m -o mainapp.o
In file included from EBookView.h:24,
                 from BooksApp.h:39,
                 from mainapp.m:19:
/usr/local/lib/gcc/arm-apple-darwin/4.0.1/../../../../arm-apple-darwin/include/U
IKit/UIWebView.h:9:36:
error: UIKeyboardInputProtocol.h: No such file or directory

Original issue reported on code.google.com by prxi...@gmail.com on 18 Nov 2007 at 1:19

GoogleCodeExporter commented 9 years ago
This  app was written in .2 toolchain. The headers have changed since. Use .2 or
change your #inputs to appropriate header names. 

Original comment by boris.io...@gmail.com on 26 Nov 2007 at 8:32

GoogleCodeExporter commented 9 years ago
Confirmed. Halting compilation of mcolloquy for example.

Original comment by avoc...@gmail.com on 1 Dec 2007 at 3:13

GoogleCodeExporter commented 9 years ago
And this is a systemic error of the newest toolchain checkout (from today), 
that it #imports a header file 
("UIKeyboardInputProtocol.h") that doesn't exist in the install.

Original comment by avoc...@gmail.com on 1 Dec 2007 at 3:40