[Freeciv-Dev] Re: configure won't find libpng on MinGW
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
From: Andreas Kemnade [mailto:andi@xxxxxxxxxxxxxxx]On Behalf
>
> I suspect /usr/include is not in your include search path
> (due to -mno-cygwin). That can be
> correct. Look where mingw.h and windows.h are installed.
I have:
/mingw/include/_mingw.h
/mingw/include/windows.h
/usr/include/png.h
/usr/include/zlib.h
What is MSYS's canonical include search path called? Is it an
enviornment variable? I do not see any obvious one. What is the
canonical way to get /usr/include searched?
> In doubt, you can still try something like this:
> CC="gcc -mno-cygwin -Ipath/to/your/pngsource/headers
> -Lpath/to/your/pngsource/libs"
Ok, I have "CC=gcc -mno-cygwin -I/usr/include -L/usr/lib" in my Windows
2000 environment. Now I can detect png.h, but I'm still dead:
checking png.h usability... no
checking png.h presence... yes
configure: WARNING: png.h: present but cannot be compiled
configure: WARNING: png.h: check for missing prerequisite headers?
configure: WARNING: png.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to bug-autoconf@xxxxxxx. ##
configure: WARNING: ## ------------------------------------ ##
checking for png.h... yes
checking for png_read_image in -lpng... no
configure: error: "You have to install libpng"
Cheers, www.indiegamedesign.com
Brandon Van Every Seattle, WA
Taking risk where others will not.
- [Freeciv-Dev] configure won't find libpng on MinGW, Andreas Kemnade, 2003/11/01
- [Freeciv-Dev] Re: configure won't find libpng on MinGW, Brandon J. Van Every, 2003/11/01
- [Freeciv-Dev] Re: configure won't find libpng on MinGW,
Brandon J. Van Every <=
- [Freeciv-Dev] Re: configure won't find libpng on MinGW, Andreas Kemnade, 2003/11/01
- [Freeciv-Dev] canonical MinGW, configure suspicions, Brandon J. Van Every, 2003/11/01
- [Freeciv-Dev] building libpng on MinGW?, Brandon J. Van Every, 2003/11/01
- [Freeciv-Dev] Re: building libpng on MinGW?, Per I. Mathisen, 2003/11/02
- [Freeciv-Dev] Re: building libpng on MinGW?, Andreas Kemnade, 2003/11/03
- [Freeciv-Dev] Re: building libpng on MinGW?, Per I. Mathisen, 2003/11/03
- [Freeciv-Dev] Re: building libpng on MinGW?, Raimar Falke, 2003/11/02
- [Freeciv-Dev] Re: building libpng on MinGW?, Vasco Alexandre Da Silva Costa, 2003/11/02
- [Freeciv-Dev] Re: building libpng on MinGW?, Per I. Mathisen, 2003/11/02
- [Freeciv-Dev] canonical MinGW, configure suspicions, Andreas Kemnade, 2003/11/03
|
|