FreeRDP / FreeRDP-WebConnect

A gateway for seamless access to your RDP-Sessions in any HTML5-compliant browser
519 stars 1.62k forks source link

setup-all.sh fails when compiling casablanca #81

Open jbasila opened 10 years ago

jbasila commented 10 years ago

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?

sinni800 commented 10 years ago

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