Replies: 2 comments 4 replies
-
If you're on the latest beta, can you revert a version and see if there is still no output? |
Beta Was this translation helpful? Give feedback.
2 replies
-
You should have something like:
Note that 'Generated %file' only happens when file is written (and different than the older one). Do you have write permissions in your directory? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I downloaded the binary of Premake of MacOSX and copied them to my usr/local/bin and usr/local/lib directories.
I can call premake5 from Terminal succesfully.
I recreated this example: https://premake.github.io/docs/your-first-script
When I run:
premake5 vs2013
I get:
But there are no files generated within my directory (or anywhere else I think to look)...
If I replace
vs2013
withxcode4
I get similar results:Except there are no project files generated! There are no warnings or errors displayed.
What could be going wrong? Would the files be output somewhere else? I have configured nothing at this point, just doing the Hello World tutorial...
Beta Was this translation helpful? Give feedback.
All reactions