FreeRDP-WebConnect icon indicating copy to clipboard operation
FreeRDP-WebConnect copied to clipboard

setup-all.sh fails when compiling casablanca

Open jbasila opened this issue 9 years ago • 1 comments

The script fails in line: 266. The script tries to enter the directory: casablanca/Binaries/Release$BITNESS/ The directory does not exist when cloning the repository, and it should be created, so I added the following line to the script to fix this in line 266: mkdir -p casablanca/Binaries/Release$BITNESS/ || exit 99

Is this a bug or did I miss something?

jbasila avatar Oct 12 '14 14:10 jbasila

Casablanca deleted that folder... this is the last rev that still had it:

http://casablanca.codeplex.com/SourceControl/changeset/view/b35484976e99dd880b6b3d9952a88de40d32ddb9#Binaries/Release64/run_tests.sh

So it has been broken for a while

sinni800 avatar Nov 07 '14 09:11 sinni800