From: David M. <dav...@gm...> - 2015-05-11 21:54:37
|
Please use the Reply All feature of your mail client, so that your messages make it to the mailing list (instead of just me). On 11. 5. 2015 23:27, James Franco wrote: > I tried creating a makefile with a simple "Hello World" and it works. So I am not sure what the problem might be. That's weird. I can't think of any reasonably testable hypotheses about what's wrong. I noticed though, that you're using some "make64" for your build. I used regular make from MSYS2. Could that be the source of the problem? > However I did notice something when building with msys (instead of msys2) > I get the following output *chmod a+rx libACE.dll * and the ebuild continues. Normally in msys2 instead of *chmod a+rx libACE.dll *message I would get the error message that I have been complaining about. This is expected. The chmod command is most likely the next command in the build, but the error stops the build, so the chmod command is never executed. -- David Macek |