Re: [Ekiga-list] Ekiga X86_64 compiling error

2006-09-21 Thread Jan Schampera
On Thu, 21 Sep 2006 15:30:24 +0200 (CEST)
[EMAIL PROTECTED] wrote:

 Thanks for the quick response, I compiled it now and it compiled fine.
 
 Unfourtunately I got the follwing when I try to start ekiga (I
 cleaned the old schema and installes it again with the conf tool)
 Franz
 
 The messages is:
 
 (ekiga:6862): Pango-WARNING **:
 /opt/gnome/lib/pango/1.4.0/modules/pango-basic-fc.so: wrong ELF class:
 ELFCLASS32
 Failed to load Pango module for id: 'BasicScriptEngineFc'
 (gnome_segv2:6882): Pango-WARNING **: pango_shape called with bad
 font, expect ugly output
 (gnome_segv2:6882): Pango-WARNING **:
 /opt/gnome/lib/pango/1.4.0/modules/pango-basic-fc.so: wrong ELF class:
 ELFCLASS32
 Failed to load Pango module for id: 'BasicScriptEngineFc'

I don't have a 64-bit system with a development environment, but that
really sounds like you want to link 64-bit (Ekiga?) against a 32-bit
GTK (or at least Pango, a part of GTK).

J.

-- 
Be liberal in what you accept, and conservative in what you send.
- J. B. Postel, master of the net.
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


[Ekiga-list] Ekiga X86_64 compiling error

2006-09-20 Thread franz . fuder
Hi,
I tried to compile the cvs version (I checked it out via cvs) and got the
following error. The funny thing is I do exakt the same thing on my i386
system and it went ok. On the x86_64 it failed. I have no idea why. I used
exact the same recipie to do it.

Any help

Franz


accounts.o: In function `gm_account_new()':
gui/accounts.cpp:967: undefined reference to
`PGloballyUniqueID::PGloballyUniqueID()'
gui/accounts.cpp:967: undefined reference to
`PGloballyUniqueID::AsString() const'
/usr//lib/libopal.so: undefined reference to
`PGloballyUniqueID::PGloballyUniqueID(PASN_OctetString const)'
/usr//lib/libopal.so: undefined reference to
`PGloballyUniqueID::PGloballyUniqueID(PString const)'
/usr//lib/libopal.so: undefined reference to `vtable for PGloballyUniqueID'
/usr//lib/libopal.so: undefined reference to `PGloballyUniqueID::IsNULL()
const'
/usr//lib/libopal.so: undefined reference to
`PGloballyUniqueID::PGloballyUniqueID(char const*)'
collect2: ld returned 1 exit status


___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Ekiga X86_64 compiling error

2006-09-20 Thread Jan Schampera
On Wed, 20 Sep 2006 21:39:04 +0200 (CEST)
[EMAIL PROTECTED] wrote:

 Hi,
 I tried to compile the cvs version (I checked it out via cvs) and got
 the following error. The funny thing is I do exakt the same thing on
 my i386 system and it went ok. On the x86_64 it failed. I have no
 idea why. I used exact the same recipie to do it.
 

 accounts.o: In function `gm_account_new()':
 gui/accounts.cpp:967: undefined reference to
 `PGloballyUniqueID::PGloballyUniqueID()'

Is that the CVS version of all libs + Ekiga?
- PWLib CVS
- Opal CVS
- Ekiga CVS

J.

-- 
One of the main causes of the fall of the Roman Empire was that,
lacking zero, they had no way to indicate successful termination of
their C programs --Robert Firth
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Ekiga X86_64 compiling error

2006-09-20 Thread Jan Schampera
On Thu, 21 Sep 2006 00:19:46 +0200
Jan Schampera [EMAIL PROTECTED] wrote:

  accounts.o: In function `gm_account_new()':
  gui/accounts.cpp:967: undefined reference to
  `PGloballyUniqueID::PGloballyUniqueID()'
 
 Is that the CVS version of all libs + Ekiga?
 - PWLib CVS
 - Opal CVS
 - Ekiga CVS

Yes, confirmed. Just tried it myself. It seems to be related to those
GUID changes in PWLib/OPAL Craig made.

But I'm still looking if I probably diced my headers somehow.

J.

-- 
I know life sometimes can get tough! and I know life sometimes can be a
drag! But people, we have been given a gift, we have been given a road
And that roads name is... rock and roll!
KISS in God gave Rock'n'Roll to you
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Ekiga X86_64 compiling error

2006-09-20 Thread Craig Southeren
On Wed, 20 Sep 2006 21:39:04 +0200 (CEST)
[EMAIL PROTECTED] wrote:

 Hi,
 I tried to compile the cvs version (I checked it out via cvs) and got the
 following error. The funny thing is I do exakt the same thing on my i386
 system and it went ok. On the x86_64 it failed. I have no idea why. I used
 exact the same recipie to do it.
 
 Any help
 
 Franz
 
 
 accounts.o: In function `gm_account_new()':
 gui/accounts.cpp:967: undefined reference to
 `PGloballyUniqueID::PGloballyUniqueID()'
 gui/accounts.cpp:967: undefined reference to
 `PGloballyUniqueID::AsString() const'
 /usr//lib/libopal.so: undefined reference to
 `PGloballyUniqueID::PGloballyUniqueID(PASN_OctetString const)'
 /usr//lib/libopal.so: undefined reference to
 `PGloballyUniqueID::PGloballyUniqueID(PString const)'
 /usr//lib/libopal.so: undefined reference to `vtable for PGloballyUniqueID'
 /usr//lib/libopal.so: undefined reference to `PGloballyUniqueID::IsNULL()
 const'
 /usr//lib/libopal.so: undefined reference to
 `PGloballyUniqueID::PGloballyUniqueID(char const*)'
 collect2: ld returned 1 exit status

This is due to change I made yesterday in OPAL and PWLib. However, I
forgot to update Linux Makefile.

This change has now been applied to the CVS. 

Please accept my apologies for the confusion

   Craig


---
 Craig Southeren  Post Increment – VoIP Consulting and Software
 [EMAIL PROTECTED]   www.postincrement.com.au

 Phone:  +61 243654666  ICQ: #86852844
 Fax:+61 243656905  MSN: [EMAIL PROTECTED]
 Mobile: +61 417231046  Jabber: [EMAIL PROTECTED]

 It takes a man to suffer ignorance and smile.
  Be yourself, no matter what they say.   Sting


___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list