Re: Dmake errors on udkapi in 1.1.4
James McKenzie <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.porting |
|---|---|
| Message-ID | <[email protected]> |
eric.bachard wrote: > Hi, > > James McKenzie a écrit : > >> eric.bachard wrote: > > >> Well, I decided to upgrade to Tiger. Now I'm getting undeclared >> functions, and some of them are basic c or C++ functions like the >> following (sorry for the long list): > > > Looks like wchar.h or something like that not found: all missing > definitions are inside. I don't remember exactly where, but after my > upgrade, I have found a dead symlink somewhere in /usr/include. Can you > have a look ? makefile.mk patch for stlport for 1.1.4 for Tiger attached. Looks like we will need it. James McKenzie --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
makefile.mk.1.1.4.patch
(application/text, 511 B)
--- makefile.mk 2005-05-02 01:21:54.000000000 +0200
+++ makefile.mk 2005-05-01 23:01:34.000000000 +0200
@@ -73,7 +73,7 @@
.EXPORT : CC CXX
.IF "$(COMID)"=="gcc3"
TARFILE_NAME=STLport-4.5
- .IF "$(OS)$(BUILD_OS_MAJOR)$(BUILD_OS_MINOR)"=="MACOSX103"
+ .IF "$(OS)$(BUILD_OS_MAJOR)$(BUILD_OS_MINOR)"=="MACOSX103" || "$(OS)$(BUILD_OS_MAJOR)$(BUILD_OS_MINOR)"=="MACOSX104"
PATCH_FILE_NAME=STLport-4.5-macxp-panther.patch
.ELSE
PATCH_FILE_NAME=STLport-4.5.patch