cseverino / openmeta

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

Leftover references to omtool prevent openmeta from building using trunk checkout #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout http://openmeta.googlecode.com/svn/trunk/ openmeta-read-only
2. open ./trunk/openmeta/openmeta.xcodeproj in Xcode
3. Attempt to build

What is the expected output? What do you see instead?
Expect openmeta tool to build, instead get errors about missing 
omtool_Prefix.pch

What version of the product are you using? On what operating system?
Xcode 3.2 on OS-X 10.6.2, but likely doesn't matter

Please provide any additional information below.
I've attached a diff showing what I changed in the xcode project order to build 
openmeta cleanly.  
(This includes adding OPEN_META_NO_UI=1 to the preprocessor directives, which 
arguably 
should be the default)

Original issue reported on code.google.com by scott.dr...@gmail.com on 19 Dec 2009 at 7:26

Attachments: