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

Clarification about generation on Windows #15

Closed
ksze opened this issue Aug 13, 2015 · 2 comments
Closed

Clarification about generation on Windows #15

ksze opened this issue Aug 13, 2015 · 2 comments
Labels

Comments

@ksze
Copy link

ksze commented Aug 13, 2015

Can you provide more clarifications about running python generate.py on Windows?

First of all, it appears that you can't use Python 2.7 from Cygwin (64-bit), as it doesn't know about WindowsError and results in a name error.

Second of all, can I use MinGW-w64? If so, what installation option should I use?

  • Threads: posix or win32?
  • Exceptions: seh or sjlj?
@Ruslan-B
Copy link
Owner

Python 2.7 (x64) for Windows
https://www.python.org/downloads/release/python-2710/
As for MinGW - only basic gcc is needed the rest is by default as it not suppose to compile anything.
After generation some minor tweaks are needed in FFmpegInvoke.cs in order to compile it.

@Ruslan-B
Copy link
Owner

Ruslan-B commented Nov 7, 2015

closing #15 - generation is moving from python to clangsharp, (experimental branch)

@Ruslan-B Ruslan-B closed this as completed Nov 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants