I built it to test some gnome dependencies.

Some problems:

{{{
configure: error: Package requirements (libexif >= 0.6.20) were not met:

No package 'libexif' found
}}

Then found this in configure:

{{{
--enable-libexif=[yes/no]
                          build EXIF support [default=yes]
}}}

Next,

{{{
configure: error: Package requirements (exempi-2.0 >= 2.1.0) were not met:

No package 'exempi-2.0' found
}}}


Did not find a switch, but found:

{{{
EXEMPI_CFLAGS
             C compiler flags for EXEMPI, overriding pkg-config
EXEMPI_LIBS linker flags for EXEMPI, overriding pkg-config
}}}

Finally, it may be obvious, but tests fail if not in a graphical
environment.

Solutions proposed:

1. I think that libexif and exempi should be "required", or include
--enable-libexif=no and only exempi goes to required (I prefer the latter).

2. Not sure if a comment in the tests needs to be included.

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to