simulavr-devel
[Top][All Lists]
Advanced

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

[Simulavr-devel] [bug #30584] failed to configure with swig 2.0.0


From: Jiři Pinkava
Subject: [Simulavr-devel] [bug #30584] failed to configure with swig 2.0.0
Date: Thu, 29 Jul 2010 03:43:04 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100722 Gentoo Firefox/3.6.7

URL:
  <http://savannah.nongnu.org/bugs/?30584>

                 Summary: failed to configure with swig 2.0.0
                 Project: Simulavr: an AVR simulator
            Submitted by: pinky
            Submitted on: Thu 29 Jul 2010 03:43:04 AM GMT
                Category: Configure
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: simulavr

    _______________________________________________________

Details:

Failed to configure with swig 2.0, but when changed by below included patch
it works fine.

configl.log:
WARNING: SWIG version >= 1.3.18 is required.  You have 2.0.0.  You should
look at http://www.swig.org

make:
make[3]: Entering directory `/home/work/work/simulavr/src'
echo "Error: SWIG version >= 1.3.18 is required.  You have 2.0.0.  You should
look at http://www.swig.org"; ; false -c++ -o simulavr_wrap.cxx ./simulavr.i
Error: SWIG version >= 1.3.18 is required.  You have 2.0.0.  You should look
at http://www.swig.org
make[3]: *** [simulavr_wrap.cxx] Error 1

diff --git a/configure.ac b/configure.ac
index c785e5f..98f5448 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ fi
 LT_INIT
 LT_PREREQ([2.2])
 AC_PROG_CXX
-AC_PROG_SWIG(1.3.18)
+AC_PROG_SWIG(2.0.0)
 SWIG_ENABLE_CXX
 SWIG_MULTI_MODULE_SUPPORT
 AM_CONDITIONAL([USE_SWIG],[test "x$SWIG" != 'x'])




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?30584>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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