OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: pgas on December 08, 2004, 01:05:57 pm

Title: Synergy2
Post by: pgas on December 08, 2004, 01:05:57 pm
I've upload the Synergy (http://synergy2.sourceforge.net/) client to the unstable feed (http://www.pdaxrom.org/ipk_feed.php?showfeed=unstable).

Synergy is a software KVM that, providing you have set up a synergy server on a pc and you are running the client on the Z, allow you to use the keyboard and the mouse of  
the  pc to control you Z.

Be sure to read the Synergy documentation (http://synergy2.sourceforge.net/running.html).

It works, only trouble: I don't seem to be able to get back to the pc except by killing the client. I don't know why.
Title: Synergy2
Post by: Zumi on December 08, 2004, 03:57:53 pm
Wow, this program rocks! Thanks for showing it for me/us and thanks for the compiling too! =)

Zumi
Title: Synergy2
Post by: mike151 on December 17, 2004, 02:03:45 am
I installed this software in my desktop and my laptop. It is working great.

I also had the problem of the cursor not coming back from the client to the server.
I fixed the problem by configuring not only the 'server' screen but also the 'client' screen in the server. I have to specify twice which screen was left and right of which.

After doing that, as I said, it is working great :-)

Mike
Title: Synergy2
Post by: desertrat on April 19, 2006, 01:47:48 pm
I'm trying to compile synergy 1.3.1, (the existing one in the feed requires the obsolete libstdc++.so.5)  but it fails with this error:
Code: [Select]
make[3]: Leaving directory `/mnt/cf/src/synergy-1.3.1/lib/net'
Making all in synergy
make[3]: Entering directory `/mnt/cf/src/synergy-1.3.1/lib/synergy'
source='CClipboard.cpp' object='CClipboard.o' libtool=no \
depfile='.deps/CClipboard.Po' tmpdepfile='.deps/CClipboard.TPo' \
FOO=5 depmode=gcc3 /bin/sh ../../config/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/common -I../../lib/arch -I../../lib/base -I../../lib/mt -I../../lib/io -I../../lib/net     -g -O2 -g -Wall -Wno-unknown-pragmas -Werror   -DSYSAPI_UNIX=1 -DWINAPI_XWINDOWS=1 -pthread  -c -o CClipboard.o `test -f 'CClipboard.cpp' || echo './'`CClipboard.cpp
source='CKeyMap.cpp' object='CKeyMap.o' libtool=no \
depfile='.deps/CKeyMap.Po' tmpdepfile='.deps/CKeyMap.TPo' \
FOO=5 depmode=gcc3 /bin/sh ../../config/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/common -I../../lib/arch -I../../lib/base -I../../lib/mt -I../../lib/io -I../../lib/net     -g -O2 -g -Wall -Wno-unknown-pragmas -Werror   -DSYSAPI_UNIX=1 -DWINAPI_XWINDOWS=1 -pthread  -c -o CKeyMap.o `test -f 'CKeyMap.cpp' || echo './'`CKeyMap.cpp
/opt/native/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5/../../../../include/c++/3.4.5/bits/stl_uninitialized.h: In function `_ForwardIterator std::__uninitialized_fill_n_aux(_ForwardIterator, _Size, const _Tp&, __false_type) [with _ForwardIterator = std::vector >, std::allocator > > >*, _Size = unsigned int, _Tp = std::vector >, std::allocator > > >]':
/opt/native/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5/../../../../include/c++/3.4.5/bits/stl_uninitialized.h:82: warning: '__cur' might be used uninitialized in this function
make[3]: *** [CKeyMap.o] Error 1
make[3]: Leaving directory `/mnt/cf/src/synergy-1.3.1/lib/synergy'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/cf/src/synergy-1.3.1/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/cf/src/synergy-1.3.1'
make: *** [all] Error 2

Any ideas?

-- cheers
Title: Synergy2
Post by: pgas on April 19, 2006, 01:57:35 pm
try removing the -Werror from the g++ options
Title: Synergy2
Post by: desertrat on April 19, 2006, 03:59:39 pm
Quote
try removing the -Werror from the g++ options
Thanks, it compiles and works now. I've uploaded it to ftp server.

Update
Download from:
http://mail.pdaxrom.org/contrib/desertrat/....1_armv5tel.ipk (http://mail.pdaxrom.org/contrib/desertrat/synergy-client_1.3.1_armv5tel.ipk)

-- cheers