Search found 609 matches

by jerome
Fri Jun 10, 2016 1:10 pm
Forum: General Discussion
Topic: gcc 6 support?
Replies: 11
Views: 70195

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/tree/PKGBUILD?h=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-...
by jerome
Thu Jun 09, 2016 6:05 pm
Forum: General Discussion
Topic: gcc 6 support?
Replies: 11
Views: 70195

Re: gcc 6 support?

Confirming that the issue is solved on master and the Ecere SDK now builds fine with GCC 6 (Tested with GCC 6.1.1 on latest Debian Unstable).
by jerome
Thu Jun 09, 2016 3:01 pm
Forum: General Discussion
Topic: gcc 6 support?
Replies: 11
Views: 70195

Re: gcc 6 support?

Regarding the 'Fork me on GitHub' link, it's actually misleading. You see this when you are not logged into your GitHub account, but actually at least now they have a 'login box' that does appear on the page. Once you sign in, you should land on the 'Fork' page. It is quite annoying that they show t...
by jerome
Thu Jun 09, 2016 1:12 pm
Forum: General Discussion
Topic: gcc 6 support?
Replies: 11
Views: 70195

Re: gcc 6 support?

Pushed this commit to master which will hopefully address that particular GCC 6 build issue:

https://github.com/ecere/ecere-sdk/comm ... b70ebd0aa1
by jerome
Thu Jun 09, 2016 10:56 am
Forum: General Discussion
Topic: gcc 6 support?
Replies: 11
Views: 70195

Re: gcc 6 support?

OK I now suspect the eC compiler is the one omitting the comma!
----
Definitely, we're not outputting a comma there.
It might be that GCC 6 decided to enforce requiring a comma between attributes while before it let a missing comma pass silently... I will commit an easy fix you could try.
by jerome
Thu Jun 09, 2016 10:26 am
Forum: General Discussion
Topic: gcc 6 support?
Replies: 11
Views: 70195

Re: gcc 6 support?

In fact looking at this again (and the previous Debian bug report we had @ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811957, the problem seems that these header files have non-comma separated attributes. According to https://gcc.gnu.org/onlinedocs/gcc-6.1.0/gcc/Attribute-Syntax.html#Attribut...
by jerome
Thu Jun 09, 2016 8:54 am
Forum: General Discussion
Topic: gcc 6 support?
Replies: 11
Views: 70195

Re: gcc 6 support?

Thanks for letting me know about the fork button! I didn't realize this, they must have changed things around. From these errors it seems that the first problem is the GCC headers now make use of the new __leaf__ keyword and we'll have to support it for things to build. I'll try to setup a GCC 6 thi...
by jerome
Wed Jun 08, 2016 1:42 pm
Forum: General Discussion
Topic: gcc 6 support?
Replies: 11
Views: 70195

Re: gcc 6 support?

Hi Heiko,

Yes! Definitely, that is high on our priority list.

In fact it would be very helpful if you could provide us with information of what is not working so we can start figuring out a solution. (Build logs would be useful).

Regards,

-Jerome
by jerome
Thu May 12, 2016 2:14 pm
Forum: General Discussion
Topic: are you ready to compile for Html5??
Replies: 3
Views: 36173

Re: are you ready to compile for Html5??

Hi Lestroso, It is a goal to have Emscripten support working out of the box in the master branch for the release we hope to have ready by the end of May. It may still require more than the click of a button to ensure your app works with it, but we'll try to make things as easy as possible with clear...
by jerome
Wed Mar 16, 2016 3:07 pm
Forum: General Discussion
Topic: Can i run Ecere+Gui to Html5???
Replies: 7
Views: 55866

Re: Can i run Ecere+Gui to Html5???

Hi Lestroso, Like I said we are working on a way to simplify building apps for the web, and once this is ready we will publish some clear instructions on how to do so. I will be happy to help you then if you still find the task difficult. It would be nice indeed if the IDE made it as simple as possi...