Sascha, The access path to :::::MacSrc is there because that is where the changed source (shortened file names) is put by the program ShortenFiles.pl, which must be run on a unix (or OS X) machine. If you have not done this, then you will certainly not be able to build from the source. Please be sure to read, and follow, the intructions at http://xml.apache.org/xerces-c/build-other.html#faq-3.
Codewarrior can certainly read .hpp files. I believe your problem is that your source files do not have proper Mac OS file types. (Once again, read the directions). Codewarrior is particularly snobby about accepting only files that have TEXT file types, despite proper file extensions. In any event, check your project preferences to ensure that under "Target Settings:File Mappings" there is a mapping for the file type .hpp. Do you have a place I can drop a 25MB file, or would you like one in the email ;) -jdb On 12/18/01 11:18 PM, "Sascha Presnac" <[EMAIL PROTECTED]> wrote: > Hi James, > > i imported the xml file from the src archive (version 1.5.2 and 1.6) > First error is, that in this XML are the "Access Path" in the project > settings are incorrect, so i have a path named ":::::MacSrc" witch i cannot > remove. > > So, i fix all pathes to my local machines pathes and try to compile, when i > notice, that CodeWarrior does not seem to know .hpp files, only .h files are > scanned correct (i have tried to put .hpp files to the "Files" part of the > project settings, but this will not work). > > For this, i cannot compile Xerces on Mac :( > Please help me, i need the Binarys or a solution what i am doing wrong. > > On the Windows side, all runs and compiles wonderfull (VC++6), but i am a > rookie on the mac part. > > I use MacOS 9.2 with CodeWarrior7 and trying to compile Xerces 1.5.2 mainly. > > And sorry for my terrible english ;) > > Gruss / Regards > Sascha Presnac > --------------------------------------- > Research & Development > best GmbH > Mevissenstr. 65 > D-47803 Krefeld > Germany > http://www.bestcolor.com/ > --------------------------------------- > > #>-----Original Message----- > #>From: James Berry [mailto:[EMAIL PROTECTED]] > #>Sent: Tuesday, December 18, 2001 6:18 PM > #>To: Xerces C Dev; Sascha Presnac > #>Subject: Re: Binarys for MacOS 9.2 ? > #> > #> > #>Hi Sascha, > #> > #>I haven't been making binaries of the Mac OS builds available, > #>mostly due to > #>my lack of time. If you twist my arm I could probably get you some... ;) > #> > #>You say building from the project does not work. What does not work? > #> > #>-jdb > #> > #>On 12/17/01 11:11 PM, "Sascha Presnac" > #><[EMAIL PROTECTED]> wrote: > #> > #>> Hi, > #>> > #>> i develop a XML Application for both, Win and MacOS. > #>> So, the Windows part is ready, but now, i have to create the > #>Xerces LIB on > #>> MacOS 9.2 > #>> For this, i use CodeWarrior 7. > #>> I imported the XercesLib Project using the xml file, but this > #>will not work. > #>> > #>> So, my Question now: Anybody got already the XercesLib for MacOS 9? > #>> I currently use Xerces 1.5.2 or 1.6! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
