Alexander,
thanks for the reply.
yes, i had noticed xasy, but that isn't (or doesn't seem to be) the
issue. xasy is sort of a gui to build up an image, "one piece at a
time". i have that running under X. but, asy itself, when drawing 3D
images, launches some GLUT application, which turns out to be Cocoa.
during ./configure time, asy seems to latch on to Cocoa.
----
bash greg-minshalls-mbp: {1069} otool -L /sw/bin/asy
/sw/bin/asy:
/sw/lib/libfftw3.3.dylib (compatibility version 7.0.0, current version
7.2.0)
/sw/lib/libreadline.5.dylib (compatibility version 5.0.0, current
version 5.2.0)
/sw/lib/libsigsegv.1.dylib (compatibility version 2.0.0, current
version 2.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 169.3.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
1.2.5)
/sw/lib/libgc.1.dylib (compatibility version 2.0.0, current version
2.3.0)
/sw/lib/ncurses/libncurses.5.dylib (compatibility version 5.0.0,
current version 5.0.0)
/sw/lib/libgsl.0.dylib (compatibility version 17.0.0, current version
17.0.0)
/sw/lib/libgslcblas.0.dylib (compatibility version 1.0.0, current
version 1.0.0)
/System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
(compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
(compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
(compatibility version 1.0.0, current version 19.0.0)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
version 56.0.0)
----
instead of /System/Library/... in the last few lines, i would expect to
see references to freeglut, etc.
btw, i had forgotten to send in a test case (culled from the net). i've
included it below.
cheers, Greg
----
import solids;
currentprojection=orthographic(0,10,5);
currentlight=light(paleyellow, (5,-5,10),(0,0,-10));
size(6cm,0);
draw(sphere(1,n=8*nslice),m=10,frontpen=.8bp+blue, backpen=linetype("8
0")+.8bp+blue, longitudinalpen=nullpen);
draw(surface(sphere(1,n=8*nslice)),palegreen+opacity(.9));
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users