Problem setting up for dev
Hi,
hope this is not a stupid question... I've done quite a lot of
research about it but didn't find an answer.
I've setup and compiled, noting that at the end of the compile there's
a problem with the modules (not sure what is done here):
----------------------------------
Making all in data
make[4]: Nothing to be done for `all'.
--[Updating sample compositions]--
./OpenRaster-00.xml
** Message: Module
'../../operations/affine/.libs/affine.so.dSYM/Contents/Resources/DWARF/affine.so'
load error: dlopen(../../operations/affine/.libs/affine.s
o.dSYM/Contents/Resources/DWARF/affine.so, 10): no suitable image
found. Did find:
../../operations/affine/.libs/affine.so.dSYM/Contents/Resources/DWARF/affine.so:
can't map
----------------------------------
There are the same message for (I belive) every module.
Full output of autogen:
http://sites.google.com/site/computerresearcher/gegl/gegl-developer/autogen
Full output of make:
http://sites.google.com/site/computerresearcher/gegl/gegl-developer/make
And when running (using
GEGL_PATH=/Users/hakesson/Projects/settingup/gegl/operations/) I get:
----------------------------------
** Message: Module
'/Users/hakesson/Projects/settingup/gegl/operations/generated/.libs/svg-multiply.so.dSYM/Contents/Resources/DWARF/svg-multiply.so'
load err
or: dlopen(/Users/hakesson/Projects/settingup/gegl/operations/generated/.libs/svg-multiply.so.dSYM/Contents/Resources/DWARF/svg-multiply.so,
10): no suitable
image found. Did find:
/Users/hakesson/Projects/settingup/gegl/operations/generated/.libs/svg-multiply.so.dSYM/Contents/Resources/DWARF/svg-multiply.so:
can't map
----------------------------------
Same message for every module...
Full output: http://sites.google.com/site/computerresearcher/gegl/gegl-developer/run
Would you have an idea of why this is happening?
I've had strange compilation problems in the beginning because of
missing dependencies (which are now installed using macports), but on
this one I'm a bit lost.
Thanks,
Henrik