matricks / bam

Bam is a fast and flexible build system. Bam uses Lua to describe the build process. It's takes its inspiration for the script files from scons. While scons focuses on being 100% correct when building, bam makes a few sacrifices to acquire fast full and incremental build times.
http://matricks.github.com/bam
Other
146 stars 47 forks source link

warning: the use of `tmpnam' is dangerous, better use `mkstemp' #108

Closed PathosEthosLogos closed 7 years ago

PathosEthosLogos commented 7 years ago

Error log after running "sh make_unix.sh"

compiling using gcc... /tmp/ccHtrAsZ.o: In function os_tmpname': loslib.c:(.text+0x29c): warning: the use oftmpnam' is dangerous, better use `mkstemp'

matricks commented 7 years ago

Not an error. It's a warning that comes from Lua. Upstream issue.