pereraa / iphone-dev

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

issues on Ubuntu trying to make llvm-svn #186

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make ENABLE_OPTIMIZED=1

What is the expected output? What do you see instead?
the expected output is al going ok without errors. I've fixed many error's
but one I can't fix! I get this error:
Archive.cpp:212: fout: ‘auto_ptr’ was not declared in this scope
Archive.cpp:212: fout: expected primary-expression before ‘>’ token
Archive.cpp:214: fout: ‘Buffer’ was not declared in this scope

What version of the product are you using? On what operating system?
I use the newest version on Ubuntu 9.04

Please provide any additional information below.
there are many error's, most caused by missing #import's

Original issue reported on code.google.com by LeroyBoe...@gmail.com on 6 Aug 2009 at 9:21

GoogleCodeExporter commented 8 years ago
hmm I am getting the same error, yet no one commented on this :( bummer.

Original comment by xlo...@gmail.com on 1 Dec 2009 at 3:39

GoogleCodeExporter commented 8 years ago
Ok I know this post is old.. but for users that are having the same problem.. 
Just
include #include <memory> in Archive.cpp, I was looking at <vector> but 
realized that
it was not needed.

Original comment by xlo...@gmail.com on 1 Dec 2009 at 3:48