Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not compile on MAC OSX 10.6 #5

Open
GoogleCodeExporter opened this issue Mar 12, 2016 · 0 comments
Open

Does not compile on MAC OSX 10.6 #5

GoogleCodeExporter opened this issue Mar 12, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant