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

expected ‘;’ at end of member declaration #7

Closed
ghost opened this issue Jun 8, 2013 · 1 comment
Closed

expected ‘;’ at end of member declaration #7

ghost opened this issue Jun 8, 2013 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Jun 8, 2013

Hello, I just tried to compile CuteMarkEd from source but I got:

make[1]: Entering directory `/home/minde/Projects/CuteMarkEd/app'
/usr/bin/lrelease translations/cutemarked_cs.ts -qm translations/cutemarked_cs.qm
Updating 'translations/cutemarked_cs.qm'...
    Generated 78 translation(s) (78 finished and 0 unfinished)
/usr/bin/lrelease translations/cutemarked_de.ts -qm translations/cutemarked_de.qm
Updating 'translations/cutemarked_de.qm'...
    Generated 78 translation(s) (78 finished and 0 unfinished)
/usr/bin/uic mainwindow.ui -o ui_mainwindow.h
/usr/bin/uic controls/findreplacewidget.ui -o ui_findreplacewidget.h
/usr/bin/uic exportpdfdialog.ui -o ui_exportpdfdialog.h
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I/usr/include -I../peg-markdown-highlight -I. -I. -o main.o main.cpp
In file included from main.cpp:1:0:
mainwindow.h:28:35: error: expected ‘;’ at end of member declaration
mainwindow.h:28:37: error: ‘Q_DECL_OVERRIDE’ does not name a type
mainwindow.h:29:37: error: expected ‘;’ at end of member declaration
mainwindow.h:29:39: error: ‘Q_DECL_OVERRIDE’ does not name a type
mainwindow.h:72:31: error: ‘QUrl’ does not name a type
mainwindow.h:72:37: error: ISO C++ forbids declaration of ‘url’ with no type [-fpermissive]
main.cpp: In function ‘int main(int, char**)’:
main.cpp:13:37: error: incomplete type ‘QLocale’ used in nested name specifier
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/home/minde/Projects/CuteMarkEd/app'
make: *** [sub-app-make_default-ordered] Error 2

gcc (Gentoo 4.7.3 p1.0, pie-0.5.5) 4.7.3
Using Qt version 4.8.4
commit b70451d

@ghost ghost assigned cloose Jun 8, 2013
@cloose
Copy link
Owner

cloose commented Jun 8, 2013

Hello,

thanks a lot for you interest.

You need Qt 5.0 or higher to build this application. Please see the dependencies section of the README for more information.

@cloose cloose closed this as completed Jun 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant