You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to starling-discuss
My default install of Starling under cygwin had some path problems.
ICU was compiling with the cygwin libraries OK out of the box but the
problem was that the default path on Cygwin wasn't correct.
On loading the starling driver from the command line I was getting an
Exit 53
bash> ./starling_drv.exe &
(you need to background the job with an & to see the error msg) -
which indicate a path problem. Using the command cygcheck pointed out
the error:
bash> cygcheck ./starling_drv.exe
the path /usr/local/lib wasn't in the default path - doddle to fix and
away she goes...