nonlin-lin-chaos-order-etc-etal / i2pchat

🌀 i2pchat's old repo. This repo is deprecated in favor of https://github.com/i2pchat/i2pchat which is now the main repo.
GNU General Public License v2.0
22 stars 27 forks source link

fails to build. Kirill #1 #53

Closed nonlin-lin-chaos-order-etc-etal closed 7 years ago

nonlin-lin-chaos-order-etc-etal commented 7 years ago

In file included from C:/Qt/Qt5.7.0/Tools/mingw530_32/i686-w64-mingw32/include/windows.h:71:0,
                 from c:/Qt/Qt5.7.0/5.7/mingw53_32/include/QtCore/qt_windows.h:61,
                 from c:/Qt/Qt5.7.0/5.7/mingw53_32/include/QtGui/qopengl.h:49,
                 from c:/Qt/Qt5.7.0/5.7/mingw53_32/include/QtGui/qopenglcontext.h:60,
                 from c:/Qt/Qt5.7.0/5.7/mingw53_32/include/QtGui/QtGui:32,
                 from src\backend\Main.cpp:21:
src\backend/User.h:38:3: error: expected identifier before numeric constant
   ERROR
   ^
src\backend/User.h:38:3: error: expected '}' before numeric constant
src\backend/User.h:38:3: error: expected unqualified-id before numeric constant
In file included from src\backend/UserManager.h:25:0,
                 from src\gui/form_settingsgui.h:37,
                 from src\gui/form_Main.h:38,
                 from src\backend\Main.cpp:31:
src\backend/User.h:67:1: error: expected declaration before '}' token
 }//namespace user
 ^
Makefile.Release:9608: recipe for target 'temp/obj/Main.o' failed
mingw32-make[1]: *** [temp/obj/Main.o] Error 1
mingw32-make[1]: Leaving directory 'c:/devel/project/i2pchat'
Makefile:34: recipe for target 'release' failed
mingw32-make: *** [release] Error 2
nonlin-lin-chaos-order-etc-etal commented 7 years ago

c:\devel\project\i2pchat>mingw32-make
mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory 'c:/devel/project/i2pchat'
g++ -c -pipe -fno-keep-inline-dllexport -std=c++11 -Wall -O2 -std=gnu++11 -frtti -Wall -Wextra -fexc
eptions -mthreads -DUNICODE -DGIT_VERSION=\"0\" -DGIT_HASH=\"\" -DGIT_COMMIT_COUNT=\"-1\" -DQT_NO_DE
BUG -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -D
QT_NEEDS_QMAIN -I. -I. -Isrc\gui -Isrc\backend -I..\..\..\Qt\Qt5.7.0\5.7\mingw53_32\include -I..\..\
..\Qt\Qt5.7.0\5.7\mingw53_32\include\QtWidgets -I..\..\..\Qt\Qt5.7.0\5.7\mingw53_32\include\QtMultim
edia -I..\..\..\Qt\Qt5.7.0\5.7\mingw53_32\include\QtGui -I..\..\..\Qt\Qt5.7.0\5.7\mingw53_32\include
\QtANGLE -I..\..\..\Qt\Qt5.7.0\5.7\mingw53_32\include\QtNetwork -I..\..\..\Qt\Qt5.7.0\5.7\mingw53_32
\include\QtXml -I..\..\..\Qt\Qt5.7.0\5.7\mingw53_32\include\QtCore -Itemp\moc -Isrc\gui -I..\..\..\Q
t\Qt5.7.0\5.7\mingw53_32\mkspecs\win32-g++  -o temp\obj\Main.o src\backend\Main.cpp
In file included from C:/Qt/Qt5.7.0/Tools/mingw530_32/i686-w64-mingw32/include/windows.h:71:0,
                 from c:/Qt/Qt5.7.0/5.7/mingw53_32/include/QtCore/qt_windows.h:61,
                 from c:/Qt/Qt5.7.0/5.7/mingw53_32/include/QtGui/qopengl.h:49,
                 from c:/Qt/Qt5.7.0/5.7/mingw53_32/include/QtGui/qopenglcontext.h:60,
                 from c:/Qt/Qt5.7.0/5.7/mingw53_32/include/QtGui/QtGui:32,
                 from src\backend\Main.cpp:21:
src\backend/User.h:38:3: error: expected identifier before numeric constant
   ERROR
   ^
src\backend/User.h:38:3: error: expected '}' before numeric constant
src\backend/User.h:38:3: error: expected unqualified-id before numeric constant
In file included from src\backend/UserManager.h:25:0,
                 from src\gui/form_settingsgui.h:37,
                 from src\gui/form_Main.h:38,
                 from src\backend\Main.cpp:31:
src\backend/User.h:67:1: error: expected declaration before '}' token
 }//namespace user
 ^
Makefile.Release:9608: recipe for target 'temp/obj/Main.o' failed
mingw32-make[1]: *** [temp/obj/Main.o] Error 1
mingw32-make[1]: Leaving directory 'c:/devel/project/i2pchat'
Makefile:34: recipe for target 'release' failed
mingw32-make: *** [release] Error 2