Re: [Freerdp-devel] compiler error using latest git

2011-08-18 Thread Nils Andresen
Hi, 2011/8/18 chris nelson : > ../libfreerdp-core/.libs/libfreerdp-core.so: undefined reference to > `freerdp_usleep' This is also Issue#62, and it happens for me, too. Since comit 0e2d46ec579cc8bd273b4ef46ccad9af71069a51 (2011-08-09) builds fine I'm guessing this was introduced in commit dfafaa6

[Freerdp-devel] compiler error using latest git

2011-08-18 Thread chris nelson
hi everyone, i am getting this error using the latest code from git: Making all in X11 make[2]: Entering directory `/source/FreeRDP/X11' CC xfreerdp-xf_event.o CC xfreerdp-xf_keyboard.o CC xfreerdp-xf_win.o CC xfreerdp-xf_video.o CC xfreerdp-xf_decode.o CC xfre

Re: [Freerdp-devel] optional dependendcies in cmake

2011-08-18 Thread Mike Gilbert
As a fellow Gentoo user, thanks! On Thu, Aug 18, 2011 at 2:44 PM, Nils Andresen wrote: > Hi, > I wrote a module that implements this. > (And I really start to like cmake...) > Please have a look at the pull request > https://github.com/FreeRDP/FreeRDP-1.0/pull/49 and comment. > > Nils > > 2011/8/

Re: [Freerdp-devel] optional dependendcies in cmake

2011-08-18 Thread Nils Andresen
Hi, I wrote a module that implements this. (And I really start to like cmake...) Please have a look at the pull request https://github.com/FreeRDP/FreeRDP-1.0/pull/49 and comment. Nils 2011/8/18 Nils Andresen : > 2011/8/18 Otavio Salvador : >> I think we might have something: >> >> WITH_ALSA - ma

Re: [Freerdp-devel] Traceback when running xfreerdp on OS X (fresh time install)

2011-08-18 Thread Marc-André Moreau
Looks like a call to hexdump which wasn't updated when freerdp_hexdump was introduced, and only present with certain debug output. What Dorian just said should help fix it. On Thu, Aug 18, 2011 at 11:56 AM, Dorian Johnson wrote: > Are you on the latest git version? I think Marc pushed a fix for t

Re: [Freerdp-devel] Traceback when running xfreerdp on OS X (fresh time install)

2011-08-18 Thread Dorian Johnson
Are you on the latest git version? I think Marc pushed a fix for this a few days ago. If you are on edge and still getting it, here are two solutions: 1. disable debugging with ./configure --without-debug --without-debug-rdp --without-debug-chanman 2. Do a find/replace on source and change hexdu

Re: [Freerdp-devel] optional dependendcies in cmake

2011-08-18 Thread Nils Andresen
2011/8/18 Otavio Salvador : > I think we might have something: > > WITH_ALSA - makes it required > WITHOUT_ALSA - doesn't look for it > by default it probes and use it if found. I like it. I'll try to implement this, see how it "feels" ;-) Nils ---

Re: [Freerdp-devel] optional dependendcies in cmake

2011-08-18 Thread Otavio Salvador
On Thu, Aug 18, 2011 at 10:38, Nils Andresen wrote: ... > I like that and it looks good. What do you think? I think we might have something: WITH_ALSA - makes it required WITHOUT_ALSA - doesn't look for it by default it probes and use it if found. This can be easily done by a macro and avoid du

Re: [Freerdp-devel] optional dependendcies in cmake

2011-08-18 Thread Nils Andresen
Hi, 2011/8/18 Otavio Salvador : > Take a loook at > /usr/share/cmake-2.8/Modules/CMakeDependentOption.cmake Thanks Otavio I'll have a look at it. I also found something like OPTION(FORCE_DEPENDENCIES "Enforce optional dependencies" OFF) macro(find_optional_package _package _with_package) if(${

[Freerdp-devel] Traceback when running xfreerdp on OS X (fresh time install)

2011-08-18 Thread Brian Bouterse
I installed [1] xfreerdp onto my Snow Leopard machine, but I receive the following traceback when I go to connect to a windows XP machine. [1]: http://www.freerdp.com/wiki/doku.php?id=compilation#xfreerdp_on_mac_os_x briansmac:FreeRDP bmbouter$ xfreerdp 152.14.17.247 keyboard_layout: 0x409 conne

Re: [Freerdp-devel] optional dependendcies in cmake

2011-08-18 Thread Otavio Salvador
On Thu, Aug 18, 2011 at 08:35, Nils Andresen wrote: > While thinking about what's needed to prepare a new gentoo-build I > have one point I'd like you to consider: > For our optional dependencies (alsa, pulseaudio and cups) I'd need the > following options for each of this dependencies: > - leave

[Freerdp-devel] optional dependendcies in cmake

2011-08-18 Thread Nils Andresen
Hi, today I had a look at cmake of freerdp 1.0 - and I got to say the cmake syntax is really nice. While thinking about what's needed to prepare a new gentoo-build I have one point I'd like you to consider: For our optional dependencies (alsa, pulseaudio and cups) I'd need the following options fo