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

Windres - fails with 'preprocessing failed' #534

Closed
brisingraerowing opened this issue Apr 7, 2015 · 1 comment
Closed

Windres - fails with 'preprocessing failed' #534

brisingraerowing opened this issue Apr 7, 2015 · 1 comment

Comments

@brisingraerowing
Copy link
Contributor

Windres tries to use popen to get output from the preprocessor (gcc -E), but fails with the message 'preprocessing failed'. Using the --use-temp-file option fixes it.

This affects LibIconv and Gettext (and likely others).

I am using Windows 8.1 Update 1.

On a side note, if I fix the above error in the two mentioned packages, I get a warning from make about unmatched double quotes, and then windres fails with a mismatched token error. I had to modify the .rc files to not use the PACKAGE_VERSION_STRING macro, and just hardcode the version to make it work.

@brisingraerowing
Copy link
Contributor Author

Looks like it works now. Closing this.

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