Re: [Fink-users] build error in emacs23

2010-07-27 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/26/10 8:43 PM, Eduardo Pestana wrote: > Dear All, > > I had the same emacs23 problem. I edited the > > emacs23.info > > file as JF suggested. > All worked out perfectly. > > Thanks and best regards, > Eduardo Pestana >

Re: [Fink-users] build error in emacs23

2010-07-26 Thread Eduardo Pestana
Dear All, I had the same emacs23 problem. I edited the emacs23.info file as JF suggested. All worked out perfectly. Thanks and best regards, Eduardo Pestana On Mon, Jul 26, 2010 at 1:35 PM, Jean-François Mertens wrote: > > On 26 Jul 2010, at 16:36, Alessio Sarti wrote: > > > Here it is. > >

Re: [Fink-users] build error in emacs23

2010-07-26 Thread Alessio Sarti
Great, thanks. That worked like a charm. thanks for your help. Cheers, alessio On 26/lug/10, at 20:05, Jean-François Mertens wrote: > > On 26 Jul 2010, at 16:36, Alessio Sarti wrote: > >> Here it is. >> http://www.lnf.infn.it/~asarti/documenti/MyIncl.txt >> Full log. >> alessio > > So you have a

Re: [Fink-users] build error in emacs23

2010-07-26 Thread Jean-François Mertens
On 26 Jul 2010, at 20:05, Jean-François Mertens wrote: > So you have a file /usr/X11/include/libpng/png.h , Sorry, I should have noticed this immediately, from your first message.. JF -- The Palm PDK Hot Apps Program o

Re: [Fink-users] build error in emacs23

2010-07-26 Thread Jean-François Mertens
On 26 Jul 2010, at 16:36, Alessio Sarti wrote: > Here it is. > http://www.lnf.infn.it/~asarti/documenti/MyIncl.txt > Full log. > alessio So you have a file /usr/X11/include/libpng/png.h , which I don't have (here: /usr/X11/include/png.h -> libpng14/png.h). configure finds this, and then in that

Re: [Fink-users] build error in emacs23

2010-07-26 Thread Alessio Sarti
Here it is. http://www.lnf.infn.it/~asarti/documenti/MyIncl.txt Full log. alessio On 26/lug/10, at 16:23, Jean-François Mertens wrote: > > On 26 Jul 2010, at 15:35, Alessio Sarti wrote: > >>> >>> and maybe also of (after "fink install libpng3"): >>> ls -l /sw/include/{libpng12/,png}* >>> >> -rw-r

Re: [Fink-users] build error in emacs23

2010-07-26 Thread Jean-François Mertens
On 26 Jul 2010, at 15:35, Alessio Sarti wrote: >> >> and maybe also of (after "fink install libpng3"): >> ls -l /sw/include/{libpng12/,png}* >> > -rw-r--r-- 1 root admin 160817 Jun 30 23:33 /sw/include/libpng12/ > png.h > -rw-r--r-- 1 root admin 49863 Jun 30 23:33 /sw/include/libpng12/ > p

Re: [Fink-users] build error in emacs23

2010-07-26 Thread Alessio Sarti
Thanks again everybody for your help! below I attach the information you requested. alessio > > and maybe also of (after "fink install libpng3"): > ls -l /sw/include/{libpng12/,png}* > -rw-r--r-- 1 root admin 160817 Jun 30 23:33 /sw/include/libpng12/ png.h -rw-r--r-- 1 root admin 4986

Re: [Fink-users] build error in emacs23

2010-07-26 Thread Jean-François Mertens
(Sorry, was WE...) On 26 Jul 2010, at 15:00, Alexander Hansen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > You shouldn't need to do anything: Fink doesn't support user > reconfiguration of flags in any case and the package seems to work for > most other people. If you have somet

Re: [Fink-users] build error in emacs23

2010-07-26 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/26/10 9:07 AM, Alessio Sarti wrote: > I have attached what you asked. > Thanks for your kind help. > > alessio > > [14:53:43]$fink dumpinfo -fenv emacs23 > Information about 10599 packages read in 1 seconds. > env: > ANT_HOME=/sw/lib/ant > C

Re: [Fink-users] build error in emacs23

2010-07-26 Thread Alessio Sarti
I have attached what you asked. Thanks for your kind help. alessio [14:53:43]$fink dumpinfo -fenv emacs23 Information about 10599 packages read in 1 seconds. env: ANT_HOME=/sw/lib/ant CCACHE_DIR=/sw/var/ccache CERN_ROOT=/sw CFLAGS=-Os -pipe CLASSPATH=/sw/share/java/antlr/antlr.jar:/sw/s

Re: [Fink-users] build error in emacs23

2010-07-26 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You shouldn't need to do anything: Fink doesn't support user reconfiguration of flags in any case and the package seems to work for most other people. If you have something non-standard set in the root environment that might explain what's going on.

Re: [Fink-users] build error in emacs23

2010-07-26 Thread Alessio Sarti
Still blocked by this error.. Any hint on how to properly setup the includes in order to compile emacs23? alessio On 22/lug/10, at 23:37, Jean-François Mertens wrote: > > On 21 Jul 2010, at 22:52, Alessio Sarti wrote: > >> Looking for incorrect headers in 100 dependency files... >> ./src/

Re: [Fink-users] build error in emacs23

2010-07-23 Thread Alessio Sarti
On 22/lug/10, at 23:37, Jean-François Mertens wrote: > > On 21 Jul 2010, at 22:52, Alessio Sarti wrote: > >> Looking for incorrect headers in 100 dependency files... >> ./src/image.d uses /usr/X11/include/libpng/png.h >> ./src/image.d uses /usr/X11/include/libpng/pngconf.h > > I don't

Re: [Fink-users] build error in emacs23

2010-07-23 Thread Jean-François Mertens
On 21 Jul 2010, at 22:52, Alessio Sarti wrote: > Looking for incorrect headers in 100 dependency files... >./src/image.d uses /usr/X11/include/libpng/png.h >./src/image.d uses /usr/X11/include/libpng/pngconf.h I don't understand how this can be .. What output do you get from env

Re: [Fink-users] build error in emacs23

2010-07-21 Thread Alessio Sarti
The previous error is fixed but now the following shows up: Looking for incorrect headers in 100 dependency files... ./src/image.d uses /usr/X11/include/libpng/png.h ./src/image.d uses /usr/X11/include/libpng/pngconf.h Please fix build process to get consistent use of fink's head

Re: [Fink-users] build error in emacs23

2010-07-21 Thread Daniel E. Macks
Daniel E. Macks said: > Jean-Fran?ois Mertens said: >> I get the following error: >> >>> gcc -prebind -Xlinker -headerpad -Xlinker 690 -L/sw/lib/pango-ft219/ >>> lib -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib -L/usr/X11R6/ >>> lib -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.

Re: [Fink-users] build error in emacs23

2010-07-19 Thread Daniel E. Macks
Jean-Fran?ois Mertens said: > I get the following error: > >> gcc -prebind -Xlinker -headerpad -Xlinker 690 -L/sw/lib/pango-ft219/ >> lib -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib -L/usr/X11R6/ >> lib -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o >> xmenu.o window.o

[Fink-users] build error in emacs23

2010-07-19 Thread Jean-François Mertens
I get the following error: > gcc -prebind -Xlinker -headerpad -Xlinker 690 -L/sw/lib/pango-ft219/ > lib -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib -L/usr/X11R6/ > lib -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o > xmenu.o window.o charset.o coding.o category.o ccl.o