[Fink-devel] Error while building seamonkey

2008-10-28 Thread Pierre-Henri Lavigne

Gnu day,

Here is the log:
http://paste.lisp.org/display/69338

Failed on my iBook G4 PowerPC :
* Mac OS X 10.4.11, up to date
* Fink version 0.28.6, up to date
* XCode 2.5
* Xorg

No ideas about that or how to fix this xD

Regards,

Peter

-- 
Pierre-Henri Lavigne a.k.a. Åkeson Chihiro
Front end developer, Fink member
http://my.opera.com/Akeson_Chihiro/

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Error while building seamonkey

2008-10-28 Thread Hanspeter Niederstrasser
Pierre-Henri Lavigne wrote:
> Gnu day,
> 
> Here is the log:
> http://paste.lisp.org/display/69338

This is the 'gtk no longer passes indirect depends' bug.  Firefox fixed 
it by adding

SetLIBS: -L/usr/X11R6/lib -lXft -lXrender -lfontconfig -lfreetype -lz -lX11

Exact flags may vary.

Hanspeter

-- 
Hanspeter Niederstrasser
hanspeter AT snaggledworks DOT com


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Error while building seamonkey

2008-10-28 Thread Pierre-Henri Lavigne
Seems the beginning 
Error with the new test rebuild
http://paste.lisp.org/display/69344

-- 
Pierre-Henri Lavigne a.k.a. Åkeson Chihiro
Front end developer, Fink member
http://my.opera.com/Akeson_Chihiro/

On Tuesday 28 October 2008 14:54:29 Hanspeter Niederstrasser wrote:
> Pierre-Henri Lavigne wrote:
> > Gnu day,
> >
> > Here is the log:
> > http://paste.lisp.org/display/69338
>
> This is the 'gtk no longer passes indirect depends' bug.  Firefox fixed
> it by adding
>
> SetLIBS: -L/usr/X11R6/lib -lXft -lXrender -lfontconfig -lfreetype -lz -lX11
>
> Exact flags may vary.
>
> Hanspeter

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] NoSetCPPFLAGS

2008-10-28 Thread Jack Howarth
   What exactly does "NoSetCPPFLAGS: True" do? Does it unset the
CPPFLAGS environmental or just set it to a null string. I am seeing
a bootstrap failure when building the latest gcc trunk. If NoSetCPPFLAGS
is only setting CPPFLAGS to a null string, this would explain the
problem. In that case, I guess I need to remove the instance of
NoSetCPPFLAGS and resort to "unsetenv CPPFLAGS" instead. A null setting
of CPPFLAGS by NoSetCPPFLAGS would cause a bootstrap failure. Thanks
in advance for any information.
Jack

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] inkscape-0.46-3 fails to compile

2008-10-28 Thread Richard Talley
The compilation got most of the way through but failed with this error:

/sw/include/gtk-2.0/gtk/gtkctree.h:110: error: 'GtkCList' does not name a type
/sw/include/gtk-2.0/gtk/gtkctree.h:127: error: 'GtkCListClass' does
not name a type
/sw/include/gtk-2.0/gtk/gtkctree.h:149: error: 'GtkCListRow' does not
name a type
/sw/include/gtk-2.0/gtk/gtkctree.h:342: error: 'GtkCellType' does not
name a type
make[2]: *** [widgets/sp-xmlview-attr-list.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2

--
Package manager version: 0.28.6
Distribution version: selfupdate-rsync Sat Oct 25 13:21:42 2008, 10.4, powerpc
Mac OS X version: 10.4.11
Xcode version: 2.5
gcc version: 4.0.1 (Apple Computer, Inc. build 5370)
make version: 3.80
Feedback Courtesy of FinkCommander

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] inkscape-0.46-3 fails to compile

2008-10-28 Thread Alexander Hansen
Richard Talley wrote:
> The compilation got most of the way through but failed with this error:
>
> /sw/include/gtk-2.0/gtk/gtkctree.h:110: error: 'GtkCList' does not name a type
> /sw/include/gtk-2.0/gtk/gtkctree.h:127: error: 'GtkCListClass' does
> not name a type
> /sw/include/gtk-2.0/gtk/gtkctree.h:149: error: 'GtkCListRow' does not
> name a type
> /sw/include/gtk-2.0/gtk/gtkctree.h:342: error: 'GtkCellType' does not
> name a type
> make[2]: *** [widgets/sp-xmlview-attr-list.o] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> ### execution of make failed, exit code 2
>
> --
> Package manager version: 0.28.6
> Distribution version: selfupdate-rsync Sat Oct 25 13:21:42 2008, 10.4, powerpc
> Mac OS X version: 10.4.11
> Xcode version: 2.5
> gcc version: 4.0.1 (Apple Computer, Inc. build 5370)
> make version: 3.80
> Feedback Courtesy of FinkCommander
>
>   
This is the same as

