[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Simulavr-devel] [bug #41654] configure fails if swig version > 2.0.0
From: |
anonymous |
Subject: |
[Simulavr-devel] [bug #41654] configure fails if swig version > 2.0.0 |
Date: |
Fri, 21 Feb 2014 09:28:54 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0 |
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: address@hidden
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] [bug #41654] configure fails if swig version > 2.0.0,
anonymous <=