Search found 5 matches

by Heiko
Sat Jun 11, 2016 2:05 am
Forum: General Discussion
Topic: gcc 6 support?
Replies: 11
Views: 72143

Re: gcc 6 support?

OpenGL as displaydriver fixed it, thank you again
by Heiko
Fri Jun 10, 2016 12:03 pm
Forum: General Discussion
Topic: gcc 6 support?
Replies: 11
Views: 72143

Re: gcc 6 support?

First of all:: wow, thanx for the quick help ;) Well, now ecere sdk builds with gcc 6, but it still fails on archlinux: Building Ecere Data Access layer... src/EDA.ec:8:17: fatal error: ffi.h: No such file or directory #include "ffi.h" ^ compilation terminated. Makefile:172: recipe for tar...
by Heiko
Wed Jun 08, 2016 11:52 pm
Forum: General Discussion
Topic: gcc 6 support?
Replies: 11
Views: 72143

Re: gcc 6 support?

btw: the 'fork me on github' link on the upper right of the homepage goes to a 404 from github Bootstrapping eC compiling tools... Building ecere... Building ec... Building ecp... Building ecc... Building ecs... All done! Building 2nd stage ecere... obj/release.linux/Archive.c:327:93: error: expecte...
by Heiko
Wed Jun 08, 2016 9:34 am
Forum: General Discussion
Topic: gcc 6 support?
Replies: 11
Views: 72143

gcc 6 support?

Hi there,

i recently wanted to give ecere sdk another chance for a project i am planning, unfortunately it is not possible to compile ecere sdk with gcc 6, which is default on archlinux.

Any plans to fix this in the near future?
by Heiko
Fri May 31, 2013 11:57 pm
Forum: eC Language
Topic: Dynamic loading/plugins
Replies: 1
Views: 24819

Dynamic loading/plugins

Hi,

i am new to eC and i am trying make a application where i deliver a binary which is the application and allow the users to extend the application by making 'plugins' that are loaded dynamically on application start.

would this be possible with eC?