Re: [Freerdp-devel] How to make DirectFB in FreeRDP1.0?

2011-10-24 Thread Marc-André Moreau
Hi, updated instructions can be found here: https://github.com/FreeRDP/FreeRDP/wiki/Compilation just add -DWITH_DIRECTFB=on to your cmake command On Tue, Oct 25, 2011 at 12:10 AM, ic_yang wrote: > Hi, > > Follow the instruction on " > http://www.freerdp.com/wiki/doku.php?id=compilation"; , I

[Freerdp-devel] How to make DirectFB in FreeRDP1.0?

2011-10-24 Thread ic_yang
Hi, Follow the instruction on "http://www.freerdp.com/wiki/doku.php?id=compilation"; , I can make xfreerdp, how can I make dfbfreerdp in FreeRDP1.0? or is there any doc that I can follow? thanks --ic.yang -- The dema

Re: [Freerdp-devel] Revisiting SSE2 configuration/build

2011-10-24 Thread atong
https://github.com/atong-tcs/FreeRDP/tree/sse2 WIP changes here. I wanted to move towards live detect, which WITH_SSE2 should now do. However, my refactor did not match some of the older ideas. I went for a cpu cflags detected type field in rdpSettings. The linux detection looks at /proc/cpuinf

[Freerdp-devel] Best way to retrieve error info

2011-10-24 Thread Eduardo Beloni
Hello, I've been working in the exit codes of FreeRDP but I just can't find the best way of retrieving the error info code. So I've done a few commits here: https://github.com/OSSystems/FreeRDP/commits/custom (see c0321f7aaf90b2851381c1a2ed09d10fabb96411 and above) I wonder if you could give yo

Re: [Freerdp-devel] Extension support

2011-10-24 Thread Marc-André Moreau
Hi Eduardo, On Mon, Oct 24, 2011 at 9:09 AM, Eduardo Beloni wrote: > Hello, > > What is the status of the extension support? Has it been ported? > > I could only find a include/freerdp/extension.h, but no equivalent to the > old freerdp's: > ./libfreerdp-core/ext.h > ./libfreerdp-core/ext.c > Th

[Freerdp-devel] Extension support

2011-10-24 Thread Eduardo Beloni
Hello, What is the status of the extension support? Has it been ported? I could only find a include/freerdp/extension.h, but no equivalent to the old freerdp's: ./libfreerdp-core/ext.h ./libfreerdp-core/ext.c Thank you,   Eduardo Fiss Beloni 55 53 8117 8244 ---

Re: [Freerdp-devel] FreeRdp install dir

2011-10-24 Thread Alexis Moinet
On 23/10/11 23:39, Laxmikant Rashinkar wrote : > Hi, > > I want to build FreeRdp 1.0 and have it installed to /staging/freerdp > instead of /usr/local/blah. How does one do this with cmake? > > In other words, what is the equivalent of ./configure --prefix in cmake cmake -DCMAKE_INSTALL_PREFIX=