Thread
:
OpenAxiom on n810(diablo)
View Single Post
reiv
2008-10-30 , 15:33
Posts: 6 | Thanked: 27 times | Joined on Jul 2008
#
2
new version 1.2.0 compiled and all above problem dispeared after changed to a new compiled gcl(maybe there're some problem with the gcl I used before), also modify the source of 2D & 3D graph viewer, to make viewport window and control window embeded into a same window(via XEMBED).
main program is still not deb, become root and use command "p7zip -d" to unarchive the file :
open-axiom-1.2.0_armel.7z
. The program also depend on
libgmp3c2
, and gcc(install via "apt-get install").
The files below is necessary if you want to comiple the OpenAxiom yourself:
gcl-2.6.7
the language(lisp) which OpenAxiom is written. ecl is also ok, but too slow(both compile and run).
libgmp3-dev
gmp3 dev package, also depend on
libgmpxx4ldbl
.
other develop packages
libxt-dev, ibxpm-dev, libxmu-dev, libxaw-dev etc.
some patchs & gtk_viewport.c(see attachments)
patch the open-axiom-1.2.0 source with open-axiom.view2D.diff.gz and open-axiom.view2D.diff.gz before compile.
before run open-axiom, compile gtk_viewport:
Code:
gcc -o gtk_viewport `pkg-config --cflags --libs gtk+-2.0` gtk_viewport.c
and move gtk_viewport to any directory in $PATH.
Two picture attachments is the 2D graph of function f(x)=sin(x) and 3D graph of f(x,y)=sin(x*x+y*y)
Attached Images
Attached Files
open-axiom.view2D.diff.gz
(1.4 KB, 107 views)
open-axiom.view3D.diff.gz
(1.9 KB, 108 views)
gtk_viewport.c.gz
(639 Bytes, 100 views)
Quote & Reply
|
The Following 3 Users Say Thank You to reiv For This Useful Post:
Michmo
,
timsamoff
,
yerga
reiv
View Public Profile
Send a private message to reiv
Find all posts by reiv