Re: compiling gv

2003-03-03 Thread Alexander Gottwald
Yadin Y. Goldschmidt wrote:

 I also tried to compile this code with --enabe-runtime-pseudo reloc. It
 compiles, but when invoking the exe I get instead
 Warning: translation table syntax error: Unknown event type :   EnterWindow
 Warning: ... found while parsing 'EnterWindow:highlight()
 '
 Warning: String to TranslationTable conversion encountered errors
 Warning: translation table syntax error: Unknown event type :   EnterWindow
 Warning: ... found while parsing 'EnterWindow:highlight()'
 Warning: String to TranslationTable conversion encountered errors
 Warning: translation table syntax error: Unknown modifier name:   Any
 Warning: ... found while parsing 'AnyBtnDown:set()PopupMenu()'
 Warning: String to TranslationTable conversion encountered errors
 Error: attempt to add non-widget child fileButton to parent control
 which supports only widgets
 and it dies.
 any clues?

I found some problems with shared libXt and libXaw where two pointers were
compared from different shared libraries. This is no problem in linux but 
will fail with cygwin. Maybe this is the problem here too. But to confirm
this you will have to debug the compiled gv. 

bye
ago

NP: Oomph! - Nothing Is Real
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723



Re: compiling gv

2003-03-03 Thread Alexander Gottwald
Ramaprabhu Janakiraman wrote:
 Could someone help me find a way to fix this without having
 to compile cygwin/Xfree86 myself? 

Use the static libraries.

 Did the proposed
 code (to redefine _XtInherit to a constant) not make
 it into the release yet?

No. We had no new official release since I posted that patch. And 
we also decided to postpone the pseudorelocation patches until the
new gcc, binutils and cygwin are more common.

bye
ago

NP: Oomph! - Mein Traum
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723



Re: compiling gv

2003-02-28 Thread Yadin Y. Goldschmidt
I also tried to compile this code with --enabe-runtime-pseudo reloc. It
compiles, but when invoking the exe I get instead
Warning: translation table syntax error: Unknown event type :   EnterWindow
Warning: ... found while parsing 'EnterWindow:highlight()
'
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown event type :   EnterWindow
Warning: ... found while parsing 'EnterWindow:highlight()'
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown modifier name:   Any
Warning: ... found while parsing 'AnyBtnDown:set()PopupMenu()'
Warning: String to TranslationTable conversion encountered errors
Error: attempt to add non-widget child fileButton to parent control
which supports only widgets
and it dies.
any clues?
Ramaprabhu Janakiraman [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi,
 I am trying to compile gv-3.5.8 on cygwin 1.3.20-1, and
 have the following problems: ld complains when
 I compile the source with --enable-auto-imports,
 and the compile went through when i turned on
 --enable-runtime-pseudo-reloc, but gv exits with
 Error: Unresolved inheritance operation when  I
 run it. I suspect this is related to the problem
 discussed in this thread on this list:
 http://www.cygwin.com/ml/cygwin-xfree/2002-12/msg00189.html

 Could someone help me find a way to fix this without having
 to compile cygwin/Xfree86 myself? Did the proposed
 code (to redefine _XtInherit to a constant) not make
 it into the release yet?

 thanks in advance,
 -ram







compiling gv

2003-02-25 Thread Ramaprabhu Janakiraman
Hi,
   I am trying to compile gv-3.5.8 on cygwin 1.3.20-1, and
have the following problems: ld complains when
I compile the source with --enable-auto-imports,
and the compile went through when i turned on
--enable-runtime-pseudo-reloc, but gv exits with
Error: Unresolved inheritance operation when  I
run it. I suspect this is related to the problem
discussed in this thread on this list: 
http://www.cygwin.com/ml/cygwin-xfree/2002-12/msg00189.html

Could someone help me find a way to fix this without having
to compile cygwin/Xfree86 myself? Did the proposed
code (to redefine _XtInherit to a constant) not make
it into the release yet?
thanks in advance,
-ram