PonyProg :  PonyProg Phorum PonyProg
PonyProg open discussion 
Has anybody compiled ponyprog 2.07c on Linux (Ubuntu 8.04)?
Posted by: nili2 ()
Date: May 08, 2009 10:50PM

I tried to compile PonyProg on Ubuntu 8.04 an I get an error like this:

ponyioint.cpp:60:21: asm/io.h: No such file or directory
make: *** [ponyioint.o] Fehler 1

Any ideas?

Has anybody compiled PonyProg successfully on Linux, and if so, where can I download it?

I have installed various files, the required version of g++ 3.4 ond so on,
which was posted here: http://ubuntuforums.org/archive/index.php/t-223247.html:

>I just downloaded and built PonyProg v2.07c Beta on Gutsy and it runs. Here
>is what I did to get it running:
>NOTE: I've already installed build-essential so that might be needed( sudo
>apt-get install build-essential ).
>
>
>cd /tmp
>wget http://downloads.sourceforge.net/ponyprog/Pony_Prog2000-2.07c.tar.gz
>tar -xzf Pony_Prog2000-2.07c.tar.gz
>cd PonyProg2000-2.07c
>
>sudo apt-get install gcc-3.4 g++-3.4
>sudo apt-get install libxt-dev libxaw7-dev
>
>NOTE: edit v/Config.mk and add the following line after the other HOMEV
>lines:
>HOMEV = /tmp/PonyProg2000-2.07c/v
>
>make
>
>

Options: ReplyQuote
Re: Has anybody compiled ponyprog 2.07c on Linux (Ubuntu 8.04)?
Posted by: nili2 ()
Date: May 09, 2009 09:33AM

I have found the answer myself: I had to edit the following line Config.mk in v

LINUX_HEADERS = /usr/src/linux-headers-2.6.24-24-generic/include

then it compiles.
nili2

Options: ReplyQuote
Re: Has anybody compiled ponyprog 2.07c on Linux (Ubuntu 8.04)?
Posted by: SyneX ()
Date: May 10, 2009 10:33PM

Hey, I tried to compile Ponyprog on Ubuntu 8.10.

I always get this error:

/home/chris/PonyProg2000-2.07c/v/includex/v/vpsprntr.h:17:21: error: fstream.h: No such file or directory


The important variables in v/Config.mk are:

HOMEV = $(HOME)/PonyProg2000-2.07c/v
LINUX_HEADERS = /usr/src/linux-headers-2.6.27-11-generic/include
CC = gcc
CXX = g++
ARCH = linux
TOOLKIT = Athena


Can anybody help me?

Options: ReplyQuote
Re: Has anybody compiled ponyprog 2.07c on Linux (Ubuntu 8.04)?
Posted by: eko johari ()
Date: March 11, 2014 11:24AM

can halp me, i not to install gcc-3.4 g++-3.4

Options: ReplyQuote