You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 4 Sep 2011 at 10:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 4 Sep 2011 at 10:24The text was updated successfully, but these errors were encountered: