On 04/11/2011 01:36 PM, [email protected] wrote: > Hi, > > below is what I done to get it compile on 10.6 ( It took me a while to > figure out the correct options, so may it is not the best solution. Any > comments are welcome before I add it to the wiki). > > FreeRDP is now connecting to the server and screen and mouse works, but > keyboard doesn’t . I get “xf_kb_send_key: unknown key down keycode=9 (X > keysym=0x0073). > > Any hints are welcome.
I have recently touched and refactored the keyboard handling code but have tried to not make any changes for Mac. Can you try with a 14 day old (checkout before my changes) and see if that makes a difference? I assume that Marc-André's compile fix means that it works for him, which indicates that it isn't a general problem. I hope he will comment on how he compiles it. > Installation on Mac OS/X 10.6: > > - install macports from http://www.macports.org/ > > - install autoconf, etc. (NOTE some dependencies like m4 and perl are > also installed!) > > sudo port install autoconf automake libtool pkgconfig > > - get FreeRDP from git > > git clone git://github.com/FreeRDP/FreeRDP.git > cd FreeRDP > > - edit autogen.sh, change libtoolize to glibtoolize > > - run autogen.sh, configure, make, make install > > sh autogen.sh > ./configure CFLAGS="-arch i386" PKG_CONFIG="/opt/local/bin/pkg-config" > PKG_CONFIG_PATH="/usr/X11/lib/pkgconfig" LDFLAGS="-L/usr/X11/lib" > --with-debug > make > sudo make install Thanks for contributing your description. That could be an encouragement for me to steal a Mac and try it. I assumed it worked with Apples development tools (Xcode?) without macports, but I really don't know. If these workarounds really are needed we should build them into the build system. /Mads ------------------------------------------------------------------------------ Forrester Wave Report - Recovery time is now measured in hours and minutes not days. Key insights are discussed in the 2010 Forrester Wave Report as part of an in-depth evaluation of disaster recovery service providers. Forrester found the best-in-class provider in terms of services and vision. Read this report now! http://p.sf.net/sfu/ibm-webcastpromo _______________________________________________ Freerdp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freerdp-devel
