Re: [fpc-devel] Quick patch for bug 3762

2005-04-01 Thread Tomas Hajny
From: "DrDiettrich" <[EMAIL PROTECTED]> To: "FPC developers' list" Subject: Re: [fpc-devel] Quick patch for bug 3762 Date: 31.3.2005 - 22:49:06 > > The main problem is that there's a lot platform independent > > functionality in Crt unit which is re-implemented for every > > platform again and a

Re: [fpc-devel] Create installer for MacOSX

2005-04-01 Thread Vincent Snijders
Jonas Maebe wrote: Maybe it's included in XCode 1.5. I'm still using XCode 1.2 Yes, I most likely have a different version of PackageMaker. I also get a warning: 2005-04-01 07:39:47.651 PackageMaker[18875] CFLog (0): CFPropertyListCreateFromXMLData(): plist parse failed; the data is not

Re: [fpc-devel] Create installer for MacOSX

2005-04-01 Thread Jonas Maebe
On 1 apr 2005, at 14:16, Vincent Snijders wrote: PackageMaker has a command line interface for building packages too. Hoe dan? (of bedoel je pax?) try PackageMaker -help Out of a script: $PACKAGEMAKER -build -f $INSTALLDIR \ -r $FPCSOURCEDIR/install/macosx/resources/ \ -d $FPCSOURCEDIR/

Re: [fpc-devel] Create installer for MacOSX

2005-04-01 Thread Vincent Snijders
Jonas Maebe wrote: On 1 apr 2005, at 13:55, Vincent Snijders wrote: Another important remark about making a package: always make sure all files you add to a package are owned by root/wheel (or root/admin). You don't want a random user on the target system, who happens to have the same UID as you

Re: [fpc-devel] Create installer for MacOSX

2005-04-01 Thread Jonas Maebe
On 1 apr 2005, at 14:11, Jonas Maebe wrote: Another important remark about making a package: always make sure all files you add to a package are owned by root/wheel (or root/admin). You don't want a random user on the target system, who happens to have the same UID as you do, to be able to over

Re: [fpc-devel] Create installer for MacOSX

2005-04-01 Thread Jonas Maebe
On 1 apr 2005, at 13:55, Vincent Snijders wrote: Another important remark about making a package: always make sure all files you add to a package are owned by root/wheel (or root/admin). You don't want a random user on the target system, who happens to have the same UID as you do, to be able to

Re: [fpc-devel] Create installer for MacOSX

2005-04-01 Thread Vincent Snijders
Jonas Maebe wrote: On 15 mrt 2005, at 05:58, Adriaan van Os wrote: PackageMaker is basically a GUI interface to pax, so it might be possible to create a Mac OS X installer package with command line tools. You would have to look at the file layout of a package by using PackageMaker first or by lo