Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#3761 closed defect (invalid)

libgeotiff-1.3.0 unable to compile

Reported by: shaikesu Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

Hi all,

when i am trying to compile the source code of libgeotiff-1.3.0 it showing below error.. can anyone help me to solve the problem.

geotiff_proj4.c(1333) : fatal error C1083: Cannot open include file: 'projects.h': No such file or directory

thank You Shaik Esu

Change History (2)

comment:1 by warmerdam, 14 years ago

Resolution: invalid
Status: newclosed

Shaik,

This is really a libgeotiff issue, and should be filed in:

http://trac.osgeo.org/geotiff/

I will start work on it while I wait for a ticket to be filed there.

comment:2 by warmerdam, 14 years ago

I have upgraded libgeotiff to use the public modern PROJ.4 api:

http://trac.osgeo.org/geotiff/changeset/1907

In the meantime, you can pull a projects.h from the proj.4 source distribution and put it in your installed location - perhaps /usr/include, alongside proj_api.h.

Note that the normal PROJ.4 install target does install projects.h so I'm not sure why you don't have it. Perhaps some packager is protecting people from this private file? Or perhaps you are working on windows?

Note: See TracTickets for help on using tickets.