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

Make on Windows failed #3

Closed
disshishkov opened this issue Nov 21, 2014 · 4 comments
Closed

Make on Windows failed #3

disshishkov opened this issue Nov 21, 2014 · 4 comments

Comments

@disshishkov
Copy link

When I did make on Windows 7 x64 I received the error

make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4227d3)

What do you think to attach the built exe-file into releases page?

@jklmnn
Copy link
Owner

jklmnn commented Nov 21, 2014

I cross compile with mingw on windows. I never tried to compile this by hand on Windows.
Have you compiled the last release or the current code stage? The current stage might have some issues, I might have to take a look at this.
Do you have additional error messages?

@disshishkov
Copy link
Author

That error for the current stage. When I compile for the 0.7 release I receive another error:

gcc -std=c11 -c gif.c bmp.c webp.c pnm.c pgf.c main.c
process_begin: CreateProcess(NULL, gcc -std=c11 -c gif.c bmp.c webp.c pnm.c pgf.c main.c, ...) failed.
make (e=2): The system cannot find the file specified.

I installed the gcc via mingw and added the path to gcc.exe into PATH variable.

What do you think about downloadable compiled file opposite each release?

@jklmnn
Copy link
Owner

jklmnn commented Nov 24, 2014

Well, I might have to try to recreate the error message. It seems to me like a configuration issue that does not come from the source code itself. I'll check that, but that won't be before wednesday since I don't have a windows computer with me.
I already offer downloadable compiled files at http://jklmnn.de/imagejs/dl.html but only for the last release. I might recompile and add older versions also.
EDIT: You mentioned in your first post that you are using 64bit. Which version og mingw are you using? I remember that i tried the mingw 64bit compiler and had several issues with it. If you use the 64bit version try to use the 32bit version of mingw (the fact that your system has 64 bit doesn't matter in that case).

@disshishkov
Copy link
Author

I used 32bit version of mingw, but Windows yes is 64 bit,
Thank you for the compiled file

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

2 participants