|
|||||||
| Installation and Deployment Qt installation and Qt-based software deployment issues. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Hi,
Has anyone tried to make debug version of the Qt libraries and encountered any problem ?
__________________
We can't solve problems by using the same kind of thinking we used when we created them |
|
#2
|
|||
|
|||
|
I've been trying to compile it now for a while using mingw and can't seem to get it working.
runing configure.exe seems to work fine, but after running mingw32-make I get an error such as Makefile.Debug:116:*** multiple target patterns. Stop. |
|
#3
|
||||
|
||||
|
I wrote to trolltech regarding this,
They acknowledge that this is a bug and has filed in tasktracker. now the work around as told by them is that After you install Qt. Open the Qt 4.3.0 console unset the lib environment variable by "set lib= " configure -debug_and_release make
__________________
We can't solve problems by using the same kind of thinking we used when we created them |
|
#4
|
|||
|
|||
|
The fix/workaround mentioned before in this thread doesn't work properly for me. I have just got a reply from Qt on how to fix the problem.
Do the following: Open the Qt 4.3.0 console Unset the INCLUDE and LIB environment variables, i.e. "set lib = " "set include = " Do "del /s qconfig.h" configure -debug_and_release mingw32-make I've followed this procedure and it appears to compile okay. Regards, |
| The following user says thank you to bongobonga for this useful post: | ||
xEsk (26th June 2007) | ||
|
#5
|
|||
|
|||
|
Which task tracker? I can't find it.
Doing configure -debug-and-release -static -qt-sql-psql doesnt seem to work. Any other ideas? |
|
#6
|
|||
|
|||
|
|
|
#7
|
|||
|
|||
|
Quote:
I follow this procedure and I got error after apply this command "mingw32-make" Qt Code:
I have Qt 4.3 installed on windows vista thanks |
|
#8
|
||||
|
||||
|
You can also write to support at trolltech dot com as the solution that worked for me did not work for bongobonga or for traltixx. I believe the compilation issues are quite different
__________________
We can't solve problems by using the same kind of thinking we used when we created them |
|
#9
|
|||
|
|||
|
I had the same errors by installing Qt 4.3.3 on Vista 64.
I found it's because MinGW was not installed correctly. There are some environment variables left behind: SET MINGW_DIR=C:\MinGW SET GCC_EXEC_PREFIX=%MINGW_DIR% SET PATH=%MINGW_DIR%\bin;%MINGW_DIR%\libexec\gcc\mingw 32\3.4.2; SET LIBRARY_PATH=%MINGW_DIR%\lib;%MINGW_DIR%\lib\gcc\m ingw32\3.4.2 SET C_INCLUDE_PATH=%MINGW_DIR%\include;%MINGW_DIR%\lib \gcc\mingw32\3.4.2\include note: People said MinGW directory must be in the disk root, or it won't work. I didn't try to violate that. So I don't know if that's true or not. The bad news is after setting these environment variables, I had new errors. The good news is they could be easily fixed. The error message is like "Segmentation fault, please visit http://www.mingw.org/bugs.shtml to report bugs." So I just download MinGW 5.1.4 installer, and let it download and install MinGW. Then Qt is build fine. I succeed compiling tutorial 1 in both debug and release version. Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Qt4 win opensource + mysql plugin | vr | Installation and Deployment | 3 | 25th May 2007 10:01 |
| Error Installing Qt 4.2.2 opensource on Mac OS X | dvmorris | Installation and Deployment | 3 | 7th March 2007 21:09 |
| Opensource Calendar Widget | donmorr | Qt Designer | 4 | 24th May 2006 14:00 |
| Does OpenGL be supported in opensource of Qt-4.1.2? | showhand | Qt Programming | 1 | 15th May 2006 11:46 |