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

Strict ansi compiling doesn't work for MinGW. Removed. #53

Closed Learath2 closed 8 years ago

Learath2 commented 10 years ago

It works but not sire if its the right side to fix the problem on

ghost91- commented 10 years ago

It is the right side to fix this, because off64_t is not (and should not) be available when compiling with strict ansi. However, it might be a better idea to use _off64_t (which is available in strict ansi) instead of just dropping the ansi flag.