http://thread.gmane.org/gmane.os.macosx.fink.devel/17152

from this list.  The problem is being worked on.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] NoSetCPPFLAGS

2008-10-28 Thread Daniel Macks
On Tue, Oct 28, 2008 at 12:52:59PM -0400, Jack Howarth wrote:
>What exactly does "NoSetCPPFLAGS: True" do? Does it unset the
> CPPFLAGS environmental or just set it to a null string. I am seeing
> a bootstrap failure when building the latest gcc trunk. If NoSetCPPFLAGS
> is only setting CPPFLAGS to a null string, this would explain the
> problem. In that case, I guess I need to remove the instance of
> NoSetCPPFLAGS and resort to "unsetenv CPPFLAGS" instead. A null setting
> of CPPFLAGS by NoSetCPPFLAGS would cause a bootstrap failure. Thanks
> in advance for any information.

I'm pretty sure NoSet results in the variable being not set, not "set
to null". You can 'fink dumpinfo -eCPPFLAGS somepkg' to see what the
CPPFLAGS env var will be when building somepkg.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] inkscape-0.46-3 fails to compile

2008-10-28 Thread Richard Talley
Thanks for the link. It appears the problem has been solved. Should I
just re-fetch Inkscape and try again?

-- Rich

On Tue, Oct 28, 2008 at 11:25 AM, Alexander Hansen
<[EMAIL PROTECTED]> wrote:
> Richard Talley wrote:
>> The compilation got most of the way through but failed with this error:
>>
>> /sw/include/gtk-2.0/gtk/gtkctree.h:110: error: 'GtkCList' does not name a 
>> type
>> /sw/include/gtk-2.0/gtk/gtkctree.h:127: error: 'GtkCListClass' does
>> not name a type
>> /sw/include/gtk-2.0/gtk/gtkctree.h:149: error: 'GtkCListRow' does not
>> name a type
>> /sw/include/gtk-2.0/gtk/gtkctree.h:342: error: 'GtkCellType' does not
>> name a type
>> make[2]: *** [widgets/sp-xmlview-attr-list.o] Error 1
>> make[1]: *** [all-recursive] Error 1
>> make: *** [all] Error 2
>> ### execution of make failed, exit code 2
>>
>> --
>> Package manager version: 0.28.6
>> Distribution version: selfupdate-rsync Sat Oct 25 13:21:42 2008, 10.4, 
>> powerpc
>> Mac OS X version: 10.4.11
>> Xcode version: 2.5
>> gcc version: 4.0.1 (Apple Computer, Inc. build 5370)
>> make version: 3.80
>> Feedback Courtesy of FinkCommander
>>
>>
> This is the same as
>
> http://thread.gmane.org/gmane.os.macosx.fink.devel/17152
>
> from this list.  The problem is being worked on.
>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] inkscape-0.46-3 fails to compile

2008-10-28 Thread Daniel Macks
I think "a solution is known", not "the fink package has been fixed".
I just applied the patch locally and inkscape gets further but still
fails due to Yet Another "Feature" of the new gtk+2", so will need a
bit more tweaking before the package is buildable and then uploaded to
the selfupdate servers.

dan

