pereraa / iphone-dev

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

Can't Compile LLVM-SVN on Ubuntu 10.10 Maverick #211

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure with revision 42498
2. make ENABLE_OPTIMIZED=1 produces errors
3. sudo make install doesn't install

What is the expected output? What do you see instead?
Expected: Cleanly compile, instead doesn't.

What version of the product are you using? On what operating system?
Ubuntu Linux 10.10 Maverick

Please provide any additional information below.
It works with the latest revision

Original issue reported on code.google.com by coolstar...@gmail.com on 20 Dec 2010 at 6:51

GoogleCodeExporter commented 8 years ago
The are libraries that need to be added all throughout the project to get it to 
run. Attached is a patch file that adds those needed headers. Simple download 
into the root directory of the project, change to that directory and run the 
following command:
patch -p0 -i patch.diff

Original comment by compl...@gmail.com on 8 Mar 2011 at 4:40

Attachments: