On 09/12/2011 08:19 PM, Jeff Hoogland wrote:
> So - Enlightenment is no longer looking in the folder
> linux-gnu-i486-ver-pre-svn-08 for modules. Meaning a few modules that work
> well still aren't working any longer.
>
> I know deskshow and rain where still like this last time I checked out SVN.
> Can someone with SVN please update these folder names to be
>
> linux-gnu-i686-ver-pre-svn-08
>
> so these modules start working again by default?
>

Just checked on this. It's not a problem with the modules. During the 
configure stage, autofoo does some checking for the Host Os and Host 
Architecture:

PKG_CHECK_MODULES(E, [enlightenment])
release=$(pkg-config --variable=release enlightenment)
MODULE_ARCH="$host_os-$host_cpu-$release"
AC_SUBST(MODULE_ARCH)
AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture")

Which would give linux-gnu-i686 here

This is pretty standard autofoo for about every module (aside from ones 
included in E by default). So basically, it appears a problem with the 
build. Looking like E was built for 486, while the modules are being 
built for 686.

'pkg-config --variable=modules enlightenment' Will be the location that 
E is expecting modules to be installed in.

I just compared the rain & deskshow 'configure.ac' files with a few 
other ones (screenshot, elfe, etc, etc) and there is no difference (wrt 
module_arch) in any of them.

dh


------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to