You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Paul Lindner <li...@inuus.com> on 2004/04/16 20:21:21 UTC

GTop & Fedora Core 2

Looks like GTop and Fedora Core 2 are having issues.  No doubt this is
caused by incompatibilities with libgtop2 version 2.5 included with
Gnome 2.6..

Before I dive in, has anyone else diagnosed and/or fixed this?

Here's what I see:
  
[plindner@localhost GTop-0.12]$ rpm -qa |egrep '(glib|libgtop)'
  glib-devel-1.2.10-12.1.1
  glib-1.2.10-12.1.1
  libgtop2-devel-2.5.2-2
  libgtop2-2.5.2-2
  glib2-devel-2.4.0-1
  glib2-2.4.0-1

[plindner@localhost GTop-0.12]$ perl Makefile.PL
  Using INC:  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
      -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0
      -I/usr/lib/glib-2.0/include
  Using LIBS:  -L/usr/lib -L/usr/X11R6/lib -lXau -lgtop-2.0 -lglib-2.0
  Writing Makefile for GTop::Server
  Writing Makefile for GTop

[plindner@localhost GTop-0.12]$ make
  In file included from /usr/include/libgtop-2.0/glibtop.h:29,
                 from daemon.h:28,
                 from io.c:23:
  /usr/include/libgtop-2.0/glibtop_server.h:152: error: syntax error
    before "G_END_DECLS"
  In file included from daemon.h:28,
                 from io.c:23:
  /usr/include/libgtop-2.0/glibtop.h:40: error: syntax error before "typedef"
  In file included from /usr/include/libgtop-2.0/glibtop.h:42,
                 from daemon.h:28,
                 from io.c:23:


-- 
Paul Lindner    lindner@inuus.com   ||||| | | | |  |  |  |   |   |

    mod_perl Developer's Cookbook   http://www.modperlcookbook.org/
         Human Rights Declaration   http://www.unhchr.ch/udhr/

Re: GTop & Fedora Core 2

Posted by Stas Bekman <st...@stason.org>.
Paul Lindner wrote:
> Looks like GTop and Fedora Core 2 are having issues.  No doubt this is
> caused by incompatibilities with libgtop2 version 2.5 included with
> Gnome 2.6..
> 
> Before I dive in, has anyone else diagnosed and/or fixed this?

Paul, I still have libgtop2-2.0.8-4mdk and can't quite upgrade anything at the 
moment, since I'm on Mandrake which revamps its packaging layout at the moment 
so it's impossible to update anything and noone releases new things untill 
things settle down (which takes a way too long). So if you can fix it and send 
me the patches I'll release the fixed version.

> Here's what I see:
>   
> [plindner@localhost GTop-0.12]$ rpm -qa |egrep '(glib|libgtop)'
>   glib-devel-1.2.10-12.1.1
>   glib-1.2.10-12.1.1
>   libgtop2-devel-2.5.2-2
>   libgtop2-2.5.2-2
>   glib2-devel-2.4.0-1
>   glib2-2.4.0-1
> 
> [plindner@localhost GTop-0.12]$ perl Makefile.PL
>   Using INC:  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
>       -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0
>       -I/usr/lib/glib-2.0/include
>   Using LIBS:  -L/usr/lib -L/usr/X11R6/lib -lXau -lgtop-2.0 -lglib-2.0
>   Writing Makefile for GTop::Server
>   Writing Makefile for GTop
> 
> [plindner@localhost GTop-0.12]$ make
>   In file included from /usr/include/libgtop-2.0/glibtop.h:29,
>                  from daemon.h:28,
>                  from io.c:23:
>   /usr/include/libgtop-2.0/glibtop_server.h:152: error: syntax error
>     before "G_END_DECLS"
>   In file included from daemon.h:28,
>                  from io.c:23:
>   /usr/include/libgtop-2.0/glibtop.h:40: error: syntax error before "typedef"
>   In file included from /usr/include/libgtop-2.0/glibtop.h:42,
>                  from daemon.h:28,
>                  from io.c:23:
> 
> 


-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html