patchSimulavr: an AVR simulator - Patches: patch #9406, Fix configure with builddir !=...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #9406: Fix configure with builddir != srcdir

Submitter:  Georg-Johann Lay <gjlayde>
Submitted:  Tue 11 Jul 2017 05:41:23 PM UTC
   
 
Category:  bug fix Priority:  5 - Normal
Status:  Wont Do Privacy:  Public
Assigned to:  tomk Open/Closed:  Closed
Component Version:  simulavr

Tue 03 Dec 2019 05:46:22 PM UTC, comment #1: 

Will be solved with cmake in upcoming version

Thomas K. <tomk>
Group administrator
Tue 11 Jul 2017 05:41:23 PM UTC, original submission:  

autotools support configure'ing software out of the source tree.  For example, you can configure and build several different configurations of a souftware without messing up the source tree.

Currrent simulavr fails in their regard because some include paths assert that builddir=srcdir and are missing $(srcdir) -I include paths passed to the compiler.

Fixed by attached patch.

Cf. also http://lists.gnu.org/archive/html/simulavr-devel/2017-07/msg00012.html

There might be more fragile / questionable places like regress/gtest/Makefile.am::SIMULAVR_LIB.

Georg-Johann Lay <gjlayde>

 

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

Attached Files
file #41167:  simulavr-srcdir.diff added by gjlayde (1KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tomk (Posted a comment)
  • -email is unavailable- added by gjlayde (Submitted the item)
  •  

    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.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-12-03 tomk StatusNone Wont Do
        Assigned toNone tomk
        Open/ClosedOpen Closed
    2017-07-11 gjlayde Attached File- Added simulavr-srcdir.diff, #41167

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code