Re: [e-users] Help compiling against EFL

2011-01-17 Thread Travis Simon
Ah, of course. Thank you! On 18 January 2011 01:10, Thomas Gstädtner wrote: > On Mon, Jan 17, 2011 at 00:56, Travis Simon wrote: > > Hi guys, > > > > Sorry for the noob question that most likely has been answered several > > times, but . . . > > > > Working against the evas tutorial, I'm having

Re: [e-users] Help compiling against EFL

2011-01-17 Thread The Rasterman
On Mon, 17 Jan 2011 15:10:40 +0100 Thomas Gstädtner said: > On Mon, Jan 17, 2011 at 00:56, Travis Simon wrote: > > Hi guys, > > > > Sorry for the noob question that most likely has been answered several > > times, but . . . > > > > Working against the evas tutorial, I'm having trouble compiling.

Re: [e-users] Help compiling against EFL

2011-01-17 Thread Thomas Gstädtner
On Mon, Jan 17, 2011 at 00:56, Travis Simon wrote: > Hi guys, > > Sorry for the noob question that most likely has been answered several > times, but . . . > > Working against the evas tutorial, I'm having trouble compiling. > > I've dl'ed and compiled EFL into /opt/e17/lib using the easy_e17 scri

Re: [e-users] Help compiling against EFL

2011-01-16 Thread The Rasterman
On Mon, 17 Jan 2011 17:49:02 +1100 Travis Simon said: i see no reason for it not to work - it works every day, day in and out for me. > Dunno - have found other examples from the eflcookbook which compile and > work fine, so I can keep going. > > EFL Documentation needs a lot of work - I'm happ

Re: [e-users] Help compiling against EFL

2011-01-16 Thread Travis Simon
Dunno - have found other examples from the eflcookbook which compile and work fine, so I can keep going. EFL Documentation needs a lot of work - I'm happy to help, but my C isn't nearly as good as my English. Sometimes bad documentation is worse than no doco... Thanks for your time. On 17 Januar

Re: [e-users] Help compiling against EFL

2011-01-16 Thread The Rasterman
On Mon, 17 Jan 2011 16:19:17 +1100 Travis Simon said: > Thanks for the reply, but I'm still not sure I understand why it's not > compiling. Just in case you are skimming: > > > example.c:(.text+0x150): undefined reference to > > `ecore_evas_software_X11_new' > > collect2: ld returned 1 exit stat

Re: [e-users] Help compiling against EFL

2011-01-16 Thread Travis Simon
Thanks for the reply, but I'm still not sure I understand why it's not compiling. Just in case you are skimming: > example.c:(.text+0x150): undefined reference to > `ecore_evas_software_X11_new' > collect2: ld returned 1 exit status That is from GCC, /not/ from running the program. And I can run

Re: [e-users] Help compiling against EFL

2011-01-16 Thread The Rasterman
On Mon, 17 Jan 2011 10:56:39 +1100 Travis Simon said: > Hi guys, > > Sorry for the noob question that most likely has been answered several > times, but . . . > > Working against the evas tutorial, I'm having trouble compiling. > > I've dl'ed and compiled EFL into /opt/e17/lib using the easy_e