J'essaie depuis hier soir de compiler un petit exemple mais sans succès.
voilà le code complet (j'ai laissé tombé le "m")
Code : Tout sélectionner
import three;
currentprojection=orthographic(10,0,35);
size(12cm,12cm);
draw(unitcube,blue);
Je me permet de joindre à ma requête un message d'erreur un peu plus long (obtenu avec -vv)
Code : Tout sélectionner
Using configuration directory /home/azubi/.asy
Loading config.asy from /home/azubi/.asy/config.asy
Welcome to Asymptote version 2.25svn-r5578
cd /home/azubi/svn/frc1/compgraph/exercices
Processing cube1
Loading plain from /home/azubi/bin/asymptote/share/asymptote/plain.asy
Including plain_constants from /home/azubi/bin/asymptote/share/asymptote/plain_constants.asy
Loading version from /home/azubi/bin/asymptote/share/asymptote/version.asy
Including plain_strings from /home/azubi/bin/asymptote/share/asymptote/plain_strings.asy
Including plain_pens from /home/azubi/bin/asymptote/share/asymptote/plain_pens.asy
Including plain_paths from /home/azubi/bin/asymptote/share/asymptote/plain_paths.asy
Including plain_filldraw from /home/azubi/bin/asymptote/share/asymptote/plain_filldraw.asy
Including plain_margins from /home/azubi/bin/asymptote/share/asymptote/plain_margins.asy
Including plain_picture from /home/azubi/bin/asymptote/share/asymptote/plain_picture.asy
Loading plain_scaling from /home/azubi/bin/asymptote/share/asymptote/plain_scaling.asy
Loading simplex from /home/azubi/bin/asymptote/share/asymptote/simplex.asy
Loading plain_bounds from /home/azubi/bin/asymptote/share/asymptote/plain_bounds.asy
Including plain_scaling from /home/azubi/bin/asymptote/share/asymptote/plain_scaling.asy
Including plain_prethree from /home/azubi/bin/asymptote/share/asymptote/plain_prethree.asy
Including plain_Label from /home/azubi/bin/asymptote/share/asymptote/plain_Label.asy
Including plain_shipout from /home/azubi/bin/asymptote/share/asymptote/plain_shipout.asy
Including plain_xasy from /home/azubi/bin/asymptote/share/asymptote/plain_xasy.asy
Including plain_arcs from /home/azubi/bin/asymptote/share/asymptote/plain_arcs.asy
Including plain_boxes from /home/azubi/bin/asymptote/share/asymptote/plain_boxes.asy
Including plain_markers from /home/azubi/bin/asymptote/share/asymptote/plain_markers.asy
Including plain_arrows from /home/azubi/bin/asymptote/share/asymptote/plain_arrows.asy
Including plain_debugger from /home/azubi/bin/asymptote/share/asymptote/plain_debugger.asy
Loading cube1.asy from cube1.asy
Loading three from /home/azubi/bin/asymptote/share/asymptote/three.asy
Loading math from /home/azubi/bin/asymptote/share/asymptote/math.asy
Loading embed from /home/azubi/bin/asymptote/share/asymptote/embed.asy
Including three_light from /home/azubi/bin/asymptote/share/asymptote/three_light.asy
Including three_surface from /home/azubi/bin/asymptote/share/asymptote/three_surface.asy
Loading bezulate from /home/azubi/bin/asymptote/share/asymptote/bezulate.asy
Loading interpolate from /home/azubi/bin/asymptote/share/asymptote/interpolate.asy
Loading graph_splinetype from /home/azubi/bin/asymptote/share/asymptote/graph_splinetype.asy
Including three_margins from /home/azubi/bin/asymptote/share/asymptote/three_margins.asy
Including three_tube from /home/azubi/bin/asymptote/share/asymptote/three_tube.asy
Including three_arrows from /home/azubi/bin/asymptote/share/asymptote/three_arrows.asy
zsh: segmentation fault (core dumped) asy -vv cube1.asy
Code : Tout sélectionner
import settings;
outformat="pdf";
prc=false;
batchView=false;
interactiveView=true;
batchMask=false;
interactiveMask=true;
dir="/home/azubi/svn/frc1/asyModules/";
D'avance merci de votre aide et bonne journée
claude