thx1766 / tivoremote

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

Error building TiVoRemote from sources #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I try to build TiVoRemote on iPod Touch with iphone toolchain 2.0.3, 
   few days ago the process was successful but today doesn't work

What is the expected output? What do you see instead?

source/RemotePage.m:24:26: error: UIKit/UIColor.h: No such file or directory
source/RemotePage.m: In function '-[RemotePage initWithFrame:]':
source/RemotePage.m:50: error: 'UIColor' undeclared (first use in this
function)
source/RemotePage.m:50: error: (Each undeclared identifier is reported only
once
source/RemotePage.m:50: error: for each function it appears in.)
make: *** [obj/RemotePage.o] Error 1

This is the compiler output, the UIColor.h header file not exists like 
many others ()

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by ynwi...@gmail.com on 24 Jan 2009 at 4:37