-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The current versoin 4~svn156 does not compile on MAC OSX 10.6. The installation
instructions are incomplete and mainly state: compilation on MAC OSX does not
work.
/usr/bin/g++-4.2 -c -pipe -O2 -arch x86_64 -Xarch_x86_64
-mmacosx-version-min=10.6 -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB
-DQT_SHARED -I/opt/local/share/qt4/mkspecs/macx-g++ -I. -I. -I.
-I/opt/local/include/QtGui -I/opt/local/include/QtCore -I/opt/local/include -o
main.o main.cpp
dIn file included from main.cpp:3:
main_widget.h:7:25: error: qscrollview.h: No such file or directory
main_widget.h:21:21: error: qheader.h: No such file or directory
In file included from main_widget.h:39,
from main.cpp:3:
worldmap.h:6:25: error: qpointarray.h: No such file or directory
In file included from main_widget.h:36,
from main.cpp:3:
spectrum.h:11: error: ‘WFlags’ has not been declared
In file included from main_widget.h:39,
from main.cpp:3:
worldmap.h:33: error: ISO C++ forbids declaration of ‘QPointArray’ with no
type
worldmap.h:33: error: expected ‘;’ before ‘*’ token
In file included from main_widget.h:40,
from main.cpp:3:
pbscale.h:11: error: ‘WFlags’ has not been declared
In file included from main.cpp:3:
main_widget.h:63: error: ISO C++ forbids declaration of ‘QScrollView’ with
no type
main_widget.h:63: error: expected ‘;’ before ‘*’ token
main_widget.h:147: error: field ‘cmdStream’ has incomplete type
main_widget.h:149: error: ISO C++ forbids declaration of ‘QTable’ with no
type
main_widget.h:149: error: expected ‘;’ before ‘*’ token
main.cpp: In function ‘int main(int, char**)’:
main.cpp:12: error: ‘class Main_Widget’ has no member named ‘setIcon’
main.cpp:13: error: ‘class QApplication’ has no member named
‘setMainWidget’
make: *** [main.o] Error 1
Original issue reported on code.google.com by gerolf.z...@gmail.com on 4 Sep 2011 at 10:24
Reactions are currently unavailable