racetted / maestro-tcl

Packaging of tcl version used the GUIs in Environment Canada's maestro sequencer package.
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Unable to build ssm due to missing 'lib' and 'bin' directories #1

Open neishm opened 5 years ago

neishm commented 5 years ago

I'm trying to build an ssm package using make ssm in the tcl-tk_8.5.11_multi/ssm directory, but I'm getting the following error:

cp -r ../lib tcl-tk_8.5.11_linux26-x86-64;
cp: cannot stat '../lib': No such file or directory

If I create an empty lib directory, then I get the error

cp -r ../bin tcl-tk_8.5.11_linux26-x86-64;
cp: cannot stat '../bin': No such file or directory

If I create an empty bin directory, then the rest of the build completes successfully.

racetted commented 5 years ago

Hi Mike,

We're currently reviewing the build process completely, which will fix this issue among other things.

I suggest you follow the work on our gitlab, I'll email you the details.

Cheers,

Dom

neishm commented 5 years ago

Thanks, Dominic. I'll have a look at the gitlab repository.

Mike