what to do to succesfully build garnome 2.11.90 on a Fedora Core 4 installation:
problems will come with gnome-pilot , gnome-pilot-conduits and evolution then download and apply with -p1 option all the patches from http://www.ocf.berkeley.edu/~bobk/garnome/stuff/fc4/ what i did? in every package that fails : go to the package directory (example: office/gnome-pilot) make cookieclean make patch cd package/work/main.d/package.x.y.z/ (example: office/gnome-pilot/work/main.d/gnome-pilot-2.0.13) download the all appropriate patches in here and apply them with patch -p1 < patchname cd back to package directory ( example: office/gnome-pilot) make make install On 7/22/05, Nikos Charonitakis <[EMAIL PROTECTED]> wrote: > joseph gave a solution not to see all these but it still fails to > build with another error :) > > What to do... > * cd office/gnome-pilot > > * make cookieclean > > * make patch > > * cd work/main.d/gnome-pilot-2.0.13 > > * edit the configure file > add: > -m 1 > > ... > pi_version=`cat $incdir/pi-version.h|grep -m 1 > PILOT_LINK_VERSION|sed 's/#define PILOT_LINK_VERSION > \([[0-9]]*\)/\1/'` > pi_major=`cat $incdir/pi-version.h|grep -m 1 > PILOT_LINK_MAJOR|sed 's/#define PILOT_LINK_MAJOR \([[0-9]]*\)/\1/'` > pi_minor=`cat $incdir/pi-version.h|grep -m 1 > PILOT_LINK_MINOR|sed 's/#define PILOT_LINK_MINOR \([[0-9]]*\)/\1/'` > pi_patch=`cat $incdir/pi-version.h|grep -m 1 > PILOT_LINK_PATCH|sed 's/#define PILOT_LINK_PATCH \"\(.*\)\"/\1/'` > > PILOT_LINK_VERSION="$pi_version.$pi_major.$pi_minor$pi_patch" > > > > > to the grep statements mentioned above. > > * cd office/gnome-pilot > > * make configure > make.log 2>&1 & > > * examine config.log > If the problems discussed above are gone we should be OK to build. > > but now make fails with other error: > > gnome-pilot-conduit-standard-abs.c: In function > 'gnome_pilot_conduit_standard_real_copy_from_pilot': > gnome-pilot-conduit-standard-abs.c:443: warning: passing argument 4 of > 'dlp_ReadRecordByIndex' from incompatible pointer > typegnome-pilot-conduit-standard-abs.c:443: error: too many arguments > to function 'dlp_ReadRecordByIndex' > gnome-pilot-conduit-standard-abs.c: In function 'standard_abs_sync_record': > gnome-pilot-conduit-standard-abs.c:1090: warning: passing argument 4 of > 'dlp_Rea > dRecordById' from incompatible pointer type > gnome-pilot-conduit-standard-abs.c:1090: error: too many arguments to > function 'dlp_ReadRecordById' > gnome-pilot-conduit-standard-abs.c: In function 'standard_abs_merge_to_local': > gnome-pilot-conduit-standard-abs.c:1447: warning: passing argument 4 > of 'dlp_ReadRecordByIndex' from incompatible pointer type > gnome-pilot-conduit-standard-abs.c:1447: error: too many arguments to > function 'dlp_ReadRecordByIndex' > gnome-pilot-conduit-standard-abs.c: In function 'SlowSync': > gnome-pilot-conduit-standard-abs.c:1486: warning: passing argument 4 > of 'dlp_ReadRecordByIndex' from incompatible pointer type > gnome-pilot-conduit-standard-abs.c:1486: error: too many arguments to > function 'dlp_ReadRecordByIndex' > gnome-pilot-conduit-standard-abs.c: In function 'FastSync': > gnome-pilot-conduit-standard-abs.c:1526: warning: passing argument 3 > of 'dlp_ReadNextModifiedRec' from incompatible pointer type > gnome-pilot-conduit-standard-abs.c:1526: error: too many arguments to > function 'dlp_ReadNextModifiedRec' > make[4]: *** [gnome-pilot-conduit-standard-abs.lo] Error 1 > make[4]: Leaving directory > `/home/garnome/garnome-2.11.5/office/gnome-pilot/work/main.d/gnome-pilot-2.0.13/gpilotd' > make[3]: *** [all] Error 2 > make[3]: Leaving directory > `/home/garnome/garnome-2.11.5/office/gnome-pilot/work/main.d/gnome-pilot-2.0.13/gpilotd' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/garnome/garnome-2.11.5/office/gnome-pilot/work/main.d/gnome-pilot-2.0.13' > make[1]: *** [all] Error 2 > make[1]: Leaving directory > `/home/garnome/garnome-2.11.5/office/gnome-pilot/work/main.d/gnome-pilot-2.0.13' > make: *** [build-work/main.d/gnome-pilot-2.0.13/Makefile] Error 2 > > > > > > > On 7/22/05, Luke Stroven <[EMAIL PROTECTED]> wrote: > > I am also seeing this > > > > might have something to do with this: > > > > config.status: creating Makefile > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating gnome-pilot.spec > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating gpilotd/Makefile > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating applet/Makefile > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating conduits/Makefile > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating conduits/backup/Makefile > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating conduits/file/Makefile > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating conduits/test/Makefile > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating capplet/Makefile > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating utils/Makefile > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating idl/Makefile > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating libgpilotdCM/Makefile > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating po/Makefile.in > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating help/Makefile > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating help/C/Makefile > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating gnome-pilot-2.0.pc > > sed: file ./confstatpa7984/subs-3.sed line 43: unterminated `s' command > > config.status: creating config.h > > > > -luke > > > > > > On Thu, 2005-07-21 at 22:51 -0700, Bob Kashani wrote: > > > On Thu, 2005-07-21 at 17:59 +0300, Nikos Charonitakis wrote: > > > > when it's trying to build gnome-pilot comes stops with this message > > > > *** No targets. stop > > > > I checked Makefile and i saw it is empty! > > > > > > What version of pilot-link do you have installed? > > > > > > Bob > > > > > > -- > > > Bob Kashani > > > http://www.ocf.berkeley.edu/~bobk/garnome > > > > > -- > > > > -- > > garnome-list mailing list > > [email protected] > > http://mail.gnome.org/mailman/listinfo/garnome-list > > > -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
