[argyllcms] Re: ArgyllCMS V1.7 Beta ccxxmake -t

  • From: Florian Höch <lists+argyllcms@xxxxxxxxx>
  • To: argyllcms@xxxxxxxxxxxxx
  • Date: Sun, 02 Nov 2014 19:28:47 +0100

Am 02.11.2014 um 16:38 schrieb Graeme Gill:
> Florian Höch wrote:
>> ccxxmake -t? or -?? to list available display technologies seems to not
>> work anymore in the latest development sources, the last working version
>> (that I have) was from 1st September 2014.
> 
> Hi Florian,
>       although I like the use of '?' since it's a natural one
> for getting help, it has a drawback - it's a wildcard character
> in many shells. My guess is that you have a file in your cd
> that is matching the option so it isn't making it through
> to the argv. See what "echo -t? -??" returns.

Hi Graeme,

good point. I played around a bit more, this is what I found.

(I should note this is under Windows 7 x64, and I used VS 2010 32-bit to
compile in case it should matter)

cd /d E:\Argyll\Argyll_V1.7.0_2014-10-10\bin
echo -t? -??

cd /d E:\Argyll\Argyll_V1.7.0_2014-09-01\bin
echo -t? -??

Both "echo"s return "-t? -??" (without the quotes).

cd /d E:\Argyll\Argyll_V1.7.0_2014-10-10\bin
ccxxmake -t?
ccxxmake -??

Prints help but without technologies.

ccxxmake -?

Prints help with technologies (I actually wasn't aware of that :)).

With the older Argyll CMS development version (2014-09-01) the behavior
is reversed:

cd /d E:\Argyll\Argyll_V1.7.0_2014-09-01\bin
ccxxmake -t?
ccxxmake -??

Prints help with technologies.

ccxxmake -?

Prints help without technologies.

Florian.


Other related posts: