Gargoyle is incompatible with GNU make-3.82.
Posted: Tue Sep 06, 2011 6:30 am
After multiple tests I found out why I cannot build any gargoyle target. I had a hunch that GNU make may be the one to blame, as I remeber at least few issues with new version.
If it happen that you have latest GNU make, version 3.82, each 'WARNING' about not selected package, like:
Is treated as an error and make exit with status 2. After downgrade to 3.81 everything works.
It *should* be easy to fix it, however I have no damn idea about Makefiles so I am not able to do it.
If it happen that you have latest GNU make, version 3.82, each 'WARNING' about not selected package, like:
Code: Select all
WARNING: skipping genl -- package not selected
It *should* be easy to fix it, however I have no damn idea about Makefiles so I am not able to do it.