WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Extension Request - rdesktop 1.7.1  (Read 4434 times)

Offline Pingue28

  • Newbie
  • *
  • Posts: 2
Extension Request - rdesktop 1.7.1
« on: April 03, 2012, 06:00:09 AM »
Hi,
I would like to request an extension for rdesktop 1.7.1 from rdesktop.org

I tried to compile by myself the new version of rdesktop (v1.7.1) on a fresh installation of Tiny Core Linux v3.8.4 :
Quote
tce-load -wi compiletc.tcz
tce-load -wi libx11-xcb.tcz
tce-load -wi openssl-0.9.8-dev.tcz

tar xzvf rdesktop-1.7.1.tar.gz
cd rdesktop-1.7.1/
sudo ./configure --prefix=/usr/local
sudo make
Then I'm getting thousand errors compiling rdesktop source (ie: "xwin.c:3584: error: expected ')' before 'font'")

Could you update the extension an eventually explain me why my compilation process doesn't works.

Thanks a lot.

David

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Extension Request - rdesktop 1.7.1
« Reply #1 on: April 03, 2012, 06:09:44 AM »
Huh, libx11-xcb? Try replacing that with Xorg-7.6-dev.
The only barriers that can stop you are the ones you create yourself.

Offline Pingue28

  • Newbie
  • *
  • Posts: 2
Re: Extension Request - rdesktop 1.7.1
« Reply #2 on: April 04, 2012, 12:26:51 AM »
Perfect! It works with Xorg-7.5-dev !

The whole procedure :
Quote
sudo sh
sudo -u tc tce-load -wi compiletc.tcz
sudo -u tc tce-load -wi Xorg-7.5-dev.tcz
sudo -u tc tce-load -wi openssl-0.9.8-dev.tcz

wget http://..../rdesktop-1.7.1.tar.gz
tar xzvf rdesktop-1.7.1.tar.gz
cd rdesktop-1.7.1/
sudo ./configure --prefix=/usr/local
sudo make

sudo cp ./rdesktop /usr/local/bin/

Thanks again.
David

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: Extension Request - rdesktop 1.7.1
« Reply #3 on: April 13, 2012, 07:14:31 AM »
updated to 1.7.1 in repo!
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline aurirjr

  • Newbie
  • *
  • Posts: 1
Re: Extension Request - rdesktop 1.7.1
« Reply #4 on: April 19, 2014, 05:24:21 PM »
Thank you guys,

I used the procedure above and rdesktop 1.8.1 is compiling fine. The repo still have 1.7.1. The new 1.8.1 have fixed issues regarding mouse cursor with Metro, Windows 8 or Windows Server 2012.

The whole procedure:

Quote
sudo sh
sudo -u tc tce-load -wi compiletc.tcz
sudo -u tc tce-load -wi Xorg-7.7-dev.tcz
sudo -u tc tce-load -wi openssl-1.0.0-dev.tcz

wget http://..../rdesktop-1.8.1.tar.gz
tar xzvf rdesktop-1.8.1.tar.gz
cd rdesktop-1.8.1/
sudo ./configure --prefix=/usr/local --disable-credssp --disable-smartcard
sudo make

sudo cp ./rdesktop /usr/local/bin/

If somebody needs credssp or smartcard, must get the dependencies.

o/

Offline fuegos

  • Newbie
  • *
  • Posts: 24
Re: Extension Request - rdesktop 1.7.1
« Reply #5 on: June 26, 2014, 08:25:05 AM »
I have managed to compile 1.8.2 with above commands. It's all nice and works fine apart CredSPP which requires libgssglue. Where can I get it from?

Many thanks

Offline lil007

  • Newbie
  • *
  • Posts: 2
Re: Extension Request - rdesktop 1.7.1
« Reply #6 on: May 21, 2015, 11:40:40 PM »
Hi,

i have managed to compile with this.

sudo sh
sudo -u tc tce-load -wi compiletc.tcz
sudo -u tc tce-load -wi Xorg-7.7-dev.tcz
sudo -u tc tce-load -wi openssl-1.0.1-dev.tcz

wget http://downloads.sourceforge.net/project/rdesktop/rdesktop/1.8.3/rdesktop-1.8.3.tar.gz
tar xzvf rdesktop-1.8.3.tar.gz
cd rdesktop-1.8.3/
sudo ./configure --prefix=/usr/local --disable-credssp --disable-smartcard
sudo make

sudo cp ./rdesktop /usr/local/bin/


But everytime i Reboot the old rdesktop 1.7.1 is active.
How can i make the rdesktop 1.8.3 persistent.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Extension Request - rdesktop 1.7.1
« Reply #7 on: May 22, 2015, 12:02:28 AM »
You need to make an extension out of it to replace the existing extension