kubilus1 / gendev

Genesis development environment for Linux.
BSD 3-Clause "New" or "Revised" License
209 stars 23 forks source link

Resolving Linux compiling error #22

Closed miloszeka closed 7 years ago

miloszeka commented 7 years ago

Compiling error that arises from using a new version of texinfo with gcc 4 (Issue #21 )

miloszeka commented 7 years ago

Note that after compiling you will also need to change the makefile from the skeleton line 2 to GCC_VER?=6.3.0

Mikejmoffitt commented 7 years ago

I just want to note this helped me significantly, and an added bonus for GCC >= 4.9.1 is -fdiagnostic-color.

kubilus1 commented 7 years ago

Thank you for this! Merging.