By compiling it with x64 only it works perfectly fine!

cmake -D "CMAKE_OSX_ARCHITECTURES:STRING=i386;x86_64" .

I managed also to connect to a Hyper-V console from OSX.


Thanks again for all the great work! :-)

Alessandro



On Oct 10, 2012, at 13:52 , Alessandro Pilotti <a...@pilotti.it> wrote:

> Hi guys,
> 
> I'm trying to compile the latest FreeRDP sources on Mac OS X Mountain Lion 
> with:
> 
> cmake -D "CMAKE_OSX_ARCHITECTURES:STRING=i386;x86_64" .
> make
> 
> I get the folowing errors:
> 
> /Users/anorex/Downloads/FreeRDP/client/Mac/AppDelegate.m:13:13: error: 
> synthesized property 'window' must either be named the same as a compatible 
> ivar
>      or must explicitly name an ivar
> @synthesize window = _window;
>            ^
> /Users/anorex/Downloads/FreeRDP/client/Mac/AppDelegate.m:15:13: error: 
> synthesized property 'mrdpView' must either be named the same as a compatible 
> ivar
>      or must explicitly name an ivar
> @synthesize mrdpView;
> 
> 
> Thanks!
> 
> Alessandro Pilotti
> Cloudbase Solutions
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> Freerdp-devel mailing list
> Freerdp-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freerdp-devel

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to