From: Conrad W. <we...@on...> - 2002-06-18 15:31:51
|
>On Tuesday, June 18, 2002, at 12:58 , Conrad Weyns wrote: > >> Here are my MacCVSPro 2.5.1 PPC settings of interest for zoolib: >> >> Checkout and Update Options >> Default Module: zoolib >> Default Revision: (blank) >> >> >> Remote Host information >> Server Hostname: cvs.zoolib.sourceforge.net >> CSB Root: /cvsroot/zoolib >> >> CVS Usaer Name: anonymous >> CVS Password: (blank) >> CVS Command: cvs > >I have checked out the sources from CVS and imported the >PainterTest project, assigned the required source trees, >and attempted a build of the Carbon debug target on OS X >using CodeWarrior Pro 7.2, which results in: >--- >Couldn't find compiler "ZooLib Asset Compiler". >[repeated twice] > >Error : illegal token >zconfig.h line 70 >[repeated a few times] > >Error : error during open of "PainterTest=5FAssets=5Fen.zao" >PainterTest=5FResources.r line 1 read 'ZAO=5F' (20000, >"PainterTest=5FAssets=5Fen") "PainterTest=5FAssets=5Fen.zao"; >[repeated twice] > >Error : illegal token >zconfig.h line 70 >[repeated about a hundred times] >--- >Any help would be appreciated. It's been a while, but I should be able to get you on the right track. Observe that there are .zas files in the project workspace (they are "xml-ish"). If you look at the File Mappings in a project Settings Dialog you'll see that .zas files require the Zoolib Asset Compiler. The source and xml export file for ZAC is in src=5Fother:tools:zac: You are going to need to build this one first and it requires the CodeWarrior Plug-In SDK. Right now I don't have that available on my system, and my CD's are burried in some cardboard box somewhere (I should be getting the CW 8 upgrade any day now) so I can't verify but I may have a go at this, just for fun, if none of the zoolib gurus here take over. Perhaps the ZAC compiler could be distributed as a binary. I expect that once you have got the zac compiler build and in the proper CW plug-in directory the PainterTest project will build without errors. hope this helped a bit, Cheers, Conrad Weyns. > >Thanks and ciao, >Dario > > >--------------------------------------------------------------------------= -- > Bringing you mounds of caffeinated joy > >>> http://thinkgeek.com/sf <<< > >=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F >ZooLib-dev mailing list >Zoo...@li... >https://lists.sourceforge.net/lists/listinfo/zoolib-dev > > |