Re: [Freerdp-devel] Compile git master branch on SLED 11 SP1

2012-08-07 Thread Robert Olsson
Hello, Removed my target directory and checked out git again, got some other issues: > git clone git://github.com/FreeRDP/FreeRDP.git Cloning into 'FreeRDP'... remote: Counting objects: 18188, done. remote: Compressing objects: 100% (5400/5400), done. remote: Total 18188 (delta 13545), reused 17081

Re: [Freerdp-devel] Compile git master branch on SLED 11 SP1

2012-08-06 Thread Robert Olsson
Hello again! Tried to build freerdp-1.0.1 the standard way (cmake cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON . && make && make install ) and it works. But the 1.0.1 release doesn't handle the RDP connection broker (we use 2008R2) very well. Do you have any sugestions on how to solve my issu