Note: parts of this message were removed by the gateway to make it a legal Usenet post.
Hello Team,
First, thanks to everyone for the many suggestions made.
I looked at Tioga but the documentation states "You'll need to be using
either Mac OS X or Linux." since I am running under AIX that's out of the
question.
I need to display a graph and refresh it at some interval.
I tried building the *gnuplot 4.2.2 *but it failed during the make phase
with the errors listed below.
I will need to look at the other suggestions made. For example RMAGick,
although I am not sure if it works under AIX.
If anyone had any experience with any of these tools under AIX, I will
appreciate if you let me know. That way I can cut some corners and time.
Thank you all
*/gnuplot-4.2.2>make *
make all-recursive
Making all in config
Target "all" is up to date.
Making all in m4
Target "all" is up to date.
Making all in term
Target "all" is up to date.
Making all in src
Making all in wxterminal
Target "all" is up to date.
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term
-DBINDIR=\"/usr/local/bin\"
-DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.2\"
-DGNUPLOT_PS_DIR=\"/usr/local/share/gnuplot/4.2/PostScript\" -DCONTACT=\"
http://sourceforge.net/projects/gnuplot\"
-DHELPFILE=\"/usr/local/share/gnuplot/4.2/gnuplot.gih\" -g -O2 -MT
alloc.o -MD -MP -MF ".deps/alloc.Tpo" -c -o alloc.o alloc.c; then mv -f
".deps/alloc.Tpo" ".deps/alloc.Po"; else rm -f ".deps/alloc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term
-DBINDIR=\"/usr/local/bin\"
-DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.2\"
-DGNUPLOT_PS_DIR=\"/usr/local/share/gnuplot/4.2/PostScript\" -DCONTACT=\"
http://sourceforge.net/projects/gnuplot\"
-DHELPFILE=\"/usr/local/share/gnuplot/4.2/gnuplot.gih\" -g -O2 -MT
axis.o-MD -MP -MF ".deps/axis.Tpo" -c -o
axis.o axis.c; then mv -f ".deps/axis.Tpo" ".deps/axis.Po"; else rm -f
".deps/axis.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term
-DBINDIR=\"/usr/local/bin\"
-DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.2\"
-DGNUPLOT_PS_DIR=\"/usr/local/share/gnuplot/4.2/PostScript\" -DCONTACT=\"
http://sourceforge.net/projects/gnuplot\"
-DHELPFILE=\"/usr/local/share/gnuplot/4.2/gnuplot.gih\" -g -O2 -MT
breaders.o -MD -MP -MF ".deps/breaders.Tpo" -c -o breaders.o breaders.c;
then mv -f ".deps/breaders.Tpo" ".deps/breaders.Po"; else rm -f
".deps/breaders.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term
-DBINDIR=\"/usr/local/bin\"
-DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.2\"
-DGNUPLOT_PS_DIR=\"/usr/local/share/gnuplot/4.2/PostScript\" -DCONTACT=\"
http://sourceforge.net/projects/gnuplot\"
-DHELPFILE=\"/usr/local/share/gnuplot/4.2/gnuplot.gih\" -g -O2 -MT
bitmap.o -MD -MP -MF ".deps/bitmap.Tpo" -c -o bitmap.o bitmap.c; then mv -f
".deps/bitmap.Tpo" ".deps/bitmap.Po"; else rm -f ".deps/bitmap.Tpo"; exit 1;
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term
-DBINDIR=\"/usr/local/bin\"
-DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.2\"
-DGNUPLOT_PS_DIR=\"/usr/local/share/gnuplot/4.2/PostScript\" -DCONTACT=\"
http://sourceforge.net/projects/gnuplot\"
-DHELPFILE=\"/usr/local/share/gnuplot/4.2/gnuplot.gih\" -g -O2 -MT
color.o -MD -MP -MF ".deps/color.Tpo" -c -o color.o color.c; then mv -f
".deps/color.Tpo" ".deps/color.Po"; else rm -f ".deps/color.Tpo"; exit 1; fi
color.c: In function 'draw_color_smooth_box':
color.c:535: warning: pointer targets in passing argument 2 of
'map3d_position_r' differ in signedness
color.c:535: warning: pointer targets in passing argument 3 of
'map3d_position_r' differ in signedness
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term
-DBINDIR=\"/usr/local/bin\"
-DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.2\"
-DGNUPLOT_PS_DIR=\"/usr/local/share/gnuplot/4.2/PostScript\" -DCONTACT=\"
http://sourceforge.net/projects/gnuplot\"
-DHELPFILE=\"/usr/local/share/gnuplot/4.2/gnuplot.gih\" -g -O2 -MT
command.o -MD -MP -MF ".deps/command.Tpo" -c -o command.o command.c; then
mv -f ".deps/command.Tpo" ".deps/command.Po"; else rm -f
".deps/command.Tpo"; exit 1; fi
In file included from command.c:74:
gp_hist.h:66:31: error: readline/history.h: No such file or directory
In file included from command.c:81:
readline.h:51:32: error: readline/readline.h: No such file or directory
command.c: In function 'rlgets':
command.c:2412: error: invalid type argument of '->'
command.c:2414: error: 'HIST_ENTRY' undeclared (first use in this function)
command.c:2414: error: (Each undeclared identifier is reported only once
command.c:2414: error: for each function it appears in.)
command.c:2414: error: 'removed' undeclared (first use in this function)
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.