On 2 Mar 2008, at 07:41, Martin Costabel wrote:

> Kevin Horton wrote:
>> On 1 Mar 2008, at 20:18, Jean-François Mertens wrote:
>>> On 02 Mar 2008, at 00:55, Kevin Horton wrote:
>>>
>>>> I'm trying to make a fink package for the new beta of sylpheed  
>>>> 2.5.0:
>>>> http://sylpheed.sraoss.jp/en/download.html#development
>>>>
>>>> A compile attempt fails with:
>>>>
>>>> Undefined symbols:
>>>>   "_GTK_ENTRY", referenced from:
>>>>       _quick_search_clear_entry in quick_search.o
>>>>       _entry_changed in quick_search.o
>>>> ld: symbol(s) not found
>>>> collect2: ld returned 1 exit status
>>>>
>>>> I'm trying to figure out where that symbol should be defined, and
>>>> what version of that package would be required.  Google hasn't shed
>>>> any light on this, so I am posting this here to see if any of this
>>>> august body can provide me any clues.
>>>
>>> looks rather like an undefined macro ..
>>> gtk+2-dev should provide it, in   %p/include/gtk-2.0/gtk/gtkentry.h
>> Unfortunately, gtk+2-dev was installed, and rebuilding it has not   
>> helped.  I still get the exact same error when attempting to  
>> compile  this sylpheed beta.
>
> Maybe they just forgot to put
> #include <gtk/gtkentry.h>
> into quick_search.c?

Thanks Martin.  A patch to add that include did indeed fix the  
problem.  I'll report it to the developer.

I'm baffled why the original code apparently works on other  
platforms.  This beta apparently compiled for the developer on Linux,  
and it has been out for several days and I have not seen any similar  
complaints on the sylpheed mailing list.

--
Kevin Horton
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-devel mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to