by redxii » Mon Feb 13, 2012 12:35 am
Now I can't compile 64-bit anymore. I tried to move my qt/mingw files, and even after using a clean smplayer source and recompiling qt from clean sources I can no longer build smplayer. I moved it back to where it was but that didn't do it.
mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory `E:/Programs/subversion/smplayer-svn/smplayer-unmodified/src'
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT -DUSE_QTLOCKEDFILE -DDOWNLOAD_SUBS -DSCR
EENSAVER_OFF -DUSE_ASSOCIATIONS -DNO_DEBUG_ON_CONSOLE -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB
-DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"d:\Qt6
4\4.8.0\include\QtCore" -I"d:\Qt64\4.8.0\include\QtNetwork" -I"d:\Qt64\4.8.0\include\QtGui" -I"d:\Qt64\4.8.0\include\QtX
ml" -I"d:\Qt64\4.8.0\include" -I"findsubtitles" -I"videopreview" -I"mpcgui" -I"youtube" -I"findsubtitles\filedownloader"
-I"findsubtitles\quazip" -I"..\zlib-1.2.6" -I"d:\Qt64\4.8.0\include\ActiveQt" -I"release" -I"." -I"d:\Qt64\4.8.0\mkspec
s\win32-g++" -o release\version.o version.cpp
version.cpp: In function 'QString smplayerVersion()':
version.cpp:31:50: error: 'SVN_REVISION' was not declared in this scope
version.cpp:35:1: warning: control reaches end of non-void function [-Wreturn-type]
mingw32-make[1]: *** [release/version.o] Error 1
mingw32-make[1]: Leaving directory `E:/Programs/subversion/smplayer-svn/smplayer-unmodified/src'
mingw32-make: *** [release] Error 2