Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build with Visual Studio #102

Closed
codicodi opened this issue Jan 30, 2017 · 1 comment
Closed

Can't build with Visual Studio #102

codicodi opened this issue Jan 30, 2017 · 1 comment

Comments

@codicodi
Copy link

codicodi commented Jan 30, 2017

I'm trying to build current master with the new meson-based system.
First issue was find_program('python3'). On Windows python executable is usually called just 'python', so I removed the '3' from the script and it configured correctly (using the currently commented out 'import' solution also works). When trying to build generated libepoxy.sln I got a bunch of errors like this one:

3>C:/Python36/python.exe: can't open file 'python': [Errno 2] No such file or directory
3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(203,5): error MSB3073: The command ""C:/Python36/python.exe" "python" "G:/libraries/libepoxy/src/gen_dispatch.py" "--header" "--no-source" "--outputdir=G:/libraries/epoxy-build/include/epoxy" "G:/libraries/epoxy-build/../libepoxy/registry/gl.xml" 

I'm not sure why this command tries to execute pyton with python. This happens for all custom targets that use python scripts.
I'm using meson 0.38.0.

@codicodi
Copy link
Author

Ah, I see that #100 tries to fix this issue already. Don't mind me then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant