PonyProg :  PonyProg Phorum PonyProg
PonyProg open discussion 
Compiling from source in Linux
Posted by: us5iuy ()
Date: June 29, 2013 05:51PM

Hi all! Ive got a problem with compiling Ponyprog on ArchLinux.
Source code i took here http://sourceforge.net/projects/ponyprog/?source=dlp then i did "make" and...thisd is output:
[***@*** ponyprog]# make
Makefile:208: e2app.d: no such file or directory
.....
/bin/sh -ec 'g++ -MM -I/root/v/includex -I/usr/X11R6/include -O2 -DAthena -D_LINUX_ -D_PONYPROG_ -D_UDP_SERVER e2dlg.cpp \
| sed '\''s/\(e2dlg\)\.o[ :]*/\/\1\.o e2dlg.d: /g'\'' > e2dlg.d'
/bin/sh -ec 'g++ -MM -I/root/v/includex -I/usr/X11R6/include -O2 -DAthena -D_LINUX_ -D_PONYPROG_ -D_UDP_SERVER e2app.cpp \
| sed '\''s/\(e2app\)\.o[ :]*/\/\1\.o e2app.d: /g'\'' > e2app.d'
g++ -I/root/v/includex -I/usr/X11R6/include -O2 -DAthena -D_LINUX_ -D_PONYPROG_ -D_UDP_SERVER -c e2app.cpp -o obj/linuxelf/e2app.o
In file included from e2app.cpp:33:0:
e2app.h:41:20: fatal error: v/vapp.h: no such file or directory
#include <v/vapp.h>
^
compilation aborted.
make: *** [obj/linuxelf/e2app.o] error 1

[***@*** ponyprog]#

Please help. Now i use PICPrg-3.1 it is fine, but only for microchip.

P.S. Sorry for my English.

Options: ReplyQuote
Re: Compiling from source in Linux
Posted by: lancos ()
Date: November 06, 2013 03:52PM

Download latest file from:
https://sourceforge.net/projects/ponyprog/files/latest/download?source=files

untar and build:
----------------
tar xfz PonyProg2000-2.08c.tar.gz
cd PonyProg2000-2.08c
./config.sh $HOME
make

test and install:
-----------------
bin/ponyprog2000
make install

Options: ReplyQuote