...I've hit the STL wall in porting GtkRadiant. On many people's
suggestion, I'm trying to use the built in gcc STL instead of
STLport, but it's not being seen, apparently...:-P
Here's the latest output:
-------------------------
g++ -g -D_DEBUG `gtk-config --cflags` `xml2-config --cflags`
-fno-common -DQUAKE3 -Ilibs -Iinclude -I/usr/X11R6/include/GL
-I/usr/X11R6/include -I/usr/include/gcc/darwin/g++-v3 -c
Debug/radiant/glwidget.cpp -o Debug/radiant/glwidget.o
In file included from Debug/radiant/mainframe.h:28,
from Debug/radiant/qe3.h:719,
from Debug/radiant/stdafx.h:41,
from Debug/radiant/glwidget.cpp:43:
Debug/radiant/xywindow.h:142: warning: friend declaration requires class-key,
i.e. `friend class CamWnd'
In file included from Debug/radiant/qe3.h:719,
from Debug/radiant/stdafx.h:41,
from Debug/radiant/glwidget.cpp:43:
Debug/radiant/mainframe.h:447: 'vector' is used as a type, but is not defined
as a type.
In file included from Debug/radiant/qe3.h:720,
from Debug/radiant/stdafx.h:41,
from Debug/radiant/glwidget.cpp:43:
Debug/radiant/preferences.h:123: 'list' is used as a type, but is not defined
as a type.
Debug/radiant/preferences.h:164: 'list' is used as a type, but is not defined
as a type.
Debug/radiant/preferences.h:277: 'list' is used as a type, but is not defined
as a type.
cons: *** [Debug/radiant/glwidget.o] Error 1
cons: errors constructing Debug/radiant/glwidget.o
-------------------------
...seems like if we can get through this, we're about home free...but
I've been coming up empty google'ing for "STL GCC APPLE 10.2" and
variants...
any ideas?
jamie
_______________________________________________
unix-porting mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/unix-porting
Do not post admin requests to the list. They will be ignored.