Carsten Haitzler (The Rasterman) wrote:
> On Wed, 10 Jan 2007 08:55:24 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]>
> babbled:
>
>>
>> On Wed, 10 Jan 2007, Enlightenment CVS wrote:
>>
>>> RCS file: /cvs/e/e17/test/orig/eet/Makefile,v
>>> -FLAGS = `eet-config --cflags`
>>> -LIBS = `eet-config --l
On Wednesday, 10 January 2007, at 19:32:00 (+0900),
Carsten Haitzler wrote:
> > (gcc resolves the symbols from the right to the left)
Not exactly. Libraries requiring symbols from other libraries should
be listed BEFORE, not after, the libraries supplying them. And gcc
doesn't resolve symbols.
On Wed, 10 Jan 2007, Carsten Haitzler (The Rasterman) wrote:
> actually that was back in a.out days. these days order is not relevant. :)
I had that problem recently (well, one or two years ago) on linuw. And
last week on windows, with msys/mingw.
Vincent
Opss: a little error on last patch:
the last line of engrave_part_state_remove() should be:
ep->states = evas_list_remove(ep->states, eps);
instead of
evas_list_remove(ep->states, eps);
Sorry for the error.
Dave
> Hi
> this patch add to engrave the function:
> engrave_part_state_remove(part,st
On Wed, 10 Jan 2007 08:55:24 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]>
babbled:
>
>
> On Wed, 10 Jan 2007, Enlightenment CVS wrote:
>
> > RCS file: /cvs/e/e17/test/orig/eet/Makefile,v
>
> > -FLAGS = `eet-config --cflags`
> > -LIBS = `eet-config --libs`
> > +CFLAGS = -g -Wall `eet-config -
Hi
this patch add to engrave the function:
engrave_part_state_remove(part,state)
that will remove the part_state from the part.
PS:
leviathan: thanks for the good previous commit.
Dave
Index: src/lib/engrave_part.c
===
RCS file: /c