rdesktop help

Joined
Jan 9, 2007
Messages
1
Reaction score
0
Points
1
I am trying to install rdesktop and I am just having a tough time. I tried a few guides I found through google. I insalled the x11user.pkg and then tried compiling with ./configure && make && sudo make install. I am getting this error however
Code:
Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_rdesktop/work/rdesktop-1.5.0" && make rdesktop" returned error 2
Command output: xwin.c: In function 'ui_seamless_ack':
xwin.c:3675: error: 'sw' undeclared (first use in this function)
xwin.c:3675: error: invalid operands to binary *
xwin.c:3675: warning: statement with no effect
xwin.c:3676: warning: statement with no effect
xwin.c:3676: error: request for member 'next' in something not a structure or union
xwin.c:3676: warning: statement with no effect
xwin.c:3678: error: request for member 'outstanding_position' in something not a structure or union
xwin.c:3678: error: request for member 'outpos_serial' in something not a structure or union
xwin.c:3678: warning: comparison between pointer and integer
xwin.c:3680: error: request for member 'xoffset' in something not a structure or union
xwin.c:3680: error: request for member 'outpos_xoffset' in something not a structure or union
xwin.c:3680: warning: statement with no effect
xwin.c:3681: error: request for member 'yoffset' in something not a structure or union
xwin.c:3681: error: request for member 'outpos_yoffset' in something not a structure or union
xwin.c:3681: warning: statement with no effect
xwin.c:3682: error: request for member 'width' in something not a structure or union
xwin.c:3682: error: request for member 'outpos_width' in something not a structure or union
xwin.c:3682: warning: statement with no effect
xwin.c:3683: error: request for member 'height' in something not a structure or union
xwin.c:3683: error: request for member 'outpos_height' in something not a structure or union
xwin.c:3683: warning: statement with no effect
xwin.c:3684: error: request for member 'outstanding_position' in something not a structure or union
xwin.c:3684: warning: statement with no effect
xwin.c:3690: error: request for member 'wnd' in something not a structure or union
xwin.c:3691: error: request for member 'xoffset' in something not a structure or union
xwin.c:3691: error: request for member 'yoffset' in something not a structure or union
xwin.c:3691: error: request for member 'width' in something not a structure or union
xwin.c:3691: error: request for member 'height' in something not a structure or union
make: *** [xwin.o] Error 1

Error: Status 1 encountered during processing.
tom-apriks-computer:~ tomaprik$

I also tried using DarwinPort with the same error. Any ideas?
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top