Hi all!
I just started using QT on my windows 7 laptop (Qt creator 2.0.1, Qt 4.7). I have a program that works on ubuntu given by a professor (with qt and opencv). The thing is everytime i try to build it, i get on the compile output the following:
Running build steps for project Camera...
Starting: "c:/qt/2010.05/qt/bin/qmake.exe" C:/Qt/Projectos/Camera/Camera.pro -r -spec win32-g++
The process "c:/qt/2010.05/qt/bin/qmake.exe" exited normally.
Starting: "C:/Qt/2010.05/mingw/bin/mingw32-make.exe" -w
mingw32-make: Entering directory `C:/Qt/Projectos/Camera'
C:/Qt/2010.05/mingw/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Qt/Projectos/Camera'
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\2010.05\qt\include\QtCore" -I"..\..\2010.05\qt\include\QtGui" -I"..\..\2010.05\qt\include" -I"..\..\..\OpenCV2.1\include" -I"..\..\2010.05\qt\include\ActiveQt" -I"debug" -I"..\..\2010.05\qt\mkspecs\win32-g++" -o debug\main.o main.cpp
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug\Camera.exe debug/main.o -L"c:\Qt\2010.05\qt\lib" -lmingw32 -lqtmaind -LC:/OpenCV2.1/lib -lcv210 -lcvaux210 -lhighgui210 -lcxcore210 -lQtGuid4 -lQtCored4
mingw32-make[1]: Leaving directory `C:/Qt/Projectos/Camera'
mingw32-make: Leaving directory `C:/Qt/Projectos/Camera'
The process "C:/Qt/2010.05/mingw/bin/mingw32-make.exe" exited normally.
...And nothing happens..
I installed openCV 2.1. Is there something else i gotta do before compiling any program? i read on the net something about PATH and variables but no clue what to do..
if anyone could help me, i would really appreciate
thks
ps: when i try to run it from the Qt i get the following message on the application output:
Starting C:\Qt\Projectos\Camera\debug\Camera.exe...
C:\Qt\Projectos\Camera\debug\Camera.exe exited with code -1073741515
Bookmarks