Page 2 of 2

Re: 'mType' was not declared in this scope

Posted: 14 Apr 2008, 09:45
by trapdoor
Theres quite a bit to it, I create a new framework project in XCode, I add all the required source files, change the settings so its Universal and installs to @executable_path/../Frameworks so that it can be bundled inside the .app and a few other things I have probably forgotten.

I did a guichan 0.8 framework before, but took it down when you said you were building 0.0.24 which requires guichan 0.7.

Branch 0.0 in SVN has already been updated to use guichan 0.8, and I can put up the framework for it if you like.

--
trapdoor

Re: 'mType' was not declared in this scope

Posted: 17 Apr 2008, 07:00
by allenmoatallen
Thats ok, I have had some success with building frameworks myself, having them output the headers into different folders (within /Headers) I haven't figured out yet :-)

The project he and I are working on is still using 0.6 (I believe) so hopefully he will work on getting the source updated to 0.8 :-)