06/05/2009, 16:26:51
J'ai pas mal galéré pour trouver le bon package qui correspondait a
cygwin sur lua.org et je pense que au final j'ai pas pris et donc pas
installé le bon....
Voici ce que renvois la première commande:
$ /usr/bin/pkg-config --modversion lua
Package lua was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua' found
Physiquement j'ai pas de dossier nommé "pkgconfig" dans /usr/local/lib
Sinon j'ai bien le fichier lua5.1.pc dans le path /usr/local/lib/
pkgconfig
En voici son contenu :
# lua.pc -- pkg-config data for Lua
# vars from install Makefile
# grep '^V=' ../Makefile
V= 5.1
# grep '^R=' ../Makefile
R= 5.1.4
# grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
prefix= /usr/local
INSTALL_BIN= ${prefix}/bin
INSTALL_INC= ${prefix}/include
INSTALL_LIB= ${prefix}/lib
INSTALL_MAN= ${prefix}/man/man1
INSTALL_LMOD= ${prefix}/share/lua/${V}
INSTALL_CMOD= ${prefix}/lib/lua/${V}
# canonical vars
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Lua
Description: An Extensible Extension Language
Version: ${R}
Requires:
Libs: -L${libdir} -llua -lm
Cflags: -I${includedir}
# (end of lua.pc)
On 6 mai, 08:24, jef2000 <jef2...@ouaye.net> wrote:
> Salut,
>
> Le script de configuration ne trouve pas le fichier lua.pc qui devrait
> se trouver dans /usr/local/lib/pkgconfig
> De quelle manière as tu installé lua?
>
> Que renvoie la commande:
> /usr/bin/pkg-config --modversion lua
> /usr/bin/pkg-config --libs lua
>
> A+
>
> Jean-François
cygwin sur lua.org et je pense que au final j'ai pas pris et donc pas
installé le bon....
Voici ce que renvois la première commande:
$ /usr/bin/pkg-config --modversion lua
Package lua was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua' found
Physiquement j'ai pas de dossier nommé "pkgconfig" dans /usr/local/lib
Sinon j'ai bien le fichier lua5.1.pc dans le path /usr/local/lib/
pkgconfig
En voici son contenu :
# lua.pc -- pkg-config data for Lua
# vars from install Makefile
# grep '^V=' ../Makefile
V= 5.1
# grep '^R=' ../Makefile
R= 5.1.4
# grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
prefix= /usr/local
INSTALL_BIN= ${prefix}/bin
INSTALL_INC= ${prefix}/include
INSTALL_LIB= ${prefix}/lib
INSTALL_MAN= ${prefix}/man/man1
INSTALL_LMOD= ${prefix}/share/lua/${V}
INSTALL_CMOD= ${prefix}/lib/lua/${V}
# canonical vars
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Lua
Description: An Extensible Extension Language
Version: ${R}
Requires:
Libs: -L${libdir} -llua -lm
Cflags: -I${includedir}
# (end of lua.pc)
On 6 mai, 08:24, jef2000 <jef2...@ouaye.net> wrote:
> Salut,
>
> Le script de configuration ne trouve pas le fichier lua.pc qui devrait
> se trouver dans /usr/local/lib/pkgconfig
> De quelle manière as tu installé lua?
>
> Que renvoie la commande:
> /usr/bin/pkg-config --modversion lua
> /usr/bin/pkg-config --libs lua
>
> A+
>
> Jean-François