Re: [E-devel] always e17 on opensolaris

2008-09-19 Thread The Rasterman
On Wed, 17 Sep 2008 03:49:47 +0200 Peter Wehrfritz <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) schrieb: > > On Thu, 14 Aug 2008 11:01:59 +0200 _doof <[EMAIL PROTECTED]> > > babbled: > > > > both of these are c99 issues... and yes - we require c99. thus.. i guess > > opensolaris

Re: [E-devel] always e17 on opensolaris

2008-09-16 Thread Peter Wehrfritz
Carsten Haitzler (The Rasterman) schrieb: > On Thu, 14 Aug 2008 11:01:59 +0200 _doof <[EMAIL PROTECTED]> babbled: > > both of these are c99 issues... and yes - we require c99. thus.. i guess > opensolaris is unsupported until it vatches up to last millenium (1999) :) > (sorry we can go around patch

Re: [E-devel] always e17 on opensolaris

2008-09-16 Thread The Rasterman
On Thu, 14 Aug 2008 11:01:59 +0200 _doof <[EMAIL PROTECTED]> babbled: both of these are c99 issues... and yes - we require c99. thus.. i guess opensolaris is unsupported until it vatches up to last millenium (1999) :) (sorry we can go around patching code to not use x99 just for solaris - but well

[E-devel] always e17 on opensolaris

2008-08-14 Thread _doof
hi little problem exist to compil e17 on opensolaris 1/ ETK e17/libs/etk/src/bin/etk_combobox_test.c file use strcasestr which doesnt exist on opensolaris. i need to add this line to compil etk char *strcasestr(register char *s, register char *find) { register char c, sc; regi