Skip to main content

Questions tagged [compilation]

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

1 vote
0 answers
27 views

Compiling MapCache for SUSE Linux Enterprise Server 15.5 [closed]

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
184 views

Cannot compile code against latest stable GeoTools/GeoServer version

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

Debugging QGIS from Visual Studio

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
104 views

Compiling PDAL with both Python2 and Python3 bindings support

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
909 views

PostGIS compilation error on Windows - missing libpq

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
74 views

What is the easiest way to write C extensions to Python for use in QGIS?

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
308 views

SAGA-GIS (2.3.1) fatal error during compilation (Ubuntu 16.04) hdf5.h not found in /usr/include/vigra/ subdir

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
331 views

Following tests fails while trying to build QGIS from source

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
752 views

SFCGAL compilation: How to specify CGAL path?

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
582 views

Fail to compile QGIS source on Windows

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
128 views

How can I inject categorizedSymbolRenderer into My QgsFeatureRenderer?

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
122 views

How to compile QGIS master snapshot from a certain point in history?

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
72 views

Adding GeoEye1 sensor to grass i.atcorr

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
204 views

How to compile QGIS 2.4.0 on Ubuntu Precise 12.04

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
78 views

can grass modules work separately

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