Christian;
THANK you for replying to the list, and PLEASE don't take the
following as directed at you, because they're not.
If the Wiki's current milestone number [239] is incorrect; why hasn't
it been updated? Or some mechanism/directions for checking/getting
the CURRENT milestone added to the Wiki?
10.5.1 w/ xCode 3.0 has issues that need special addressing [like
needing to add the --with-jdk-home option], has anyone collected these
10.5.1 needs and put them somewhere that people like Mr, Kramer and I
can find them?
For instance on a Quad 2.5 G5 running 10.5.1 I'm dying in stlport with:
ccache g++ -DBUILD_OS_APPLEOSX -DBUILD_OS_MAJOR=10 -DBUILD_OS_MINOR=5
-DBUILD_OS_REV=1 -I../stlport -DGXX_INCLUDE_PATH=/usr/include/c++/
4.0.0 -D_REENTRANT -D_PTHREADS -ftemplate-depth-32 -malign-natural -no-
cpp-precomp -fexceptions -Wall -W -Wno-sign-compare -Wno-unused -Wno-
uninitialized -Wno-long-double -O2 -fPIC string_w.cpp -c -o ../lib/
obj/GCC/ReleaseD/string_w.o
g++ -o ../lib/libstlport_gcc.dylib.4.5 -dynamiclib -single_module -
install_name @executable_path/libstlport_gcc.dylib ../lib/obj/GCC/
ReleaseD/dll_main.o ../lib/obj/GCC/ReleaseD/fstream.o ../lib/obj/GCC/
ReleaseD/strstream.o ../lib/obj/GCC/ReleaseD/sstream.o ../lib/obj/GCC/
ReleaseD/ios.o ../lib/obj/GCC/ReleaseD/streambuf.o ../lib/obj/GCC/
ReleaseD/stdio_streambuf.o ../lib/obj/GCC/ReleaseD/istream.o ../lib/
obj/GCC/ReleaseD/ostream.o ../lib/obj/GCC/ReleaseD/iostream.o ../lib/
obj/GCC/ReleaseD/codecvt.o ../lib/obj/GCC/ReleaseD/collate.o ../lib/
obj/GCC/ReleaseD/ctype.o ../lib/obj/GCC/ReleaseD/monetary.o ../lib/obj/
GCC/ReleaseD/num_get.o ../lib/obj/GCC/ReleaseD/num_put.o ../lib/obj/
GCC/ReleaseD/num_get_float.o ../lib/obj/GCC/ReleaseD/
num_put_float.o ../lib/obj/GCC/ReleaseD/numpunct.o ../lib/obj/GCC/
ReleaseD/time_facets.o ../lib/obj/GCC/ReleaseD/messages.o ../lib/obj/
GCC/ReleaseD/locale_impl.o ../lib/obj/GCC/ReleaseD/locale.o ../lib/obj/
GCC/ReleaseD/locale_catalog.o ../lib/obj/GCC/ReleaseD/
facets_byname.o ../lib/obj/GCC/ReleaseD/c_locale.o ../lib/obj/GCC/
ReleaseD/c_locale_stub.o ../lib/obj/GCC/ReleaseD/complex.o ../lib/obj/
GCC/ReleaseD/complex_exp.o ../lib/obj/GCC/ReleaseD/complex_io.o ../lib/
obj/GCC/ReleaseD/complex_trig.o ../lib/obj/GCC/ReleaseD/
complex_io_w.o ../lib/obj/GCC/ReleaseD/string_w.o
mkdir -p ../lib/obj/GCC/DebugSTLD
ccache g++ -DBUILD_OS_APPLEOSX -DBUILD_OS_MAJOR=10 -DBUILD_OS_MINOR=5
-DBUILD_OS_REV=1 -I../stlport -DGXX_INCLUDE_PATH=/usr/include/c++/
4.0.0 -D_REENTRANT -D_PTHREADS -ftemplate-depth-32 -malign-natural -no-
cpp-precomp -fexceptions -Wall -W -Wno-sign-compare -Wno-unused -Wno-
uninitialized -Wno-long-double -g -fPIC -D_STLP_DEBUG dll_main.cpp -
c -o ../lib/obj/GCC/DebugSTLD/dll_main.o
../stlport/stl/_vector.h:92: error: template class without a name
../stlport/stl/_vector.h:195: error: expected unqualified-id before
'const'
../stlport/stl/_vector.h:195: error: expected `)' before 'const'
../stlport/stl/_vector.h:198: error: expected `)' before '__n'
../stlport/stl/_vector.h:204: error: expected `)' before '__n'
../stlport/stl/_vector.h:209: error: expected unqualified-id before
'const'
../stlport/stl/_vector.h:209: error: expected `)' before 'const'
../stlport/stl/_vector.h:240: error: expected `)' before '__first'
../stlport/stl/_vector.h:255: error: expected class-name before
'__attribute__'
../stlport/stl/_vector.h:257: error: expected unqualified-id before
'<' token
../stlport/stl/_vector.h:337: error: expected identifier before '<'
token
../stlport/stl/_vector.h:337: error: expected ',' or '...' before '<'
token
../stlport/stl/_vector.h: In member function 'void _STLD::<anonymous
class><_Tp, _Alloc>::swap(int __vector__)':
../stlport/stl/_vector.h:338: error: '__x' was not declared in this
scope
../stlport/stl/_vector.h: At global scope:
../stlport/stl/_vector.h:93: error: an anonymous union cannot have
function members
../stlport/stl/_vector.h:546: error: abstract declarator
'_STLD::<anonymous class><_Tp, _Alloc>' used as declaration
../stlport/stl/_relops_cont.h:6: error: expected ',' or '...' before
'<' token
../stlport/stl/_relops_cont.h:7: error: ISO C++ forbids declaration of
'parameter' with no type
../stlport/stl/_relops_cont.h:7: error: 'bool _STLD::operator==(int
__vector__)' must have an argument of class or enumerated type
../stlport/stl/_relops_cont.h:7: error: 'bool _STLD::operator==(int
__vector__)' must take exactly two arguments
../stlport/stl/_relops_cont.h: In function 'bool _STLD::operator==(int
__vector__)':
../stlport/stl/_relops_cont.h:8: error: '__x' was not declared in this
scope
../stlport/stl/_relops_cont.h:8: error: '__y' was not declared in this
scope
../stlport/stl/_relops_cont.h:9: error: no matching function for call
to 'equal(<type error>, <type error>, <type error>)'
../stlport/stl/_relops_cont.h: At global scope:
../stlport/stl/_relops_cont.h:13: error: expected ',' or '...' before
'<' token
../stlport/stl/_relops_cont.h:14: error: ISO C++ forbids declaration
of 'parameter' with no type
../stlport/stl/_relops_cont.h:14: error: 'bool _STLD::operator<(int
__vector__)' must have an argument of class or enumerated type
../stlport/stl/_relops_cont.h:14: error: 'bool _STLD::operator<(int
__vector__)' must take exactly two arguments
../stlport/stl/_relops_cont.h: In function 'bool _STLD::operator<(int
__vector__)':
../stlport/stl/_relops_cont.h:15: error: '__x' was not declared in
this scope
../stlport/stl/_relops_cont.h:16: error: '__y' was not declared in
this scope
../stlport/stl/_relops_cont.h: At global scope:
../stlport/stl/_relops_cont.h:19: error: expected ',' or '...' before
'<' token
../stlport/stl/_relops_cont.h:19: error: ISO C++ forbids declaration
of 'parameter' with no type
../stlport/stl/_relops_cont.h:19: error: 'bool _STLD::operator!=(int
__vector__)' must have an argument of class or enumerated type
../stlport/stl/_relops_cont.h:19: error: 'bool _STLD::operator!=(int
__vector__)' must take exactly two arguments
../stlport/stl/_relops_cont.h: In function 'bool _STLD::operator!=(int
__vector__)':
../stlport/stl/_relops_cont.h:19: error: '__x' was not declared in
this scope
../stlport/stl/_relops_cont.h:19: error: '__y' was not declared in
this scope
../stlport/stl/_relops_cont.h: At global scope:
../stlport/stl/_relops_cont.h:19: error: expected ',' or '...' before
'<' token
../stlport/stl/_relops_cont.h:19: error: ISO C++ forbids declaration
of 'parameter' with no type
../stlport/stl/_relops_cont.h:19: error: 'bool _STLD::operator>(int
__vector__)' must have an argument of class or enumerated type
../stlport/stl/_relops_cont.h:19: error: 'bool _STLD::operator>(int
__vector__)' must take exactly two arguments
../stlport/stl/_relops_cont.h: In function 'bool _STLD::operator>(int
__vector__)':
../stlport/stl/_relops_cont.h:19: error: '__y' was not declared in
this scope
../stlport/stl/_relops_cont.h:19: error: '__x' was not declared in
this scope
../stlport/stl/_relops_cont.h: At global scope:
../stlport/stl/_relops_cont.h:19: error: expected ',' or '...' before
'<' token
../stlport/stl/_relops_cont.h:19: error: ISO C++ forbids declaration
of 'parameter' with no type
../stlport/stl/_relops_cont.h:19: error: 'bool _STLD::operator<=(int
__vector__)' must have an argument of class or enumerated type
../stlport/stl/_relops_cont.h:19: error: 'bool _STLD::operator<=(int
__vector__)' must take exactly two arguments
../stlport/stl/_relops_cont.h: In function 'bool _STLD::operator<=(int
__vector__)':
../stlport/stl/_relops_cont.h:19: error: '__y' was not declared in
this scope
../stlport/stl/_relops_cont.h:19: error: '__x' was not declared in
this scope
../stlport/stl/_relops_cont.h: At global scope:
../stlport/stl/_relops_cont.h:19: error: expected ',' or '...' before
'<' token
../stlport/stl/_relops_cont.h:19: error: ISO C++ forbids declaration
of 'parameter' with no type
../stlport/stl/_relops_cont.h:19: error: 'bool _STLD::operator>=(int
__vector__)' must have an argument of class or enumerated type
../stlport/stl/_relops_cont.h:19: error: 'bool _STLD::operator>=(int
__vector__)' must take exactly two arguments
../stlport/stl/_relops_cont.h: In function 'bool _STLD::operator>=(int
__vector__)':
../stlport/stl/_relops_cont.h:19: error: '__x' was not declared in
this scope
../stlport/stl/_relops_cont.h:19: error: '__y' was not declared in
this scope
../stlport/stl/_relops_cont.h: At global scope:
../stlport/stl/_relops_cont.h:23: error: variable or field 'swap'
declared void
../stlport/stl/_relops_cont.h:23: error: '_STLD::swap' declared as an
'inline' variable
../stlport/stl/_relops_cont.h:23: error: template declaration of 'int
_STLD::swap'
../stlport/stl/_relops_cont.h:23: error: expected primary-expression
before '__attribute__'
../stlport/stl/_relops_cont.h:23: error: expected primary-expression
before '>' token
../stlport/stl/_relops_cont.h:23: error: '__x' was not declared in
this scope
../stlport/stl/_relops_cont.h:24: error: expected primary-expression
before '__attribute__'
../stlport/stl/_relops_cont.h:24: error: expected primary-expression
before '>' token
../stlport/stl/_relops_cont.h:24: error: '__y' was not declared in
this scope
../stlport/stl/_vector.c:41: error: expected unqualified-id before '<'
token
../stlport/stl/_vector.c:57: error: expected unqualified-id before '<'
token
../stlport/stl/_vector.c:85: error: expected unqualified-id before '<'
token
../stlport/stl/_vector.c:110: error: expected unqualified-id before
'<' token
../stlport/stl/_bvector.h:298: error: expected identifier before '<'
token
../stlport/stl/_bvector.h:298: error: expected unqualified-id before
'<' token
../stlport/stl/_bvector.h:791: error: expected unqualified-id before
'<' token
../stlport/stl/debug/_vector.h:96: error: expected class-name before
'__attribute__'
../stlport/stl/debug/_vector.h:96: error: expected `{' before
'__attribute__'
../stlport/stl/debug/_vector.h:96: error: expected unqualified-id
before '<' token
dll_main.cpp:172: error: expected identifier before '<' token
dll_main.cpp:172: error: expected unqualified-id before '<' token
dll_main.cpp:174: error: explicit instantiation of 'class
_STLD::vector<void*, _STLD::allocator<void*> >' before definition of
template
make: *** [../lib/obj/GCC/DebugSTLD/dll_main.o] Error 1
dmake: Error code 2, while making 'unxmacxp.pro/misc/build/
so_built_so_stlport'
---* tg_merge.mk *---
anyone know what's going on; have a fix; or can point me in the
direction of some help???
Russell
On Jan 22, 2008, at 3:13 PM, Christian Lohmaier wrote:
Hi Eric, *,
On 1/22/08, Eric Hoch <[EMAIL PROTECTED]> wrote:
You need to install pkg-config from Fink. I don't know if the
raw pkg-config will build on the Mac platform.
The raw pkg-config will build on Mac OS X but you need to build
some dependencies first.
No, pkg-config doesn't have any dependencies. It /can/ use a system
version of glib, but it brings it own, in case there is none.
But let me stress it again: You don't need it when you build a current
milestone.
ciao
Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]