mystara
Member
|
Editor 1.0 Missing project files
Hi,
The source code for editor 1.0 does not include any project file for XCode on Mac OS.
|
|
02-26-2013 03:05 PM |
|
Esenthel
Administrator
|
RE: Missing project files
Hi,
Thanks for reporting this, I'll look into this very soon.
|
|
02-27-2013 03:39 PM |
|
mystara
Member
|
RE: Missing project files
Thanks. Can you please let us know when it's fixed?
|
|
02-27-2013 08:03 PM |
|
Esenthel
Administrator
|
RE: Missing project files
I've just uploaded this.
Drag and drop the sources to any EE compatible xcode project.
Link it with included *.CPP files, *.A library and with CG framework.
|
|
02-28-2013 05:57 PM |
|
mystara
Member
|
RE: Missing project files
Okay, it's taken me about 4 hours of fiddling with file locations and so on, but I finally managed to make it start compiling by manually adding each .cpp file to the project.
....and I have 83 errors, mostly things like "EditObjParticles has not been declared" and "particles was not declared in this scope".
Any chance you could just update the zip file to include an XCode project? I hate having to guess at exactly what files need adding where in XCode.
|
|
02-28-2013 09:48 PM |
|
Esenthel
Administrator
|
RE: Missing project files
Only the *.cpp files and the *.a library need to be included, plus standard Esenthel stuff (EE headers and libs)
Just drag and drop the whole source package that I've included into xcode
the 'EditObjParticles' is defined in "Src/World Editor Custom/*.cpp" files, looks like you haven't included those files in your project.
|
|
03-01-2013 10:14 AM |
|
mystara
Member
|
RE: Editor 1.0 Missing project files
Ah!
Sorry, I hadn't realised you were being literal
I simply dragged the entire "Editor Mac" folder into the tutorials project, deleted the contents of the "Source" folder (the "Hello World" source code file) and voila!
Thanks.
|
|
03-02-2013 10:52 AM |
|