Nick Clark
Nick Clark
Okay, good info to know. I don't have access to any apple devices, so I won't be able to triage this myself, but hopefully one of the other devs with...
Can you confirm if this is a bug on gmake2? `gmake` is effectively deprecated at this point in time.
Can you share your premake file used to generate this? It's something like really should have been caught in our test suite, so I'm a bit confused why this is...
This is an invalid usage issue. In your debug configuration in the PPCL project, you're adding a "" define to the list. `defines` declarations append to each other in the...
`defines ""` is wrong, since it just adds an empty "" to the existing list. It does not reset the list of defines. You also have a "_CRT_SECURE_NO_WARNINGS" in an...
As it currently stands, I don't think it's a bug in premake as written, as we don't specify that an empty string is ignored in the documentation. The case can...
No problem. This is definitely something worth reviewing on our end, to figure out if it's functionality that should be added or not.
For the `uuid` header issue, you'll need to install `libuuid`. I believe for CentOS/RedHat based distros, it is the following install: `sudo yum install libuuid libuuid-devel`
I'm not 100% sure, what you can do is run `make -f Bootstrap.mak` to create a premake binary, use that premake binary to generate new makefiles with the `gmake2` exporter,...
Just following up to see if this resolved your question.