sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21449
[Bug 1233062] Re: [1.0.1] Linux: Please provide VisionProxy source tree from github as well
It's ok but for the sampleBuildVisionProxy script which has errors.
The line:
includeParm=...
should have its right part surrounded by double quotes because bash doesn't want spaces in assignements:
includeParm="..."
The $includeParm part of g++ commands should be moved after the filename for the dependencies tracking, because the filename is a parameter of the -MF flag:
g++ ... -MMD -MP -MF build/<sourcename>.o.d $includeParm ...
Clark Rawlins sent a fixed script on the Sikuli-dev list a couple of
hours ago.
Thanks.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1233062
Title:
[1.0.1] Linux: Please provide VisionProxy source tree from github as
well
Status in Sikuli:
Fix Released
Bug description:
Hi,
As I understand it, the VisonProxy native lib isn't an external
dependency but an internal component of Sikuli. As such, its source
tree should be available from github as well, with a proper 1.0.1 tag.
Many thanks in advance.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1233062/+subscriptions
References