Notes |
|
(0032404)
|
Michael Tänzer
|
2013-02-27 18:50
|
|
|
|
(0032410)
|
Clinton Stimpson
|
2013-02-28 10:01
|
|
Would you please also enable the BundleUtilities test for MinGW in CMake/Tests/CMakeLists.txt? It would be nice to add test coverage for this. |
|
|
(0032411)
|
Brad King
|
2013-02-28 11:13
|
|
|
|
(0032412)
|
Brad King
|
2013-02-28 11:14
|
|
Re 0013962:0032410: Yes, Michael, please checkout the topic as of 33c94c82 and try enabling the test in your tree. |
|
|
(0032421)
|
Michael Tänzer
|
2013-03-01 10:35
|
|
I have enabled the test on my branch. Please pull. Test ran successfully. |
|
|
(0032422)
|
Clinton Stimpson
|
2013-03-01 10:45
|
|
I don't see where you modified this chunk to add objdump support:
if("${gp_tool}" STREQUAL "")
set(gp_tool "ldd")
if(APPLE)
set(gp_tool "otool")
endif()
if(WIN32 AND NOT UNIX) # This is how to check for cygwin, har!
set(gp_tool "dumpbin")
endif()
endif()
Did the test pass on your machine because it found dumpbin? |
|
|
(0032423)
|
Michael Tänzer
|
2013-03-01 10:54
|
|
|
|
(0032424)
|
Clinton Stimpson
|
2013-03-01 10:59
|
|
I missed that.
Looks good. |
|
|
(0032425)
|
Michael Tänzer
|
2013-03-01 11:00
|
|
Just noticed: Forgot to add objdump to the documentation. Fixed. |
|
|
(0032427)
|
Brad King
|
2013-03-01 11:50
|
|
|
|
(0032433)
|
Brad King
|
2013-03-04 08:16
|
|
The topic was clean on our testing dashboard and will be in 2.8.11. Thanks!
|
|
|
(0033979)
|
Robert Maynard
|
2013-10-07 10:03
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|