make error
Frank Warmerdam
fwarmerdam at GMAIL.COM
Fri Apr 8 07:12:57 PDT 2005
On Apr 8, 2005 10:49 AM, Paul Scott <pscott at uwc.ac.za> wrote:
> -DUSE_THREAD -I/usr/local/include -I/usr/local/include
> -I/usr/local/pgsql/include -I/usr/local/include -I maptemplate.c -o
> maptemplate.o
> gcc: no input files
> make: *** [maptemplate.o] Error 1
Paul,
In the above build line you can see "-I maptemplate.c". What is
happening is that for some reason a "bare" -I was put into your
Makefile by configure, and this is "eating" the maptemplate.c -
treating it as an include directory name. You need to edit your
Makefile by hand, and search for this bare -I and remove it. In
fact, once you see what variable it is in, you may be able to figure
out what went wrong in the configure.
Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent
More information about the MapServer-users
mailing list