Re: build STLport 5 under 10.4?
Re: build STLport 5 under 10.4?
- Subject: Re: build STLport 5 under 10.4?
- From: Paul Thomas <email@hidden>
- Date: Wed, 23 Nov 2005 02:24:00 +0000
On 22 Nov 2005, at 17:52, email@hidden wrote:
Has anyone built STLport 5 using gcc4? After setting native
include paths in _site_config.h
I built from CVS (just updated and rebuilt to check) but I only changed
_STLP_NATIVE_INCLUDE_PATH, not the others
My complete diff (cvs -1 diff) is below. I think you can ignore the
stl_user_config.h and the debug options in _site_config.h. I think
the change to gcc.mak is needed to properly link but I haven't
checked recently.
Hope it works for you.
Paul.
bigmac:~/STLport pthomas$ cvs -q diff
? lib/libstlport.5.0.0.dylib
? lib/libstlportg.5.0.0.dylib
? lib/libstlportstlg.5.0.0.dylib
Index: build/Makefiles/gmake/gcc.mak
===================================================================
RCS file: /cvsroot/stlport/STLport/build/Makefiles/gmake/gcc.mak,v
retrieving revision 1.1.2.16
diff -r1.1.2.16 gcc.mak
1c1
< # Time-stamp: <05/09/20 00:38:58 ptr>
---
> # Time-stamp: <2005-11-02 03:35:02 pthomas>
143c143
< CXXFLAGS += -fuse-cxa-atexit
---
> #CXXFLAGS += -fuse-cxa-atexit
Index: stlport/stl_user_config.h
===================================================================
RCS file: /cvsroot/stlport/STLport/stlport/stl_user_config.h,v
retrieving revision 1.22.2.18
diff -r1.22.2.18 stl_user_config.h
65d64
< #define _STLP_DEBUG_LEVEL _STLP_STANDARD_DBG_LEVEL
66a66
> #define _STLP_DEBUG_LEVEL _STLP_STANDARD_DBG_LEVEL
128a129
> */
131d131
< */
163d162
< #define _STLP_NO_ANACHRONISMS 1
164a164
> #define _STLP_NO_ANACHRONISMS 1
Index: stlport/stl/_bitset.c
===================================================================
RCS file: /cvsroot/stlport/STLport/stlport/stl/_bitset.c,v
retrieving revision 1.6.2.4
diff -r1.6.2.4 _bitset.c
297c297
< };
---
> }
356c356
< };
---
> }
Index: stlport/stl/_site_config.h
===================================================================
RCS file: /cvsroot/stlport/STLport/stlport/stl/_site_config.h,v
retrieving revision 1.13.2.14
diff -r1.13.2.14 _site_config.h
16d15
< #define _PTHREADS
17a17
> #define _PTHREADS
75c75
< /*
---
> /**/
77,78c77,78
< #define _STLP_NATIVE_INCLUDE_PATH ../include
< */
---
> #define _STLP_NATIVE_INCLUDE_PATH /usr/include/c++/4.0.0
>
112c112
< /*
---
>
114c114
< */
---
>
120c120
< /*
---
>
122c122
< */
---
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden