[SOLVED]can't find the "src" directory to build my QPSQL driver
-
wrote on 11 Apr 2014, 10:56 last edited by
Hi Clochydd Clochydd
i downloaded PostgreSQL 32 bit and i tried to follow what you've written. but i can't undersdands the #7, when you say . " Modify PATH:
set QTSDK_SQLDRIVERS_PATH=C:\Qt\Qt5.2.0\5.2.1\mingw48_32\plugins\sqldrivers
set QT_SRC_PATH=C:\Qt\Qt5.2.1\5.2.1\Src\qtbase
set POSTGRES32=C:\Progra~2\PostgreSQL\9.3 (USE Progra~2 FOR Programs(86x)!)" and more of the followingwhen you asked me to run the .exe installed in Qt installed dir, did you mean Qt creator ? if not which .exe i should run ? thanks
-
wrote on 11 Apr 2014, 11:12 last edited by
Hi k_arnaud,
sorry, I made a mistake: It should read "Modify environment" as the variables have to be added. You should set these entries in the CMD-window and have a look at the correct paths - relating to your system. -
wrote on 11 Apr 2014, 12:21 last edited by
ok, but when you said run the .exe, do you mean Qt creator ?
-
wrote on 11 Apr 2014, 12:30 last edited by
I'm sorry but I do not understand. What do you mean with run the .exe?
-
wrote on 11 Apr 2014, 14:34 last edited by
about the #11 i've installed Qt with msvc2010 not mingw32
-
wrote on 11 Apr 2014, 14:57 last edited by
If you have installed with msvc2010 you cannot work with the 32-Bit postgres. I never worked with msvc2010.
-
wrote on 11 Apr 2014, 15:37 last edited by
ok i'll try with mingw32. thanks
-
wrote on 12 Apr 2014, 11:09 last edited by
after entering mingw32-make debug , in the unreadable message i get, i can see makefile:48: recipe for target 'debug' failed and i get the same with release
-
wrote on 12 Apr 2014, 11:19 last edited by
You should check your pathnames again - it seems that dependencies cannot be found. If you cannot find a fault: What is the unreadable message?
-
wrote on 12 Apr 2014, 17:05 last edited by
may be the problem is from here QTSDK_SQLDRIVERS_PATH=C:\Qt\Qt5.2.0\5.2.1\mingw48_32\plugins\sqldrivers i don't know wehter i should replace "QTSDK_SQLDRIVERS_PATH" with anything
-
wrote on 12 Apr 2014, 17:48 last edited by
Hi k_arnaud, with "set QTSDK_SQLDRIVERS_PATH=C:\Qt\Qt5.2.0\5.2.1\mingw48_32\plugins\sqldrivers" you create the environment-variable QTSDK_SQLDRIVERS_PATH, which you need later (#12.). Where appropriate you must modify the path itself - according to your system.
These variables are for your comfort - you may use the complete pathname instead. -
wrote on 12 Apr 2014, 17:54 last edited by
that is what i did, i entered QTSDK_SQLDRIVERS_PATH=C:\Qt\Qt5.2.0\5.2.1\mingw48_32\plugins\sqldrivers in the CMD-windows without any change
-
wrote on 12 Apr 2014, 18:04 last edited by
maybe a silly question: did you enter "set QTSDK..." and is that visible in your environment if you type SET in the cmd?
-
wrote on 12 Apr 2014, 18:14 last edited by
No, i ca'nt see that
-
wrote on 12 Apr 2014, 18:25 last edited by
But - do you use SET to bring it to the environment?
-
wrote on 12 Apr 2014, 18:33 last edited by
i tried again, and i can see the three variables; QTSDK_SQLDRIVERS_PATH, QT_SRC_PATH and
POSTGRES32 -
wrote on 12 Apr 2014, 18:42 last edited by
are you able to build the plugin now? You should not see the "recipe" message again.
-
wrote on 12 Apr 2014, 18:50 last edited by
sorry i can't. "qmake is not a command line", that is the error message when i try to buld with CMD-window. But when i try with the the "qt-cmd" i get the same error message "recipe..."
19/63