LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-02-2004, 06:30 PM   #1
Twiggy794
Member
 
Registered: Sep 2003
Location: Philadelphia
Distribution: Gentoo Linux
Posts: 159

Rep: Reputation: 30
Synce not compiling on Suse 8.2


Since ActiveSync is the only reason I really use XP anymore, I'm damn desperate to get Synce working. Howver, I always get a compile error somewhere along the line when I try to do this on Suse. Is there an RPM package for Suse that I can pick up? Does anybody know how to get it working?
 
Old 01-02-2004, 06:41 PM   #2
oot
Member
 
Registered: Dec 2002
Distribution: Slackware 12.0
Posts: 240

Rep: Reputation: 30
Please post the output from when you try to compile it. (Not just the line with the error, the whole thing.)
 
Old 01-02-2004, 07:08 PM   #3
Twiggy794
Member
 
Registered: Sep 2003
Location: Philadelphia
Distribution: Gentoo Linux
Posts: 159

Original Poster
Rep: Reputation: 30
This is the last segment of output from compiling libsynce:

source='wstr.c' object='wstr.lo' libtool=yes \
depfile='.deps/wstr.Plo' tmpdepfile='.deps/wstr.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -g -O2 -I.. -g -O2 -c -o wstr.lo `test -f 'wstr.c' || echo './'`wstr.c
rm -f .libs/wstr.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -g -O2 -I.. -g -O2 -c wstr.c -MT wstr.lo -MD -MP -MF .deps/wstr.TPlo -fPIC -DPIC -o .libs/wstr.lo
wstr.c: In function `wstr_from_x':
wstr.c:120: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[3]: *** [wstr.lo] Error 1
make[3]: Leaving directory `/home/scott2/Synce/synce-libsynce-0.8.9/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/scott2/Synce/synce-libsynce-0.8.9/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/scott2/Synce/synce-libsynce-0.8.9/lib'
make: *** [all-recursive] Error 1

This is from synce-rra:

depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -g -O2 -I.. -g -O2 -c -o parser.lo `test -f 'parser.c' || echo './'`parser.c
rm -f .libs/parser.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -g -O2 -I.. -g -O2 -c parser.c -MT parser.lo -MD -MP -MF .deps/parser.TPlo -fPIC -DPIC -o .libs/parser.lo
parser.c: In function `parser_on_component':
parser.c:631: warning: passing arg 2 of `s_hash_table_foreach' from incompatible pointer type
parser.c:631: error: too many arguments to function `s_hash_table_foreach'
parser.c:632: warning: passing arg 2 of `s_hash_table_foreach' from incompatible pointer type
parser.c:632: error: too many arguments to function `s_hash_table_foreach'
make[2]: *** [parser.lo] Error 1
make[2]: Leaving directory `/home/scott2/Synce/synce-rra-0.8.9/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/scott2/Synce/synce-rra-0.8.9'
make: *** [all] Error 2
 
Old 01-04-2004, 04:38 PM   #4
oot
Member
 
Registered: Dec 2002
Distribution: Slackware 12.0
Posts: 240

Rep: Reputation: 30
I'm sorry, I don't know how to help you.
 
Old 01-12-2004, 04:50 AM   #5
sboddy
LQ Newbie
 
Registered: Oct 2003
Location: UK
Distribution: SuSE 8.2/9.0 Pro, IPCop, looking at others as time allows
Posts: 18

Rep: Reputation: 0
Twiggy,

There are some rpms here and here . They are a couple of revs behind. SynCE 0.8.1 vs 0.9, and SynCE-KDE 0.6 vs. 0.6.1, and they are also built for SuSE 9.0. From what I can glean it would further assist you moving to SuSE 9.0 as the kernel is updated and, according to the SynCE website, has support for a much wider range of devices.

Regards
Steve
 
Old 01-12-2004, 05:06 AM   #6
sboddy
LQ Newbie
 
Registered: Oct 2003
Location: UK
Distribution: SuSE 8.2/9.0 Pro, IPCop, looking at others as time allows
Posts: 18

Rep: Reputation: 0
Doh!

Those versions of SynCE(-KDE) are included in the 9.0 distro, so those links are superfluous to requirements.

Steve
 
Old 01-12-2004, 08:18 AM   #7
Twiggy794
Member
 
Registered: Sep 2003
Location: Philadelphia
Distribution: Gentoo Linux
Posts: 159

Original Poster
Rep: Reputation: 30
Yeah ~ I actually updated to Suse 9.0 after that original post. I have Synce working, now I just need to figure out how to work SynceKDE
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
libmimedir for synce mdk110.1newb Linux - Software 0 02-11-2005 06:41 AM
iPAQ 1940, Synce and SuSE 9.1 S.B. Linux - Laptop and Netbook 1 01-10-2005 02:03 PM
Synce Help kemplej Linux - Software 0 07-15-2004 11:16 AM
Synce on Suse 9.1 rmdnet Linux - Software 1 07-09-2004 02:17 AM
synCE problems SilverXXX Fedora 3 05-14-2004 05:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration