wonder-mice / zf_log

Core logging library for C/ObjC/C++
MIT License
194 stars 51 forks source link

Update .appveyor.yml #18

Closed mgiaco closed 7 years ago

mgiaco commented 7 years ago

try to add mingw

mgiaco commented 7 years ago

So I need to check how I can use a newer gcc for appveyor. Because memccpy could not be found.

mgiaco commented 7 years ago

Do you have any idea how to add a mingw to that project?

wonder-mice commented 7 years ago

Doing this on mingw branch. Strange that it doesn't have memccpy...

wonder-mice commented 7 years ago

So I assume you don't have this memccpy problem on your machine?

wonder-mice commented 7 years ago

Looks like we need mingw-64 for that to work. Or implement "memccpy", but not sure how to do it only for this half-assed system.

wonder-mice commented 7 years ago

See https://github.com/wonder-mice/zf_log/commit/e3ecea92f38d815dbafc92b58230b9c6f450d87d