Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Warning when launching c@dwnce !c5 under mandrake 9.1

Status
Not open for further replies.

lcg22

Member level 5
Member level 5
Joined
Sep 10, 2002
Messages
84
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
597
x toolkit warning translation table syntax error

When I install !C5.0 for the first time, I did not have this problem. However, my system was coorupt and I re-installed it. I get warning now.

[user@localhost user]$ icfb
Warning: locale not supported by Xlib, locale set to C
 

problem with xkeysymdb redhat

try this:

unsetenv LANG

then start icfb again.
 

w x toolkit warning icfb

setenv LD_LIBRARY = $LD_LIBRARY, $path/Xlib

retry
 

icfb w x toolkit warning

Since these new OSs use newer library (glib, libc,...), IC5.0 seem incompatiable with redhat 9.0 and MDK 9.1.

You can try to install under Redhat 7.3 or 7.2.

Redhat 7.2 is testing platform of most linux version eda tools.
 

I understand RH7.2 is the best platform for most EDA tools, however I have lost the disks and cannot find it now. Do you know where can I download it now?
 

Amuro said:
http://www.linuxiso.org/distro.php?distro=7 for Redhat and you can find other popular distributions also.

It's not a complete ISO file. Only 242kB. Thanks anyway.
 


Thank you, I have tried 7.3. It's even worst than mandrake 9.1. The system is very slow. :(
 

When I install !C5.0 for the first time, I did not have this problem. However, my system was coorupt and I re-installed it. I get warning now.

[user@localhost user]$ icfb
Warning: locale not supported by Xlib, locale set to C
\w X Toolkit Warning: translation table syntax error: Unknown keysym name: osfMenuBar
....

It should be an xkeysymdb problem. Check your X11 settings.

#cshrc example
...
setenv cds_root /usr/cadence/ic50
...
setenv XKEYSYMDB $cds_root/share/cdssetup/tdmX11/XKeysymDB
...

Have fun!

SeanC
 

SeanC said:
It should be an xkeysymdb problem. Check your X11 settings.

#cshrc example
...
setenv cds_root /usr/cadence/ic50
...
setenv XKEYSYMDB $cds_root/share/cdssetup/tdmX11/XKeysymDB
...

Have fun!

SeanC
Thank you. You are right. Actually, my problem is this:
Warning: locale not supported by Xlib, locale set to C
this seems to be my linux system problem, I don't know how to solve it.
 

Same thing, add the following settings... :wink:
....
setenv XNLSPATH $cds_root/share/cdssetup/tdmX11/nls
setenv XKEYSYMDB $cds_root/share/cdssetup/tdmX11/XKeysymDB
...

SeanC


lcg22 said:
SeanC said:
It should be an xkeysymdb problem. Check your X11 settings.

#cshrc example
...
setenv cds_root /usr/cadence/ic50
...
setenv XKEYSYMDB $cds_root/share/cdssetup/tdmX11/XKeysymDB
...

Have fun!

SeanC
Thank you. You are right. Actually, my problem is this:
Warning: locale not supported by Xlib, locale set to C
this seems to be my linux system problem, I don't know how to solve it.
 

Warning: locale not supported by Xlib, locale set to C

You can refer to sourcelink, the solution number is 11078930. I found it today.

Have fun.
 

How to log in to sourcelink? Can you post the solution here? Thanks
 

lcg22 said:
How to log in to sourcelink? Can you post the solution here? Thanks

You need account from Cadence to log in. The solution is descripted above.

SeanC
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top