The Following 2 Users Say Thank You to reiv For This Useful Post: | ||
![]() |
2008-10-30
, 15:33
|
Posts: 6 |
Thanked: 27 times |
Joined on Jul 2008
|
#2
|
gcc -o gtk_viewport `pkg-config --cflags --libs gtk+-2.0` gtk_viewport.c
Here is the tarball http://www.sendspace.com/file/faj092(sorry,no deb).
Become root and untar it under root path to install(all files will be installed into /usr/local/).
The application depends on libxaw7, gcc(or libgcc1) and libgmp3c2, make sure that those packages have already installed before run "open-axiom".
libgmp3c2 is compiled from debian source, you can get it from here: http://www.sendspace.com/file/azceti
Details of problem:
1. output label does not display correctly. For example, output "(12)" is sometimes displayed as "(1)".
2. when run 2d draw command "draw(sin, -%pi .. %pi)", not picture displayed but error "Not an integer" occured.