public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* libungif and emacs-cvs
@ 2006-09-04 12:02 Angelo Graziosi
  2006-09-04 17:00 ` Igor Peshansky
  0 siblings, 1 reply; 4+ messages in thread
From: Angelo Graziosi @ 2006-09-04 12:02 UTC (permalink / raw)
  To: cygwin



Building emacs-cvs, 'configure' gives:

----------------------------------------------------
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for EGifPutExtensionLast in -lungif... no
---------------------------------------------------

so that it buids without ungif support:

--------------------------------------------------------------------
...
Configured for `i686-pc-cygwin'.

  Where should the build process find the source code?    /tmp/emacs
  What operating system and machine description files should Emacs use?
        `s/cygwin.h' and `m/intel386.h'
  What compiler should emacs be built with?               gcc -g -O2 
  Should Emacs use the GNU version of malloc?             yes
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          LUCID
  Where do we find X Windows header
files?                /usr/X11R6/include
  Where do we find X Windows libraries?                   /usr/X11R6/lib
  Does Emacs use -lXaw3d?                                 yes
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use -lungif?                                 no   < === 
  Does Emacs use -lpng?                                   yes
  Does Emacs use X toolkit scroll bars?                   yes
...
----------------------------------------------------------------

I do not remember this behaviour previously (but it could be), so I flag
this in the case it is a problem with libungif.

Emacs-cvs requestes libungif 4.1.0b1 or higher and I have installed
libungif, libungif4 packages 4.1.4

I have all Cygwin installed and updated.



Cheers, Angelo.



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libungif and emacs-cvs
  2006-09-04 12:02 libungif and emacs-cvs Angelo Graziosi
@ 2006-09-04 17:00 ` Igor Peshansky
  2006-09-12  5:29   ` Wynfield Henman
  0 siblings, 1 reply; 4+ messages in thread
From: Igor Peshansky @ 2006-09-04 17:00 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: cygwin

On Mon, 4 Sep 2006, Angelo Graziosi wrote:

> Building emacs-cvs, 'configure' gives:
>
> ----------------------------------------------------
> checking gif_lib.h usability... yes
> checking gif_lib.h presence... yes
> checking for gif_lib.h... yes
> checking for EGifPutExtensionLast in -lungif... no
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ---------------------------------------------------
>
> so that it buids without ungif support:

It would probably be enlightening to look at config.log to see *why*
configure thinks EGifPutExtensionLast is not in -lungif...

> I do not remember this behaviour previously (but it could be), so I flag
> this in the case it is a problem with libungif.

Or something else completely unrelated that caused the test program to
fail, thus making configure think that it didn't have a valid -lungif.
HTH,
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libungif and emacs-cvs
  2006-09-04 17:00 ` Igor Peshansky
@ 2006-09-12  5:29   ` Wynfield Henman
  0 siblings, 0 replies; 4+ messages in thread
From: Wynfield Henman @ 2006-09-12  5:29 UTC (permalink / raw)
  To: cygwin

I didn't catch the beginning of this thread... but
I frequently build cvs emacs (once a month) with cygwin and based on
cygwin's x-windows.

I do not have any probllem with ungif.

  * I do specify the following  configure option
       ---with-gif

* Last year's (of so) version of ungif had some problems, be sure to
get the newest with setup.exe

* The newest cygwin gtk windowning is broken somethwere, so I had to use
   ---with-Xaw3d

(gtk people fix that!)


>
> > ----------------------------------------------------
> > checking gif_lib.h usability... yes
> > checking gif_lib.h presence... yes
> > checking for gif_lib.h... yes
> > checking for EGifPutExtensionLast in -lungif... no
>   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > ---------------------------------------------------
> >
> > so that it buids without ungif support:
>

I am frequently building emacs from cvs and have not noticed this
problem, but haven't looked

> It would probably be enlightening to look at config.log to see *why*
> configure thinks EGifPutExtensionLast is not in -lungif...
>
> > I do not remember this behaviour previously (but it could be), so I flag
> > this in the case it is a problem with libungif.
>
> Or something else completely unrelated that caused the test program to
> fail, thus making configure think that it didn't have a valid -lungif.
> HTH,
>         Igor
> --

Perhaps try uninstalling and reinstalling the ungif library.

Regards,
   Henman

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libungif and emacs-cvs
@ 2006-09-12  8:36 Angelo Graziosi
  0 siblings, 0 replies; 4+ messages in thread
From: Angelo Graziosi @ 2006-09-12  8:36 UTC (permalink / raw)
  To: cygwin


Wynfield Henman wrote:

> I didn't catch the beginning of this thread... 

http://cygwin.com/ml/cygwin/2006-09/msg00066.html


In any case...

I think it was a problem of emacs cvs of that time.

Now I have tried newly with emacs-cvs date 20060912 09:00 and 

-----------------------------
  Does Emacs use -lXaw3d?                                 yes
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use -lungif?                                 yes  < ===
  Does Emacs use -lpng?                                   yes
  Does Emacs use X toolkit scroll bars?                   yes
-----------------------------


Thanks,

  Angelo.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-09-12  8:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-04 12:02 libungif and emacs-cvs Angelo Graziosi
2006-09-04 17:00 ` Igor Peshansky
2006-09-12  5:29   ` Wynfield Henman
2006-09-12  8:36 Angelo Graziosi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).