Re: garnome-list digest, Vol 1 #117 - 3 msgs



How do I make gnome-office compile with gcc-2.96?? Am
stuck :(

Vicky

--- garnome-list-request gnome org wrote:
> Send garnome-list mailing list submissions to
> 	garnome-list gnome org
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
> 	http://mail.gnome.org/mailman/listinfo/garnome-list
> or, via email, send a message with subject or body
> 'help' to
> 	garnome-list-request gnome org
> 
> You can reach the person managing the list at
> 	garnome-list-admin gnome org
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of garnome-list digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: AA in gnome-terminal? (Pat Suwalski)
>    2. Re: compile error in slack 8.1 (Barthel aus
> Pennswald)
>    3. Re: compile error in slack 8.1 (Sean Proctor)
> 
> --__--__--
> 
> Message: 1
> Date: Fri, 19 Jul 2002 10:26:59 -0400
> From: Pat Suwalski <pat suwalski net>
> To: Pete Toscano <pete-garnome toscano org>
> Cc: markus hammer <markush medien akbild ac at>,
> 	garnome-list gnome org
> Subject: Re: AA in gnome-terminal?
> 
> Pete Toscano wrote:
> > Pat, are you saying that gnome-terminal always
> asks for "fixed",
> > regardless of what the font is set at?  Markus, is
> this the bug you're
> > referring to?
> 
> Yeah, a substitution for fixed is all I can see
> being needed. But you 
> won't find anything better.
> 
> --Pat
> 
> 
> --__--__--
> 
> Message: 2
> Subject: Re: compile error in slack 8.1
> From: Barthel aus Pennswald <barthel sbcglobal net>
> To: garnome-list gnome org
> Date: 19 Jul 2002 14:29:27 -0500
> 
> On Thu, 2002-07-18 at 13:57, Sean Proctor wrote:
> > I sent this before... check the archives.  you
> need to delete the
> > dependency on freetype from the pango Makefile. 
> It's really
> > straight-forward (do a grep for freetype if you
> need more hints).  btw,
> > you should probably start with a clean
> installation of garnome afterwards.
> > 
> > good luck,
> > Sean
> > 
> > On Sun, 14 Jul 2002, Emmanuel A. Garcia wrote:
> > 
> > > Ok I get this message:
> > > /opt/gnome2/lib/libpangoxft-1.0.so: undefined
> reference to
> > > `FT_Get_Next_Char'
> > > /opt/gnome2/lib/libpangoxft-1.0.so: undefined
> reference to
> > > `FT_Get_First_Char'
> > > collect2: ld returned 1 exit status
> > > make[11]: *** [gtk-query-immodules-2.0] Error 1
> > > make[11]: Leaving directory
> > >
>
`/home/eman/garnome-0.12.2/gnome/gtk+/work/gtk+-2.0.5/gtk'
> > >
> > > I just installed Slackware 8.1 I haven't changed
> anything, is there some
> > > old library I have to remove or what?? Thank you
> in advance.
> 
> Your other option would be to upgrade Slackware to
> freetype 2.0.9. (One
> of the changes in 2.0.9 is the addition of
> FT_Get_Next/First_Char.
> 
> This is what's happening: configure is finding
> garnome's freetype and
> setting all of the correct library & include paths.
> But when the
> Makefiles are created, Freetype is last in line. For
> a lot of distros
> this is no big deal. But with Slackware you may not
> have all of the
> latest releases--unless they're security patches. So
> when garnome tries
> to make Pango, it's finding an older freetype
> library and fails because
> it's linking to the wrong freetype.
> 
> Unfortunately, that's about the only major drawback
> to Slackware--if you
> want to work with bleeding edge, you'll probably
> find a lot more
> dependency issues.
> 
> Barthel
> -- 
>       ld_barthel yahoo com |
> http://geocities.com/ld_barthel
>        Organization: The Pennswald Group -- Linux
> powered!!
> 
> This post was created with 100% recycled
> post-consumer bits.
> 
> --__--__--
> 
> Message: 3
> Date: Fri, 19 Jul 2002 17:07:57 -0400 (EDT)
> From: Sean Proctor <sproctor ccs neu edu>
> To: Barthel aus Pennswald <barthel sbcglobal net>
> Cc: garnome-list gnome org
> Subject: Re: compile error in slack 8.1
> 
> yup, slack sucks with that.  more accurately,
> XFree86 sucks like that and
> slackware does by association (as the only over
> freetype package on my
> computer is from X)
> 
> Sean
> 
> On 19 Jul 2002, Barthel aus Pennswald wrote:
> 
> > On Thu, 2002-07-18 at 13:57, Sean Proctor wrote:
> > > I sent this before... check the archives.  you
> need to delete the
> > > dependency on freetype from the pango Makefile. 
> It's really
> > > straight-forward (do a grep for freetype if you
> need more hints).  btw,
> > > you should probably start with a clean
> installation of garnome afterwards.
> > >
> > > good luck,
> > > Sean
> > >
> > > On Sun, 14 Jul 2002, Emmanuel A. Garcia wrote:
> > >
> > > > Ok I get this message:
> > > > /opt/gnome2/lib/libpangoxft-1.0.so: undefined
> reference to
> > > > `FT_Get_Next_Char'
> > > > /opt/gnome2/lib/libpangoxft-1.0.so: undefined
> reference to
> > > > `FT_Get_First_Char'
> > > > collect2: ld returned 1 exit status
> > > > make[11]: *** [gtk-query-immodules-2.0] Error
> 1
> > > > make[11]: Leaving directory
> > > >
>
`/home/eman/garnome-0.12.2/gnome/gtk+/work/gtk+-2.0.5/gtk'
> > > >
> > > > I just installed Slackware 8.1 I haven't
> changed anything, is there some
> > > > old library I have to remove or what?? Thank
> you in advance.
> >
> > Your other option would be to upgrade Slackware to
> freetype 2.0.9. (One
> > of the changes in 2.0.9 is the addition of
> FT_Get_Next/First_Char.
> >
> > This is what's happening: configure is finding
> garnome's freetype and
> > setting all of the correct library & include
> paths. But when the
> > Makefiles are created, Freetype is last in line.
> For a lot of distros
> > this is no big deal. But with Slackware you may
> not have all of the
> > latest releases--unless they're security patches.
> So when garnome tries
> > to make Pango, it's finding an older freetype
> library and fails because
> > it's linking to the wrong freetype.
> >
> > Unfortunately, that's about the only major
> drawback to Slackware--if you
> > want to work with bleeding edge, you'll probably
> find a lot more
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]