Hi Stefan,

I assume, that you have used the release 1.0.0? For this it's right, build doesn't work with SWIG > 1.x.y. If you like, use the development version on git, there is a fix, which works too with SWIG 2.x.y.

The question for the list: maybe backport some fixes to 1.0 and if yes, which? Or try to release 1.1 maybe in the next time? And if, what's necessary to do before?

cu, Thomas


Am 21.02.2014 10:28, schrieb anonymous:
URL:
   <http://savannah.nongnu.org/bugs/?41654>

                  Summary: configure fails if swig version > 2.0.0
                  Project: Simulavr: an AVR simulator
             Submitted by: None
             Submitted on: Fr 21 Feb 2014 09:28:52 UTC
                 Category: Configure
                 Severity: 3 - Normal
               Item Group: None
                   Status: None
                  Privacy: Public
              Assigned to: None
         Originator Email: ste...@biereigel.de
              Open/Closed: Open
          Discussion Lock: Any
        Component Version: simulavr

     _______________________________________________________

Details:

The ./configure script produces the following message if the installed swig
version is greater than 2.0.0:

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

This is caused by an erroneous check in the script at line 14630.
The check tests whether the available major number --equals-- the required
major number, which does not work because 2 > 1 (needed: 1.3.18) and the check
fails.

Building is therefore impossible without changing the configure file
(disabling the check).





     _______________________________________________________

Reply to this item at:

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

_______________________________________________
   Nachricht gesendet von/durch Savannah
   http://savannah.nongnu.org/


_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/simulavr-devel


_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to