Re: [QGIS-Developer] Compiling in Windows 10 with Oracle support

2020-03-03 Thread Julien Cabieces
Hi, It seems you don't have oracle instantclient (oci) installed in a place where QGIS could find it. If you take a look in CMakeCache.txt (in your build folder where there is qgis.sln), you need to have this two lines correctly set //Path to a file. OCI_INCLUDE_DIR:PATH=C:/OSGeo4W64/include

[QGIS-Developer] Compiling in Windows 10 with Oracle support

2020-03-03 Thread Diego Felipe
Hello. I was able to build it in Visual Studio 2017 doing some changes at the scripts. However, I can't get any oracle support. The button is not present at the layer browser window and in DB Manager I get this error when try to connect to any oracle database: 2020-03-03T14:20:48 CRITICAL

[Qgis-developer] compiling for Windows

2011-02-22 Thread Barend Gehrels
hi list, This is my first message to the qgis-developer mailing list. Thanks for creating Quantum GIS! I've a question about compiling qgis (using Windows, MSVC 2008). I've followed the instructions on the wiki page but still get some errors: 1) Many messages about updateMicroFocus().

Re: [Qgis-developer] compiling for Windows

2011-02-22 Thread Jürgen E . Fischer
Hi Barend, On Tue, 22. Feb 2011 at 20:35:00 +0100, Barend Gehrels wrote: I've a question about compiling qgis (using Windows, MSVC 2008). I've followed the instructions on the wiki page but still get some errors: Try a RelWithDebInfo (or Release) build. Most of the errors - if not all -

Re: [Qgis-developer] compiling for Windows

2011-02-22 Thread Alexander Bruy
On Tue, 22 Feb 2011 20:35:00 +0100 Barend Gehrels bar...@xs4all.nl wrote: I've a question about compiling qgis (using Windows, MSVC 2008). I've followed the instructions on the wiki page but still get some errors: Try this instructions in English, bit outdated

Re: [Qgis-developer] compiling for Windows

2011-02-22 Thread Barend Gehrels
Hi Alexander, Jürgen, It is better to use Qt libs from OSGeo4W, you can find them in qt4-devel and qt4-libs packages. OK, I did this now, configured cmake again, turned off the bindings (to avoid python/sip for the first trial) set the configuration to RelWithDebInfo, compiled again and yes,