On Tue, Oct 28, 2008 at 12:02:12PM -0600, Richard Talley wrote:
> Thanks for the link. It appears the problem has been solved. Should I
> just re-fetch Inkscape and try again?
> 
> -- Rich
> 
> On Tue, Oct 28, 2008 at 11:25 AM, Alexander Hansen
> <[EMAIL PROTECTED]> wrote:
> > Richard Talley wrote:
> >> The compilation got most of the way through but failed with this error:
> >>
> >> /sw/include/gtk-2.0/gtk/gtkctree.h:110: error: 'GtkCList' does not name a 
> >> type
> >> /sw/include/gtk-2.0/gtk/gtkctree.h:127: error: 'GtkCListClass' does
> >> not name a type
> >> /sw/include/gtk-2.0/gtk/gtkctree.h:149: error: 'GtkCListRow' does not
> >> name a type
> >> /sw/include/gtk-2.0/gtk/gtkctree.h:342: error: 'GtkCellType' does not
> >> name a type
> >> make[2]: *** [widgets/sp-xmlview-attr-list.o] Error 1
> >> make[1]: *** [all-recursive] Error 1
> >> make: *** [all] Error 2
> >> ### execution of make failed, exit code 2
> >>
> >> --
> >> Package manager version: 0.28.6
> >> Distribution version: selfupdate-rsync Sat Oct 25 13:21:42 2008, 10.4, 
> >> powerpc
> >> Mac OS X version: 10.4.11
> >> Xcode version: 2.5
> >> gcc version: 4.0.1 (Apple Computer, Inc. build 5370)
> >> make version: 3.80
> >> Feedback Courtesy of FinkCommander
> >>
> >>
> > This is the same as
> >
> > http://thread.gmane.org/gmane.os.macosx.fink.devel/17152
> >
> > from this list.  The problem is being worked on.
> >
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> http://news.gmane.org/gmane.os.apple.fink.devel

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] libsigc++ and Cairomm 1.7.0 co-operation

2008-10-28 Thread Asko Kauppi

As maintainers of fink sigc++2 and cairomm1 packages you might be  
interested about this:

a bug in OS X or libsigc++ (depends on how you want to see it) that  
causes cairomm (among others?) not to compile.

-asko


Edelleenlähetetty viesti alkaa:

> Lähettäjä: Asko Kauppi <[EMAIL PROTECTED]>
> Päiväys: 28. lokakuuta 2008 klo 20:50.35
> Vastaanottaja: Murray Cumming <[EMAIL PROTECTED]>
> Kopio: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Aihe: Vastaus: [cairo] Unable to compile cairomm 1.7.0 (OS X fink)
>
>
> Oops, that was interesting.
>
> Seems libsigc++ 2.5 is prepared for this:
>
>   
> http://ardour.sourcearchive.com/documentation/2.5/functor__trait_8h-source.html
>
> #ifdef nil
> /* stupid OS X, defining nil */
> #undef nil
> #endif
>
>
> But current fink version is 2.2.3.   I will contact the maintainer  
> to make sure (s)he is notified.
>
> Seems fitting the same first aid block in front of including  slot.h> in both cairomm/fontface.h and cairomm/surface.h does the  
> same trick.
>
> Thanks!
>
> -asko
>
>
> Murray Cumming kirjoitti 28.10.2008 kello 19:53:
>
>> On Mon, 2008-10-27 at 21:24 +0200, Asko Kauppi wrote:
>>> I tried compiling Cairomm 1.7.0 on OS X with fink tools.  This is  
>>> what
>>> I got after
>>>
>>> ./configure
>>> make
>>>
>>> Would you have ideas of what's wrong?
>>>
>>> Which version of libsigc++ is required?
>>>
>>> The line 37 of functor_trait.h is:
>>> <<
>>> /** nil struct type.
>>> * The nil struct type is used as default template argument in the
>>> * unnumbered sigc::signal and sigc::slot templates.
>>> *
>>> * @ingroup signal
>>> * @ingroup slot
>>> */
>>> struct nil; <<-- line 37
>>
>> Yes. nil is typedefed to something on MacOS X, so libsigc++ has  
>> problems
>> there. I am surprised that you could build libsigc++.
>>
>> Unfortunately, we can't change that identifier to something else  
>> without
>> breaking ABI (due to mangled C++ names) in other libraries that use
>> libsigc++, such as gtkmm.
>>
>> vmware had this problem (they use gtkmm for the vmware UI). I'm sure
>> there's a patch somewhere that they apply, but I can't find it now in
>> bugzilla. fink should probably apply the patch.
>>
>> I've CCed Philip Langdale, who I think was the vmware guy who  
>> mentioned
>> this. Maybe he knows where to find the bug or the patch.
>>
>>
>> -- 
>> [EMAIL PROTECTED]
>> www.murrayc.com
>> www.openismus.com
>>
>
Edelleenlähetetty viesti alkaa:

