[ft-devel] trying to install

2012-04-12 Thread Robert Leleu

here is a copy of my trial (ubuntu 11.04), do you see where is my error ?

thanks


leleu@portable-leleu:~/Bureau/devel/mupdf/thirdparty/freetype-2.4.8$ ls
autogen.shChangeLog.21  configure  Jamfile  objsversion.sed
buildsChangeLog.22  devel  Jamrules README  vms_make.com
ChangeLog ChangeLog.23  docs   Makefile README.git
ChangeLog.20  config.mk includemodules.cfg  src
leleu@portable-leleu:~/Bureau/devel/mupdf/thirdparty/freetype-2.4.8$ 
./configure

FreeType build system -- automatic system detection

The following settings are used:

  platformunix
  compilercc
  configuration directory ./builds/unix
  configuration rules ./builds/unix/unix.mk

If this does not correspond to your system or settings please remove the 
file

`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (the latter needs python).

cd builds/unix; ./configure
/bin/sh: ./configure: Permission denied
make: *** [setup] Erreur 126
leleu@portable-leleu:~/Bureau/devel/mupdf/thirdparty/freetype-2.4.8$

--
L’espéranto serait bien utile pour rapprocher les européens entre eux : 
http://e-d-e.org/?lang=fr
Pour y parvenir, signez la pétition parrainée par Albert Jacquart : 
http://esperanto-au-bac.fr/##sp1

___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] trying to install

2012-04-12 Thread Werner LEMBERG

 cd builds/unix; ./configure
 /bin/sh: ./configure: Permission denied

Looks like incorrect file permissions.  The file
`builds/unix/configure' must be executable.

Try

  chmod 755 builds/unix/configure


 Werner

___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] trying to install

2012-04-12 Thread Miles Bader
Werner LEMBERG w...@gnu.org writes:
 /bin/sh: ./configure: Permission denied

 Looks like incorrect file permissions.  The file
 `builds/unix/configure' must be executable.

 Try

   chmod 755 builds/unix/configure

Another way is to just invoke the configure file as a shell script, e.g.:

   sh ./configure

-miles

-- 
Defenceless, adj. Unable to attack.


___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel