Skip to main content

Questions tagged [compilation]

The translation of code from a high-level programming language (like C) to an executable program.

Filter by
Sorted by
Tagged with
1 vote
0 answers
30 views

I am trying to compile MapCache for SUSE Linux Enterprise Server 15.5. After some problems, I have managed to install dependencies and run cmake in the build directory: cmake -DWITH_FCGI=0 .. Running ...
zenzero-2001's user avatar
3 votes
1 answer
188 views

I've previously successfully compiled a GeoServer extension against earlier GeoServer/GeoTools versions, but today, I'm getting some dependency issues (Java newbie here). I am trying to build for ...
Tom Chadwin's user avatar
  • 6,008
8 votes
1 answer
1k views

I try setup a QGIS debug environment under Windows10 64bit. I followed the instrictions given at https://github.com/qgis/QGIS/blob/master/INSTALL#L423 I also had a look at https://www.shaeffer.co/...
Thomas B's user avatar
  • 8,976
0 votes
1 answer
107 views

I would like to build PDAL with both together support for Python2 and Python3 bindings (on Ubuntu 16.04). Fig. 1: Screenshot of the Python stuff within cmake-gui. How could I achieve this? If a ...
swiss_knight's user avatar
  • 11.4k
3 votes
1 answer
912 views

I have built PostgreSQL source using MSVC2015 compiler for 64bit support and installed on Windows. Now, I want to build PostGIS also from source (I am referencing from this documentation). I am using ...
audlift-bit's user avatar
1 vote
0 answers
76 views

I would like to write some functions in C to call from the Python console in QGIS. What is the easiest way to do this? Does there exist anything comparable to Matlab's MEX?
Matt D.'s user avatar
  • 413
-1 votes
1 answer
309 views

OS : Ubuntu 16.04 Compilation using : ./configure && make I encountered a fatal error while compiling SAGA-GIS 2.3.1 : Making all in imagery_vigra make[5]: Entering directory '/home/...
swiss_knight's user avatar
  • 11.4k
5 votes
1 answer
334 views

I have been trying to compile QGIS for a long time now. What I did is: Download Visual Studio 2010, Windows 7 SDK, cygwin, osgeow4 (I followed the instruction lines 380 - 447) Additionally I have ...
Filip Hazubski's user avatar
2 votes
1 answer
755 views

I'm a Linux newbie but nevertheless I want to install SFCGAL on OSGeoLive Virtual Machine (this is Ubuntu 14.04.4. LTS trusty). So first of all I had to get the dependencies, e.g. CGAL. Unfortunately ...
Muad's user avatar
  • 23
2 votes
1 answer
584 views

CMake fails to configure. I get following error: Could NOT find PythonInterp: Found unsuitable version "1.4", but required is at least "2.7" (found c:/cygwin/bin/python2.7.exe) which seems irrational....
Filip Hazubski's user avatar
1 vote
0 answers
130 views

I try to get the categorizedSymbolRenderer value in order to render them In all sample of code I found ( in python but not in c++ ) it said : renderer = QgsCategorizedSymbolRendererV2(expression , ...
ainardi's user avatar
  • 863
0 votes
1 answer
125 views

I would like to find out which commit in QGIS code caused a certain change in behaviour. Since the archives at http://download2.osgeo.org/osgeo4w/release/qgis/qgis-dev/ are not complete, I think that ...
Pavol's user avatar
  • 153
1 vote
1 answer
74 views

Following the instructions, I've updated the iwave.h and iwave.cpp files using the official spectral responses from DigitalGlobe (In the iwave.h file I don't know if it's necessary to use more ...
Spamod's user avatar
  • 11
1 vote
0 answers
209 views

Been trying to compile this for a couple of hours, using this download: http://qgis.org/downloads/qgis-latest.tar.bz2 and these instructions: http://htmlpreview.github.io/?https://raw.github.com/...
minisaurus's user avatar
2 votes
1 answer
82 views

Grass is very useful tool for pre processing of imagery. I want to use the i.atcorr module separately. Will it be possible? I have compiled using .cpp files (AerosolConcentration.cpp, AerosolModel.cpp,...
user28542's user avatar
  • 320

15 30 50 per page