Menu

#83 STLport for MacOS X

5.0
closed
5
2006-11-17
2006-11-14
Anonymous
No

Hi,

I fixed STLport 5.1.0 RC3 for MacOS X.

--- STLport-5.1.0/stlport/stl/config/features.h Sat Aug
5 18:11:19 2006
+++ STLport-5.1.0-apple/stlport/stl/config/features.h
Wed Nov 15 01:07:56 2006
@@ -187,6 +187,12 @@
# else
# define _STLP_LITTLE_ENDIAN 1
# endif
+# elif defined (__APPLE__)
+# if defined (__BIG_ENDIAN__)
+# define _STLP_BIG_ENDIAN 1
+# else
+# define _STLP_LITTLE_ENDIAN 1
+# endif
# else
# error "can't determine endianess"
# endif

Discussion

  • Francois Dumont

    Francois Dumont - 2006-11-16
    • assigned_to: nobody --> dums
     
  • Francois Dumont

    Francois Dumont - 2006-11-16

    Logged In: YES
    user_id=1096600
    Originator: NO

    Thanks even if you should have put it in the patch tracking system.

     
  • Francois Dumont

    Francois Dumont - 2006-11-17

    Logged In: YES
    user_id=1096600
    Originator: NO

    Patch apply even if I prefered to put it in stlport/stl/config/_macosx.h config file.

    Thanks

     
  • Francois Dumont

    Francois Dumont - 2006-11-17
    • status: open --> closed
     

Log in to post a comment.