Hello,
I am correcty downloaded compiled and installed version 1.15 of lcms into my
Linux Box (SuSE 10.0).
If I try to use the wrapping of library with python I obtain an error:
Python 2.4 (#1, Mar 22 2005, 21:42:42)
[GCC 3.3.5 20050117 (prerelease) (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import lcms
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "lcms.py", line 5, in ?
import _lcms
ImportError: ./_lcms.so: undefined symbol: _cmsBuildKToneCurve
>>>
I have tried to rewrite [lcms.i] in a "raw mode" as follow (I cut obvious
steps):
/* pylcms.i */
%module lcms
%{
#include "include/icc34.h"
#include "include/lcms.h"
%}
%include "include/lcms.h"
but the error that I obtain is exactly the same.
Someone have suggestions or hints about ?
Thank you very much in advance !!!
Mike Chiarappa
[EMAIL PROTECTED]
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Lcms-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lcms-user