Menu

#3 INSTALL procedure on Windows XP

open
nobody
None
5
2006-09-24
2006-09-24
Falko
No

The frst step

qmake -o Makefile qsoapman.pro

works fine and generates the makefile.
But make stops with the following error message:

cd src && mingw32-make -f Makefile
Makefile:119: warning: overriding commands for
target `.c.o'
Makefile:116: warning: ignoring old commands for
target `.c.o'
mingw32-make[1]: *** No rule to make target
`/usr/qt/3/mkspecs/linux-g++/qmake.conf', needed by
`Makefile'. Stop.
mingw32-make[1]: Entering directory
`D:/Tools/_codewar/qsoapman-0.4/src'
mingw32-make[1]: Leaving directory
`D:/Tools/_codewar/qsoapman-0.4/src'
mingw32-make: *** [sub-src-make_default] Error 2

Like described in bug report #1030678 I cd into the src
directory and did a

qmake -o Makefile src.pro

This produces the following messages:

uic: File generated with too old version of Qt Designer
uic: File generated with too old version of Qt Designer
uic: File generated with too old version of Qt Designer
uic: File generated with too old version of Qt Designer
uic: File generated with too old version of Qt Designer
uic: File generated with too old version of Qt Designer
uic: File generated with too old version of Qt Designer
uic: File generated with too old version of Qt Designer

Finally I tried make and ended up with:

mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory
`D:/Tools/_codewar/qsoapman-0.4/src'
g++ -c -O2 -O2 -Wall -frtti -fexceptions -DUNICODE
-DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
-DQT_NEEDS_QMAIN -I"C:/Qt/4.1.2/include/QtCore"
-I"C:/Qt/4.1.2/include/QtGui" -I"C:/Qt/4.1.2/include"
-I"." -I"C:/Qt/4.1.2/include/ActiveQt" -I"release"
-I"." -I"C:/Qt/4.1.2/mkspecs/win32-g++" -o
release\main.o main.cpp
In file included from qsoapman.h:29,
from main.cpp:23:
mainsoapwidget.h:25:24: soapwidget.h: No such file
or directory
mainsoapwidget.h:28:19: qhttp.h: No such file or
directory
In file included from qsoapman.h:29,
from main.cpp:23:
mainsoapwidget.h:36: error: expected class-name
before '{' token
mainsoapwidget.h:39: error: `WFlags' has not been
declared
mainsoapwidget.h:39: error: ISO C++ forbids
declaration of `fl' with no type
mainsoapwidget.h:95: error: expected `,' or `...'
before '&' token
mainsoapwidget.h:95: error: ISO C++ forbids
declaration of `QHttpResponseHeader' with no type
mainsoapwidget.h:110: error: expected `;' before
'(' token
mainsoapwidget.h:118: error: `QHttp' does not name
a type
mainsoapwidget.h:119: error: `QHttpResponseHeader'
does not name a type
main.cpp: In function `int qMain(int, char**)':
main.cpp:31: error: 'class QSOAPMan' has no member
named 'setCaption'
mingw32-make[1]: *** [release\main.o] Error 1
mingw32-make[1]: Leaving directory
`D:/Tools/_codewar/qsoapman-0.4/src'
mingw32-make: *** [release] Error 2

Discussion

  • Falko

    Falko - 2006-09-24

    makefile in qsoapman-0.4

     
  • Falko

    Falko - 2006-09-24

    makefile in qsoapman-0.4/src

     
  • Falko

    Falko - 2006-09-24

    makefile in qsoapman-0.4/src

     
  • Falko

    Falko - 2006-09-24

    makefile in qsoapman-0.4/src

     

Log in to post a comment.