Enkidatron / canviz

Automatically exported from code.google.com/p/canviz
0 stars 0 forks source link

Eliminate use of "mktemp -t" #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Apparently some operating systems don't have the -t option to mktemp; Ron
Newman showed this error he encountered with the Canviz Makefile:

mktemp: invalid option -- t
Usage: mktemp [-d] [-q] [-u] template

Here's where Ron originally reported this:

http://groups.google.com/group/canviz/browse_thread/thread/9d2c3626bef5fb3f/93c0
00def553dcd0

Here's how one project eliminated the use of mktemp -t from their code, so
I could do something like that in Canviz:

http://www.gelato.unsw.edu.au/archives/git/0504/1616.html

Original issue reported on code.google.com by ryandesi...@gmail.com on 2 Jan 2009 at 8:11

GoogleCodeExporter commented 9 years ago
This should be fixed in r249.

Original comment by ryandesi...@gmail.com on 5 Jan 2009 at 9:15