> Lähettäjä: Asko Kauppi <[EMAIL PROTECTED]>
> Päiväys: 27. lokakuuta 2008 klo 21:24.20
> Vastaanottaja: [EMAIL PROTECTED]
> Aihe: Unable to compile cairomm 1.7.0 (OS X fink)
>
>
> I tried compiling Cairomm 1.7.0 on OS X with fink tools.  This is  
> what I got after
>
>   ./configure
>   make
>
> Would you have ideas of what's wrong?
>
> Which version of libsigc++ is required?
>
> The line 37 of functor_trait.h is:
> <<
> /** nil struct type.
> * The nil struct type is used as default template argument in the
> * unnumbered sigc::signal and sigc::slot templates.
> *
> * @ingroup signal
> * @ingroup slot
> */
> struct nil;   <<-- line 37
> <<
>
> - asko
>
> ...
> g++ -DHAVE_CONFIG_H -I. -I.. -I/sw/include/libpng12 -I/sw/include -I/ 
> sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include - 
> I/sw/include/pixman-1 -I/sw/include/cairo -I/sw/include/sigc++-2.0 - 
> I/sw/lib/sigc++-2.0/include -I/usr/X11R6/include -I/usr/X11/include - 
> g -O2 -MT quartz_font.lo -MD -MP -MF .deps/quartz_font.Tpo -c  
> quartz_font.cc  -fno-common -DPIC -o .libs/quartz_font.o
> /sw/include/sigc++-2.0/sigc++/functors/functor_trait.h:37: error:  
> expected identifier before '__null'
> /sw/include/sigc++-2.0/sigc++/functors/functor_trait.h:37: error:  
> expected unqualified-id before '__null'
> /sw/include/sigc++-2.0/sigc++/functors/slot.h:1088: error: expected  
> type-specifier before '__null'
> /sw/include/sigc++-2.0/sigc++/functors/slot.h:1088: error: expected  
> `>' before '__null'
> /sw/include/sigc++-2.0/sigc++/functors/slot.h:1090: error: 'T_arg2'  
> was not declared in this scope
> /sw/include/sigc++-2.0/sigc++/functors/slot.h:1090: error: 'T_arg3'  
> was not declared in this scope
> /sw/include/sigc++-2.0/sigc++/functors/slot.h:1090: error: 'T_arg4'  
> was not declared in this scope
> /sw/include/sigc++-2.0/sigc++/functors/slot.h:1090: error: 'T_arg5'  
> was not declared in this scope
> /sw/include/sigc++-2.0/sigc++/functors/slot.h:1090: error: 'T_arg6'  
> was not declared in this scope
> /sw/include/sigc++-2.0/sigc++/functors/slot.h:1090: error: 'T_arg7'  
> was not declared in this scope
> /sw/include/sigc++-2.0/sigc++/functors/slot.h:1090: error: template  
> argument 3 is invalid
> /sw/include/sigc++-2.0/sigc++/functors/slot.h:1090: error: template  
> argument 4 is invalid
> /sw/include/sigc++-2.0/sigc++/functors/slot.h:1090: error: template  
> argument 5 is invalid
> /sw/include/sigc++-2.0/sigc++/functors/slot.h:1090: error: template  
> argument 6 is invalid
> /sw/include/sigc++-2.0/sigc++/funct

Re: [Fink-devel] libsigc++ and Cairomm 1.7.0 co-operation

2008-10-28 Thread Daniel Macks
Interesting indeed! Unfortunately, the "download" link on the
libsigc++ download page goes to the 2.0.x series, and browsing the
whole gnome sources server ftp.gnome.org/pub/GNOME/sources/libsigc++
the highest available version is 2.2.3. Where is this 2.5?

dan

On Tue, Oct 28, 2008 at 08:54:19PM +0200, Asko Kauppi wrote:
> 
> As maintainers of fink sigc++2 and cairomm1 packages you might be  
> interested about this:
> 
> a bug in OS X or libsigc++ (depends on how you want to see it) that  
> causes cairomm (among others?) not to compile.
> 
> -asko
> 
> 
> Edelleenl?hetetty viesti alkaa:
> 
> > L?hett?j?: Asko Kauppi <[EMAIL PROTECTED]>
> > P?iv?ys: 28. lokakuuta 2008 klo 20:50.35
> > Vastaanottaja: Murray Cumming <[EMAIL PROTECTED]>
> > Kopio: [EMAIL PROTECTED], [EMAIL PROTECTED]
> > Aihe: Vastaus: [cairo] Unable to compile cairomm 1.7.0 (OS X fink)
> >
> >
> > Oops, that was interesting.
> >
> > Seems libsigc++ 2.5 is prepared for this:
> >
> > 
> > http://ardour.sourcearchive.com/documentation/2.5/functor__trait_8h-source.html
> >
> > #ifdef nil
> > /* stupid OS X, defining nil */
> > #undef nil
> > #endif
> >
> >
> > But current fink version is 2.2.3.   I will contact the maintainer  
> > to make sure (s)he is notified.
> >
> > Seems fitting the same first aid block in front of including  > slot.h> in both cairomm/fontface.h and cairomm/surface.h does the  
> > same trick.
> >
> > Thanks!
> >
> > -asko
> >
> >
> > Murray Cumming kirjoitti 28.10.2008 kello 19:53:
> >
> >> On Mon, 2008-10-27 at 21:24 +0200, Asko Kauppi wrote:
> >>> I tried compiling Cairomm 1.7.0 on OS X with fink tools.  This is  
> >>> what
> >>> I got after
> >>>
> >>>   ./configure
> >>>   make
> >>>
> >>> Would you have ideas of what's wrong?
> >>>
> >>> Which version of libsigc++ is required?
> >>>
> >>> The line 37 of functor_trait.h is:
> >>> <<
> >>> /** nil struct type.
> >>> * The nil struct type is used as default template argument in the
> >>> * unnumbered sigc::signal and sigc::slot templates.
> >>> *
> >>> * @ingroup signal
> >>> * @ingroup slot
> >>> */
> >>> struct nil;   <<-- line 37
> >>
> >> Yes. nil is typedefed to something on MacOS X, so libsigc++ has  
> >> problems
> >> there. I am surprised that you could build libsigc++.
> >>
> >> Unfortunately, we can't change that identifier to something else  
> >> without
> >> breaking ABI (due to mangled C++ names) in other libraries that use
> >> libsigc++, such as gtkmm.
> >>
> >> vmware had this problem (they use gtkmm for the vmware UI). I'm sure
> >> there's a patch somewhere that they apply, but I can't find it now in
> >> bugzilla. fink should probably apply the patch.
> >>
> >> I've CCed Philip Langdale, who I think was the vmware guy who  
> >> mentioned
> >> this. Maybe he knows where to find the bug or the patch.
> >>
> >>
> >> -- 
> >> [EMAIL PROTECTED]
> >> www.murrayc.com
> >> www.openismus.com
> >>
> >
> Edelleenl?hetetty viesti alkaa:
> 
> > L?hett?j?: Asko Kauppi <[EMAIL PROTECTED]>
> > P?iv?ys: 27. lokakuuta 2008 klo 21:24.20
> > Vastaanottaja: [EMAIL PROTECTED]
> > Aihe: Unable to compile cairomm 1.7.0 (OS X fink)
> >
> >
> > I tried compiling Cairomm 1.7.0 on OS X with fink tools.  This is  
> > what I got after
> >
> > ./configure
> > make
> >
> > Would you have ideas of what's wrong?
> >
> > Which version of libsigc++ is required?
> >
> > The line 37 of functor_trait.h is:
> > <<
> > /** nil struct type.
> > * The nil struct type is used as default template argument in the
> > * unnumbered sigc::signal and sigc::slot templates.
> > *
> > * @ingroup signal
> > * @ingroup slot
> > */
> > struct nil; <<-- line 37
> > <<
> >
> > - asko
> >
> > ...
> > g++ -DHAVE_CONFIG_H -I. -I.. -I/sw/include/libpng12 -I/sw/include -I/ 
> > sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include - 
> > I/sw/include/pixman-1 -I/sw/include/cairo -I/sw/include/sigc++-2.0 - 
> > I/sw/lib/sigc++-2.0/include -I/usr/X11R6/include -I/usr/X11/include - 
> > g -O2 -MT quartz_font.lo -MD -MP -MF .deps/quartz_font.Tpo -c  
> > quartz_font.cc  -fno-common -DPIC -o .libs/quartz_font.o
> > /sw/include/sigc++-2.0/sigc++/functors/functor_trait.h:37: error:  
> > expected identifier before '__null'
> > /sw/include/sigc++-2.0/sigc++/functors/functor_trait.h:37: error:  
> > expected unqualified-id before '__null'
> > /sw/include/sigc++-2.0/sigc++/functors/slot.h:1088: error: expected  
> > type-specifier before '__null'
> > /sw/include/sigc++-2.0/sigc++/functors/slot.h:1088: error: expected  
> > `>' before '__null'
> > /sw/include/sigc++-2.0/sigc++/functors/slot.h:1090: error: 'T_arg2'  
> > was not declared in this scope
> > /sw/include/sigc++-2.0/sigc++/functors/slot.h:1090: error: 'T_arg3'  
> > was not declared in this scope
> > /sw/include/sigc++-2.0/sigc++/functors/slot.h:1090: error: 'T_arg4'  
> > was not declared in this scope
> > /sw/include/sigc++-2.0/sigc++/functors/slot.h:1090: error: 'T_arg5'  
> > was not declared in this scope
> > /sw/include/s

