Hi,

gonzalo gon a écrit :
Is there any "clean" build? something that just
compiles as it is without applying any patches? By the
way I'm having problems applying the patches in the
STLport directory. I go like:

patch -p0 < STLport-4.5-macxp-panther.patch


Sorry, I forgot to give you the "user's guide" :-)

1) place makefile.patch in stlport

2) apply it
patch -p0<makefile.patch

(makefile.mk will be patched)

3) Just place STLport-4.5-macxp-panther.patch in stlport

(don't forget to rename the one with the same name as STLport-4.5-macxp-panther.patch.old )

Located in this directory, it will be automagically used in the build

FYI, you can see this file will be called if $(OS) is MACOSX (this is the case here).

To build stlport :

cd $SRC_DIR  # the directory containing your sources

./bootstrap
source Macosxenv.Set.sh

cd stlport
build
deliver


Regards,
eric bachard


--
<[EMAIL PROTECTED]>
Francophone OpenOffice.org Community developer ( Linux PPC and Mac OS X / X11)
See : <http://fr.openoffice.org>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to