CodeWarrior project file is not ready to build (Re: [ft] Mac Build - Desperate)

2008-10-13 Thread mpsuzuki
Dear CodeWarrior users, In this weekend, I was trying to improve a project file for CodeWarrior IDE builds/mac/ftlib.prj.xml to support 3 architechtures: CFM MSL, Mach-O MSL, Mach-O BSD. And, I found that CW project file (both of traditional binary and XML formats) could not store the pathnames

Re: [ft] Mac Build - Desperate

2006-12-12 Thread ShadersRJJ
If cw7.0 there is no place to put any pre-processor definitions so I put these in a file I called ftwcoptions.h. I then had to include this as a prefix file. I added src/base/ftsystem.c put CW kept picking up builds/amiga/src/base/ftsystem.c. I don't know how or why. A console windows opens

Re: [ft] Mac Build - Desperate

2006-12-12 Thread mpsuzuki
Hi, Thank you for rewriting your trouble report (to fit my poor English). On Tue, 12 Dec 2006 13:30:54 EST [EMAIL PROTECTED] wrote: If cw7.0 there is no place to put any pre-processor definitions so I put these in a file I called ftwcoptions.h. I then had to include this as a prefix file. Oh,

Re: [ft] Mac Build - Desperate

2006-12-11 Thread suzuki toshiya
Hi, Just I've written my manuscript of How to build FreeType2 by CodeWarrior, without existing project file. The documentation is based on CodeWarrior v9.0, but I think essential steps are same in older CW. Please check : http://www.gyve.org/~mpsuzuki/BuildFreeType2ByCodeWarrior/ Regards,

Re: [ft] Mac Build - Desperate

2006-12-11 Thread Werner LEMBERG
Just I've written my manuscript of How to build FreeType2 by CodeWarrior, without existing project file. The documentation is based on CodeWarrior v9.0, but I think essential steps are same in older CW. Please check : http://www.gyve.org/~mpsuzuki/BuildFreeType2ByCodeWarrior/

Re: [ft] Mac Build - Desperate

2006-12-11 Thread mpsuzuki
Dear Werner, On Mon, 11 Dec 2006 23:24:32 +0100 (CET) Werner LEMBERG [EMAIL PROTECTED] wrote: Just I've written my manuscript of How to build FreeType2 by CodeWarrior, without existing project file. The documentation is based on CodeWarrior v9.0, but I think essential steps are same in

Re: [ft] Mac Build - Desperate

2006-12-08 Thread ShadersRJJ
Well I need to compile FreeType under 8.3 so please let me be the volunteer (although I'm not that up on CW and OSX). All I have done so far is: 1..Create a static library project 2..Add the same files as in the 3.. Adjusted the compile order accordingly 4..Added include and include/freetype

Re: [ft] Mac Build - Desperate

2006-12-08 Thread mpsuzuki
Hi, Just I've digged out CW v9 and bring back, please wait a few days. I will write step-by-step procedure to make project file for CWv9. Regards, mpsuzuki On Fri, 8 Dec 2006 13:38:38 EST [EMAIL PROTECTED] wrote: project (debug) settings - Language settings - C/C++ Preprocessor. In the

[ft] Mac Build - Desperate

2006-12-07 Thread ShadersRJJ
I'm trying to comile for OSX using Codewarrior 8.3. It has to be codewarrior and you can't purchase it anymore so I'm stuck with 8.3! I can't import the prj as its v9 and above. I have tried to build a static lib but I just keep getting the errors preprocessor syntax errors regarding

Re: [ft] Mac Build - Desperate

2006-12-07 Thread mpsuzuki
Hi, Sorry for your inconvenience. I'm the person who updated builds/mac/ftlib.prj.xml by CW9 ca 1 year ago. I wanted to keep the compatibility for older CW, but I couldn't find volunteer who has older CW. http://lists.nongnu.org/archive/html/freetype-devel/2005-10/msg00076.html Could you help