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.

Installing Ponyprog2000

Status
Not open for further replies.

mail2rajan89

Newbie level 4
Joined
May 31, 2011
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,327
Sir... I am having an error in installing PonyProg2000... I am using Mandriva 2010.2(x86_64)...
I am facing a huge problem............
Can anyone help in this?


[eswarrajan@localhost PonyProg2000-2.07c]$ make
cd v; make vlib
make[1]: Entering directory `/home/eswarrajan/Downloads/PonyProg2000-2.07c/v'
cd srcx ; make
make[2]: Entering directory `/home/eswarrajan/Downloads/PonyProg2000-2.07c/v/srcx'
g++ -c -fpermissive -Wno-deprecated -I/home/eswarrajan/Downloads/PonyProg2000-2.07c/v/includex -I/usr/X11R6/include -O2 -DAthena -o /home/eswarrajan/Downloads/PonyProg2000-2.07c/v/objx/vbtncmd.o vbtncmd.cxx
vbtncmd.cxx:34:26: error: X11/Xaw/Form.h: No such file or directory
vbtncmd.cxx: In member function ‘virtual void vButtonCmd::initialize()’:
vbtncmd.cxx:149: error: ‘XtNresizable’ was not declared in this scope
vbtncmd.cxx:153: error: ‘XtNfromVert’ was not declared in this scope
vbtncmd.cxx:155: error: ‘XtNfromHoriz’ was not declared in this scope
vbtncmd.cxx:206: error: ‘XtNresizable’ was not declared in this scope
vbtncmd.cxx:211: error: ‘XtNfromVert’ was not declared in this scope
vbtncmd.cxx:213: error: ‘XtNfromHoriz’ was not declared in this scope
vbtncmd.cxx:243: error: ‘XtNresizable’ was not declared in this scope
vbtncmd.cxx:246: error: ‘XtNfromVert’ was not declared in this scope
vbtncmd.cxx:248: error: ‘XtNfromHoriz’ was not declared in this scope
vbtncmd.cxx:267: error: ‘XtNresizable’ was not declared in this scope
vbtncmd.cxx:288: error: ‘XtNresizable’ was not declared in this scope
vbtncmd.cxx:293: error: ‘XtNfromVert’ was not declared in this scope
vbtncmd.cxx:295: error: ‘XtNfromHoriz’ was not declared in this scope
make[2]: *** [/home/eswarrajan/Downloads/PonyProg2000-2.07c/v/objx/vbtncmd.o] Error 1
make[2]: Leaving directory `/home/eswarrajan/Downloads/PonyProg2000-2.07c/v/srcx'
make[1]: *** [srcx] Error 2
make[1]: Leaving directory `/home/eswarrajan/Downloads/PonyProg2000-2.07c/v'
make: *** [vlib] Error 2
[eswarrajan@localhost PonyProg2000-2.07c]$
 

Any particular reason you're building from source? If not, install it with your distribution's package management system.
 

How to do it from distribution's package management system sir?
I think i am not finding any with my distro.......
 

The following command should do the trick: "urpmi ponyprog2000".

Here's a useful guide for the Mandriva package management system: URPMI and RPM Tutorial
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top