Re: [Freerdp-devel] Why is there a change in the command line interface?

2012-12-05 Thread Alex Bligh
On 4 Dec 2012, at 20:54, Kevin Dalley wrote: Please name modern examples which do not result from limited memory. git does this I think to support the longform 'git-clone' like options. I think bash looks (or looked) at whether it is invoked as /bin/sh in order to disable bashisms. sox does

Re: [Freerdp-devel] Why is there a change in the command line interface?

2012-12-05 Thread Philippe Auphelle
Please don't use the IRC for decisions that affect EVERYONE. It's fine for talking with another developer or support but it was not designed for that purpose. Use the mailing list. Looks like an unfair shot to me. Ain't this very thread the actual proof that Marc-André - uses *both* IRC

Re: [Freerdp-devel] CMAKE_INSTALL_PREFIX does not load correctly library

2012-12-05 Thread Alexis Moinet
On 05/12/12 00:25, Kevin Dalley wrote: I tried using CMAKE_INSTALL_PREFIX, but xfreerdp does not know about the existence of the installed shared libraries. I read the CMAKE documentation on RPATH and CMAKE_INSTALL_PREFIX.

Re: [Freerdp-devel] Why is there a change in the command line interface?

2012-12-05 Thread Bernhard Miklautz
Hi all, On 12/05/2012 11:01 AM, Philippe Auphelle wrote: Please don't use the IRC for decisions that affect EVERYONE. It's fine for talking with another developer or support but it was not designed for that purpose. Use the mailing list. neither IRC nor E-Mail is really the proper thing for

Re: [Freerdp-devel] Why is there a change in the command line interface?

2012-12-05 Thread Marc-André Moreau
Hi, As a matter of fact, I just merged a compatibility layer for the old CLI: https://github.com/FreeRDP/FreeRDP/pull/846 It might not be perfect yet, but it parses and processes the old options and even suggests mappings to the new options. I have also improved detection of the command-line

Re: [Freerdp-devel] Debug/Log System

2012-12-05 Thread Daryl Poe
Feedback on the proposed debug/logging system: 1. If you want to be compatible with Linux syslog, you could define the levels the same: LOG_EMERG=0; LOG_ALERT=1; LOG_CRIT=2; LOG_ERR=3; LOG_WARNING=4; LOG_NOTICE=5; LOG_INFO=6; LOG_DEBUG=7. That would make it easier if someone

[Freerdp-devel] Loading Custom simple Plugin

2012-12-05 Thread Grindelwald G
I have a simple ping app - that sends a string over a virtual channel. I have it compiled as a .so file. It gets loaded works fine over FreeRDP-0.8.2 However, for FreeRDP-1.1.0 - when I load it, I get a crash. I have put the libmyping-client.so file at /usr/local/lib/freerdp/ and I use following