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

Reply via email to