Paul,
I've been trying to reproduce the issue with no success. Please
see attached a very small program that do the same you report to
crash, but it works fine on all the platforms I've tried.
I have double checked MaxOSX (10.5.8) on a PowerPC, it works
fine to me.
Mybe there is something in you
On Jun 11, 2010, at 11:22 AM, marti.ma...@littlecms.com wrote:
>
> Ups, it seems you are trying to run automake or something similar.
>
> It should be easier, just open a terminal, go to lcms-2.0 folder
> and then type:
>
> ./configure
> make
> make check
> sudo make install
yup, that did the
Ups, it seems you are trying to run automake or something similar.
It should be easier, just open a terminal, go to lcms-2.0 folder
and then type:
./configure
make
make check
sudo make install
If something is wrong with your setup, make check will complain. If all
suceeds (including sudo make
On Jun 11, 2010, at 4:08 AM, marti.ma...@littlecms.com wrote:
> Are you able to reproduce this crash with the transicc utility?
> That would reduce the scope to lcms code only.
I'm trying to build transicc but I'm having problems building.
I get:
libtool: Version mismatch error. This is libt
On Jun 11, 2010, at 4:08 AM, marti.ma...@littlecms.com wrote:
> Are you able to reproduce this crash with the transicc utility?
> That would reduce the scope to lcms code only.
I'll try that.
>
> Another thing to check is to give a try to the git code, as there are
> some small bugs already fi
Quoting Paul Cezanne :
> I'm in the middle of porting my Little CMS application to 2.0 and
> once I got it to compile I've encountered a crash. This is under OS
> X, running 10.6.2, with Xcode 3.2.1 as the build environment. I'm
> running from sources found in lcms2-2.0a.tar.gz.
Hi,
Thanks for
I'm in the middle of porting my Little CMS application to 2.0 and once I got it
to compile I've encountered a crash. This is under OS X, running 10.6.2, with
Xcode 3.2.1 as the build environment. I'm running from sources found in
lcms2-2.0a.tar.gz.
This is what my stack looks like:
#0 0x0
I guess it would be helpful if you could provide the profiles that caused the
crash. I've coding a higher level OSX LCMS wrapper for 2 weeks now and did not
have a crash.
Mark
On 10.06.2010, at 22:32, Paul Cezanne wrote:
> I'm in the middle of porting my Little CMS application to 2.0 and onc