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

Reply via email to