paragui-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-dev] netbsd ..for a change


From: Asko Kauppi
Subject: Re: [paragui-dev] netbsd ..for a change
Date: Mon, 12 Jul 2004 22:41:42 +0300


Always check www.google.com before complaining.. :)

I found some files using PKG_CHECK_MODULES and here a portion:

        if test "x$SIGC1_2" = x
        then
           ifdef([AM_PATH_SIGC],
[AM_PATH_SIGC(1.0.0,,AC_MSG_ERROR("SigC++ 1.0.x not found or broken - see config.log for details."))], [AC_MSG_ERROR("sigc-config (from SigC++ 1.0.x development package) missing")])
        else
           PKG_CHECK_MODULES(SIGC,[sigc++-1.2 >= 1.2.0])
        fi

Seems my (NetBSD's) problem is that 'sigc-config' does not exist.

Can someone place the above code (with proper modification on the last line) to ParaGUI (configure.in), so others will get a suitable error msg.

                PKG_CHECK_MODULES(SIGC,$PKG_SIGC >= $SIGC_VERSION)

Also, can we somehow else make things work on NetBSD as well? Afik, the paths below are fixed, so they could be relied upon.

        > find . -name sigc*
        /usr/pkg/lib/pkgconfig/sigc++-1.2.pc
        /usr/pkg/lib/sigc++-1.2
        /usr/pkg/lib/sigc++-1.2/include/sigcconfig.h
        /usr/pkg/include/sigc++-1.2
        /usr/pkg/include/sigc++-1.2/sigc++
        /usr/pkg/include/sigc++-1.2/sigc++/sigc++.h

Thanks! -ak


12.7.2004 kello 21:17, Asko Kauppi kirjoitti:


./configure gives the following (devel-1-1 cvs):

        checking for the STL library to use... -lstdc++
        ./configure: line 20551: syntax error near unexpected token 'SIGC,'
./confiugre: line 20551: 'PKG_CHECK_MODULES(SIGC, $PKG_SIGC >= $SIGC_VERSION)'

        <pastedGraphic1.tiff>

At first, I thought this was due to libsigc++ not being installed. I did install it (pkg_add -v libsigc++) but that didn't help.

Is there anyone out there testing/using on NetBSD, or otherwise knowing a fix?

-ak

ps. I _will_ stop after NetBSD (no, sorry, Win32 tackles still ahead! ;) so this chain won't go on forever. In case you all worried..
_______________________________________________
paragui-dev mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paragui-dev





reply via email to

[Prev in Thread] Current Thread [Next in Thread]