Hey everyone. 

I just wanted to post this because I'm a newbie.  I realize that this is
primarily a forum for more advanced users but I'm having a bit of
difficulty with the install process for multisync and I expect my
solution will be very simple.

As you will see below there are a number of error messages.  I have
installed various libraries and done everything that I can with them,
however I've not been successful finding a solution to the warnings
about the .h files.  I'm not a programmer though I'm somewhat
knowledgeable about C.  I have googled the error and haven't come up
with anything very useful.  

Any help you can provide will be most beneficial.  Thank you so much, in
advance!!!

I run the autogen script(?) and here is the output:

[EMAIL PROTECTED] multisync-0.82]# ./autogen.sh
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Running aclocal  ...
Running autoheader...
Running automake --gnu  ...
Running autoconf ...
processing ./plugins/opie_sync
Running aclocal  ...
Running autoheader...
autoheader: WARNING: Using auxiliary files such as `acconfig.h',
`config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for
`config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template
without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader:             [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced,
see the
autoheader: WARNING: documentation.
Running automake --gnu  ...
configure.in:56: required file `
${MULTISYNC_TOP}/specs/multisync-opie.spec.in' not found
Running autoconf ...
processing ./plugins/evolution_sync
Running aclocal  ...
Running autoheader...
Running automake --gnu  ...
configure.in:109: required file `
${MULTISYNC_TOP}/specs/multisync-evolution.spec.in' not found
Running autoconf ...
processing ./plugins/backup_plugin
Running aclocal  ...
Running autoheader...
Running automake --gnu  ...
configure.in:29: required file `
${MULTISYNC_TOP}/specs/multisync-backup.spec.in' not found
Running autoconf ...
processing ./plugins/irmc_sync
Running aclocal  ...
Running autoheader...
Running automake --gnu  ...
configure.in:81: required file `
${MULTISYNC_TOP}/specs/multisync-irmc.spec.in' not found
configure.in:81: required file `
${MULTISYNC_TOP}/specs/multisync-irmc-bluetooth.spec.in' not found
Running autoconf ...
processing ./plugins/syncml_plugin
Running aclocal  ...
Running autoheader...
Running automake --gnu  ...
configure.in:55: required file `
${MULTISYNC_TOP}/specs/multisync-syncml.spec.in' not found
Running autoconf ...
processing ./plugins/palm_sync
Running aclocal  ...
Running autoheader...
Running automake --gnu  ...
configure.in:33: required file `
${MULTISYNC_TOP}/specs/multisync-palm.spec.in' not found
Running autoconf ...
processing ./plugins/palm_sync/conduit
Running libtoolize...
Running aclocal  ...
Running autoheader...
Running automake --gnu  ...
Running autoconf ...
processing ./plugins/ldap_plugin
Running aclocal  ...
Running autoheader...
Running automake --gnu  ...
configure.in:33: required file `
${MULTISYNC_TOP}/specs/multisync-ldap.spec.in' not found
Running autoconf ...
Running ./configure --enable-maintainer-mode ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles...
yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for bison... no
checking for byacc... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
./configure: line 21484: syntax error near unexpected token `PACKAGE,'
./configure: line 21484: `PKG_CHECK_MODULES(PACKAGE, $pkg_modules)'
[EMAIL PROTECTED] multisync-0.82]#




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Multisync-devel mailing list
Multisync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/multisync-devel

Reply via email to