[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


Re: [Ekiga-list] Ekiga X86_64 compiling error

2006-09-21 Thread franz . fuder
Am Do, 21.09.2006, 01:23, schrieb 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
>
>
>
>
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'



___
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-21 Thread Damien Sandras
Le jeudi 21 septembre 2006 à 15:30 +0200, [EMAIL PROTECTED] a écrit :
> Am Do, 21.09.2006, 01:23, schrieb 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
> >
> >
> >
> >
> 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'

Your GTK+ installation is unfortunately garbled :(
-- 
 _  Damien Sandras
(o- 
//\ Ekiga Softphone: http://www.ekiga.org/
v_/_FOSDEM 2006: http://www.fosdem.org/
SIP Phone  : sip:[EMAIL PROTECTED]
 sip:[EMAIL PROTECTED]

___
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-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


Re: [Ekiga-list] Ekiga X86_64 compiling error

2006-09-21 Thread franz . fuder
Am Do, 21.09.2006, 15:45, schrieb 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
>
>
I have both installed the 32 bit pango (1.10.2) for firefox etc and 1.12.2
the 64 bit pango including the develop sources for 64 bit.

I guess the problem is, the linker picks up the wrong lib. Could it be
related to the configure script ?

Franz


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