Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building trunk with MS vcexpress 2010: INSTALL fails #14489

Closed
qgib opened this issue Nov 30, 2011 · 4 comments
Closed

Building trunk with MS vcexpress 2010: INSTALL fails #14489

qgib opened this issue Nov 30, 2011 · 4 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS

Comments

@qgib
Copy link
Contributor

qgib commented Nov 30, 2011

Author Name: Alister Hood (@AlisterH)
Original Redmine Issue: 4582
Affected QGIS version: master
Redmine category:build/install


Building a clean checkout of trunk in vcexpress 2010, with GRASS and QGIS mapserver support, INSTALL fails like this:

7> -- Up-to-date: C:/OSGeo4W/apps/qgis-dev/plugins/grassrasterprovider.dll
7> CMake Error at src/providers/grass/cmake_install.cmake:86 (FILE):
7> file INSTALL cannot find
7> "C:/OSGeo4W/building/Quantum-GIS.build/output/grass/modules/RelWithDebInfo/qgis.d.rast.exe".
7> Call Stack (most recent call first):
7> src/providers/cmake_install.cmake:43 (INCLUDE)
7> src/cmake_install.cmake:37 (INCLUDE)
7> cmake_install.cmake:36 (INCLUDE)

I can work around this and subsequent errors if I manually change the "target name" of qgis.d.rast, qgis.g.browser and qgis.g.info from "qgis" to "qgis.d.rast", "qgis.g.browser" and "qgis.g.info".

INSTALL then fails at qgis_mapserv.fcgi, and I can work around this by changing the "target name" from "qgis_mapserv" to "qgis_mapserv.fcgi".

Install then fails like this:
8> CMake Error at python/plugins/GdalTools/tools/cmake_install.cmake:68 (FILE):
8> file INSTALL cannot find
8> "C:/OSGeo4W/building/Quantum-GIS.build/python/plugins/GdalTools/tools/ui_widgetProximity.py".
8> Call Stack (most recent call first):
8> python/plugins/GdalTools/cmake_install.cmake:40 (INCLUDE)
8> python/plugins/cmake_install.cmake:35 (INCLUDE)
8> python/cmake_install.cmake:176 (INCLUDE)
8> cmake_install.cmake:41 (INCLUDE)

I can get past this and subsequent errors by right-clicking on gdaltools_tools and doing "add>existing item" to add these files:
widgetTranslate.ui
widgetProximity.ui
widgetRasterize.ui
widgetSieve.ui

@qgib
Copy link
Contributor Author

qgib commented Dec 8, 2011

Author Name: Alister Hood (@AlisterH)


Note that this problem does not occur with vcexpress 2008.
Also, I don't recommend using vcexpress 2010, at least with the current OSGeo4W Python. It produces a qgis which works fine on 32 bit WinXP, but crashes on 64 bit Windows 7. The crashes seem to be associated with Python.

@qgib
Copy link
Contributor Author

qgib commented Sep 4, 2012

Author Name: Paolo Cavallini (@pcav)


  • crashes_corrupts_data was configured as 0
  • version was configured as master
  • fixed_version_id was changed from Version 1.8.0 to Version 2.0.0

@qgib
Copy link
Contributor Author

qgib commented Jun 28, 2014

Author Name: Jürgen Fischer (@jef-n)


  • fixed_version_id was changed from Version 2.0.0 to Future Release - Lower Priority

@qgib
Copy link
Contributor Author

qgib commented Jun 28, 2014

Author Name: Jürgen Fischer (@jef-n)


the 64bit version of qgis is built with vc2010. So this was probably meanwhile fixed.


  • status_id was changed from Open to Closed
  • resolution was changed from to worksforme

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS labels May 24, 2019
@qgib qgib added this to the Future Release - Lower Priority milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS
Projects
None yet
Development

No branches or pull requests

1 participant