Ecere SDK/eC Forums
http://ecere.com/forums/
Print view

gcc 6 support?
http://ecere.com/forums/viewtopic.php?f=26&t=422
Page 2 of 2
Author:  jerome [ Fri Jun 10, 2016 1:10 pm ]
Post subject:  Re: gcc 6 support?

Regarding both of these issues on Arch, have you tried using the package on the AUR?

See https://aur.archlinux.org/cgit/aur.git/ ... =ecere-sdk

You'll see it launches make with CFLAGS="$(pkg-config libffi --cflags)" to solve the libffi issue.

It also has a dependency on the 'ttf-font' package, which may solve your missing text issue.

Another potential reason for the missing text could be a graphics driver issue. If that is the case, one thing you might try is switching the IDE to OpenGL rendering. This can be done by editing ~/.ecereIDErc to contain:

Code: Select all

{ "DisplayDriver" : "OpenGL" }
Let me know if this helps.

-Jerome
Author:  Heiko [ Sat Jun 11, 2016 2:05 am ]
Post subject:  Re: gcc 6 support?

OpenGL as displaydriver fixed it, thank you again
All times are UTC-05:00 Page 2 of 2