Re: [Fink-devel] Error while building seamonkey

2008-10-28 Thread Jean-François Mertens

On 28 Oct 2008, at 17:30, Pierre-Henri Lavigne wrote:

> Seems the beginning 
> Error with the new test rebuild
> http://paste.lisp.org/display/69344

I'll commit soon a fix for the first problem; but this one seems
to point to an earlier, different problem :

 From your log :
> -L../../../dist/bin -L../../../dist/lib -lxlibrgb -lxprintutil - 
> lgfxshared_s -lgkgfx -L../../../dist/bin -lxpcom -lxpcom_core - 
> L../../../dist/bin -L../../../dist/lib -lplds4 -lplc4 -lnspr4 -L/sw/ 
> lib/pango-ft219/lib -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/ 
> lib -L/usr/X11R6/lib -ldl -lXp -lXext -lX11 ../../../dist/lib/ 
> libunicharutil_s.a  -lm
> /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols:
> _XpuCompoundTextToXmb
> _XpuFindColorspaceByName
> _XpuFindResolutionByName
> _XpuFreeColorspaceList
> _XpuFreeXmbString
> _XpuGetColorspaceList
> _XpuSetEnableFontDownload
> collect2: ld returned 1 exit status
> make[4]: *** [libgfxxprint.dylib] Error 1
> make[4]: Leaving directory `/sw/src/fink.build/seamonkey-1.1.12-2/ 
> mozilla/gfx/src/xprint'

So you are in gfx/src/xprint ; hence the flags on the link line "- 
L../../../dist/lib -lxprintutil"
should have allowed to find dist/lib/libxprintutil.a  _ else the  
linker would have complained.
And I get :
> # nm -mgf dist/lib/libxprintutil.a |fgrep '_XpuCompoundTextToXmb
> > _XpuFindColorspaceByName
> > _XpuFindResolutionByName
> > _XpuFreeColorspaceList
> > _XpuFreeXmbString
> > _XpuGetColorspaceList
> > _XpuSetEnableFontDownload'
> 1a25 (__TEXT,__text) external _XpuCompoundTextToXmb
> 169f (__TEXT,__text) external _XpuFindColorspaceByName
> 0dd8 (__TEXT,__text) external _XpuFindResolutionByName
> 1666 (__TEXT,__text) external _XpuFreeColorspaceList
> 1bb3 (__TEXT,__text) external _XpuFreeXmbString
> 139f (__TEXT,__text) external _XpuGetColorspaceList
> 1770 (__TEXT,__text) external _XpuSetEnableFontDownload

So all those symbols should have been found, except if something went  
badly wrong
much before, in your build of  libxprintutil.a  ..
Could you check this ?

JF Mertens



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] tracker lag

2008-10-28 Thread Alexander Hansen
Hey folks.

I'm getting ready for a meeting, and I'm not really going to have time  
to devote to the tracker until that's done (a few weeks).

Just a heads-up.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] migrating unstable to tcltk 8.5.5?

2008-10-28 Thread Jack Howarth
   What is the consensus about trying to migrate tcltk and the
packages that rely on it to version 8.5.5 in fink unstable?
Since Snow Leopard won't be available on PowerPC, the system
tcltk will stay at 8.4 on those systems. So if anyone wants
a newer tcltk, it will have to come from fink. I have done
some test packaging and have patches for blt and a newer
version for Pmw to build against tcltk 8.5.5. So far I have
adapted the sparky-py and pymol-py packages to work with
tcltk 8.5.5. While it will be a bit of work, I suspect we
can find the necessary patches to make everything else work
in the Fedora and Debian package libraries.
Jack

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel