bugSimulavr: an AVR simulator - Bugs: bug #41654, configure fails if swig version...

 
 

bug #41654: configure fails if swig version > 2.0.0

Submitter:  None
Submitted:  Fri 21 Feb 2014 09:28:52 AM UTC
   
 
Category:  Configure Severity:  3 - Normal
Item Group:  None Status:  Invalid
Privacy:  Public Assigned to:  None
Originator Email:  * -email is unavailable- Open/Closed:  Closed
Component Version:  * simulavr
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 22 Feb 2014 11:39:58 AM UTC, comment #1: 

Config checks for swig 2.0.0. Can not reproduce error message.


Klaus Rudolph <zfrdh>
Group administrator
Fri 21 Feb 2014 09:28:52 AM UTC, original submission:  

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).

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by zfrdh (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-02-22 zfrdh StatusNone Invalid
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code