On Mon, 16 Apr 2012 08:42:40 +0800 Brian Wang <[email protected]> said:

> On Sat, Apr 14, 2012 at 9:55 AM, Carsten Haitzler <[email protected]>
> wrote:
> > On Sat, 14 Apr 2012 08:41:33 +0800 Brian Wang <[email protected]>
> > said:
> >
> >> On Fri, Apr 13, 2012 at 6:25 PM, Carsten Haitzler <[email protected]>
> >> wrote:
> >> > On Fri, 13 Apr 2012 15:02:21 +0800 Brian Wang <[email protected]>
> >> > said:
> >> >
> >> > type my commit : 70168. i memset'd cinfo to 0 - how did this creep in
> >> > here. it shuldn't have. grrrr. :(
> >>
> >> Now, it doesn't seg fault.  However, it now complains:
> >> ------------------
> >> /usr/bin/edje_cc  -id ../../data/objects -fd ../../data/objects \
> >>       ../../data/objects/test.edc \
> >>       ../../data/objects/test.edj
> >> /usr/bin/edje_cc: Error. Unable to load image "sky.jpg" used by file
> >> "../../data/objects/test.edj": File (or file path) does not exist.
> >> Check if path to file "sky.jpg" is correct (both directory and file
> >> name).
> >> ------------------
> >>
> >> sky.jpg is there though.
> >>
> >> Is it the same issue as this one?
> >> http://www.mail-archive.com/[email protected]/msg32965.html
> >>
> >> The system jpeg library is libjpeg8.
> >>
> >> Thanks in advance.
> >
> > i guess libjpeg8 has problems... this has worked forever on libjpeg6/7. i
> > suggest downgrading and seeing. libjpeg8 possibly broke compat
> 
> I'd like to try but I have trouble redirecting eet and evas to use my
> own version of libjpeg at configure time.  Could you give me some
> hint?

you have more than 1 libjpeg installed? there aren't any specific libjpeg
configure options. it just links with -ljpeg... LDFLAGS can help tell it where
to link and LD_LIBRARY_PATH at runtime where to look and CFLAGS with
-I/path/to/include to help to find the right headers. my suggestion is to make
sure within the build env u have just 1 libjpeg (headers, libs) so there is no
confusion

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to