On Mon, 17 Jan 2011 15:10:40 +0100 Thomas Gstädtner <tho...@gstaedtner.net>
said:

> On Mon, Jan 17, 2011 at 00:56, Travis Simon <tsi...@gmail.com> 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 script
> > (whose link is now defunct) on ubuntu 10.10. My gcc incantation is:
> >
> >> export PKG_CONFIG_PATH="/opt/e17/lib/pkgconfig"
> >> gcc -o example `pkg-config --cflags --libs evas ecore-evas edje` example.c
> >
> > However, the compile is not loading the X11 loader:
> >
> > example.c:(.text+0x150): undefined reference to
> > `ecore_evas_software_X11_new'
> > collect2: ld returned 1 exit status
> 
> I'm pretty sure you have a typo there. It's
> ecore_evas_software_x11_new(), not ecore_evas_software_X11_new() - no
> capital X.

oh good catch there! i missed it too! X vs x!

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to