Re: [GnomeMeeting-list] Problems with 'make'ing Ekiga 2.0.2



I am completely out of my depth here, but searching the net shows that the GPOINTER_TO_INT can be a problem with 64bit architecture machines. I wonder if Ekiga has been compiled on 64 bits before?

The problem appears to be that on 32-bit machines the library used is /usr/lib/glib-2.0/include/glibconfig.h which contains the macro definition
     #define GPOINTER_TO_INT(p) ((gint) (p))
64-bit machines use glibconfig.h from /usr/lib64/glib-2.0/include/glibconfig.h which sets
     #define GPOINTER_TO_INT(p) ((gint) (glong) (p))
I used:
# PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib64/pkgconfig:$PKG_CONFIG_PATH; export PKG_CONFIG_PATH
# ./configure

to configure Ekiga, since I have both the 32bit and the 64bit libraries installed, does that mean, do you think, that I am using the wrong library?

If I change the order of the PKG_CONFIG_PATH directories, would that help, do you think?

Thanks for the help and explanations

All the best


Andrew
 


Julien PUYDT wrote:
Andrew Myers a écrit :
  
Line 925 reads:

style = GPOINTER_TO_INT (data);
    

Same as me... and we already checked this wasn't an issue :-(

Snark on #ekiga
_______________________________________________
GnomeMeeting-list mailing list
GnomeMeeting-list gnome org
http://mail.gnome.org/mailman/listinfo/gnomemeeting-list

  


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