Re: Wickham-Jones ExtendGraphics for OS X?
- To: mathgroup at smc.vnet.net
- Subject: [mg125052] Re: Wickham-Jones ExtendGraphics for OS X?
- From: Patrick Scheibe <pscheibe at trm.uni-leipzig.de>
- Date: Mon, 20 Feb 2012 02:44:17 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201202191129.GAA15586@smc.vnet.net>
Hi Murray, did you try to compile this by yourself? Here on Linux it builds fine and it does not need any Solaris library. The paths in the "build" file are outdated. That's why you cannot simply use it. Try it on the commandline by yourself. What you have to find is the MathLink dev directory in your Mathematica installation. Here it is under /usr/local/Wolfram/Mathematica/8.0/SystemFiles/Links/MathLink/DeveloperKit/Linux-x86-64/ I assume on your machine it will be under something like /Applications/Mathematica.app/SystemFiles/Links/MathLink/DeveloperKit/CompilerAdditions/ Let's say this path is $MLROOT, then you have to do the following: $MLROOT/mprep delaunay.tm > delaunay.tm.c gcc -o delaunay -I$MLROOT -L$MLROOT -lMLi3 \ -lstdc++ -framework Foundation -lm delaunay.tm.c (Remove the backslash and input the last two lines as one!) This should compile fine the delaunay-triangulation and should work for all the other programms too. Cheers Patrick On Sun, 2012-02-19 at 06:29 -0500, Murray Eisenberg wrote: > Many years ago, Tom Wickham-Jones wrote a book, "Mathematica Graphics: > Techniques & Applications", which I own. It was accompanied by the > ExtendGraphics application, which included nice packages for drawing the > Mandelbrot set and Delaunay set, among other things. > > The application is also available at: > > http://library.wolfram.com/infocenter/Books/3753/ > > But they don't work with Mathematica 8, at least under Mac OS X. The > .zip download includes Windows .exe binaries; the .tar download includes > ingredients for compiling binaries (including a "build" file, but the > build fails under OS X due to missing libraries from Solaris). > > Anybody have a version of the requisite binary files that work with > current Mathematica under OS X 10.7 (Lion)? >
- Follow-Ups:
- Re: Wickham-Jones ExtendGraphics for OS X?
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Wickham-Jones ExtendGraphics for OS X?
- References:
- Wickham-Jones ExtendGraphics for OS X?
- From: Murray Eisenberg <murray@math.umass.edu>
- Wickham-Jones ExtendGraphics for OS X?