Hi,

 

I have added the correct build instructions now to 
http://www.freerdp.com/wiki/doku.php?id=compilation

 

Gerald

 

 

From: Gerald Richter - ECOS 
Sent: Monday, April 11, 2011 1:37 PM
To: Marc-André Moreau
Cc: [email protected]
Subject: Re: [Freerdp-devel] FreeRDP On Mac OS/X 10.6



 

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.

 

Thanks

 

Gerald

 

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



 

 

From: Marc-André Moreau [mailto:[email protected]] 
Sent: Thursday, April 07, 2011 4:14 PM
To: Gerald Richter - ECOS
Cc: [email protected]
Subject: Re: [Freerdp-devel] FreeRDP On Mac OS/X 10.6



 

Hi Richter,

 


Use the latest development version on git, previous versions won't work


 


the bug you see is a problem with the semaphore functions used in xfreerdp that 
don't work the same on Mac OS X, causing the main loop to simply quit without a 
warning. In the latest development branch, I added a utility function that 
bridges the gap for semaphore functions between Mac OS X and other systems, so 
it should work.


 


I actually fixed a little compilation error for Mac OS X yesterday, so you can 
be sure that the latest dev versions compiles and run

On Thu, Apr 7, 2011 at 5:04 AM, <[email protected]> wrote:

Hi,

I am trying to get FreeRDP to run on Mac OS/X 10.6.

I have successfully compiled it, but when I try to start a session, I get the 
following output and nothing happens (only a X server is started):


#xfreerdp 10.11.12.245

Couldn't find rules file (xorg)
find_keyboard_layout_in_xorg_rules: 0
Found locale : de_DE
detect_keyboard_layout_from_locale: 407
Using German (0x00000407)
Loading keymap base
kbd_init: detect_and_load_keyboard returned 1031
freerdp_kbd_init: 407
starting thread 0 to 10.11.12.245:3389
freerdp_chanman_pre_connect:
keyboard_layout: 407
connecting to 10.11.12.245:3389
TLS Encryption negotiated
main thread, waiting for all threads to exit
main thread, all threads did exit


Does anybody have an idea what's going wrong here or how I can start to debug 
this?

Gerald

-------------------------------------------
Gerald Richter      Tel. +49 (6133) 939-122




------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Freerdp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


 




------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Freerdp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to