This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 354
md5.c.obj not found #56
Comments
hmm it seems that the /arch:SSE2 flag is not available on the version of gcc.exe you are using. another option is to use ./configure |
Thanks for your advice. It got me through a bit further then I got this
|
hmmm maybe change that code to use posix_memalign (it's an option in that file, I believe) I don't know what's triggering it to try to use the win32 items |
I've allowed for standard allocators to be defined in the configuration using
hope that helps |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I built it on Windows with generator CodeBlocks MinGW
cmake .. -G "CodeBlocks - MinGW Makefiles"
It was successful but then when I open .cbp file in CodeBlock and build the project, I got this
There's no "CMakeFiles\localmd5.dir\dependencies\md5\md5.c.obj", the file does not exist, the folder "md5" is empty
My system: CodeBlocks 16.01 with GCC 4.9.2 running on Windows 10 64 bit
Please can you advise?
The text was updated successfully, but these errors were encountered: