<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2012-02-04 04:39:46]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>http://www.gccxml.org/Bug/</docs><link>http://www.gccxml.org/Bug/</link><description><![CDATA[MantisBT - Issues]]></description><title>MantisBT - Issues</title><image><title>MantisBT - Issues</title><url>http://www.gccxml.org/Bug/images/mantis_logo_button.gif</url><link>http://www.gccxml.org/Bug/</link><description><![CDATA[MantisBT - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0012933: #Ifdef from cmake having no effect on preprocesser blocks</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12933</link><description><![CDATA[After recent changes many definitions for using modules added through cmake are not passed along. &lt;br /&gt;
&lt;br /&gt;
The changes to the CMakesLists appear to be the cause.&lt;br /&gt;
 &lt;br /&gt;
Trace Edit is an Example as neither USE_Clusclus or USE_SPD are defined.]]></description><category>(No Category)</category><pubDate>Fri, 03 Feb 2012 16:20:11 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12933</guid><comments>http://www.gccxml.org/Bug/view.php?id=12933#bugnotes</comments></item><item><title>0012929: The "-shared" gcc option is not provided for MODULE shared library CXX is enabled before C</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12929</link><description><![CDATA[The &quot;-shared&quot; gcc option is not provided for MODULE shared library, if PROJECT command declares in some ways.&lt;br /&gt;
&lt;br /&gt;
test cases:&lt;br /&gt;
PROJECT (${proj_name})         - OK&lt;br /&gt;
PROJECT (${proj_name}C CXX)    - OK&lt;br /&gt;
without PROJECT command        - OK&lt;br /&gt;
PROJECT (${proj_name}CXX)      - FAIL&lt;br /&gt;
PROJECT (${proj_name}CXX C)    - FAIL&lt;br /&gt;
&lt;br /&gt;
CMAKE_SHARED_MODULE_CREATE_C_FLAGS gets its initial value in CMakeCInformation.cmake from CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS.&lt;br /&gt;
&lt;br /&gt;
It seems that if CMakeCXXInformation.cmake is called before CMakeCInformation.cmake, The variable CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS will take the default value of CMAKE_SHARED_MODULE_CREATE_C_FLAGS which is blank at that moment. &lt;br /&gt;
&lt;br /&gt;
As shown in CMakeCXXInformation.cmake files:&lt;br /&gt;
161 # repeat for modules&lt;br /&gt;
162 IF(NOT CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS)&lt;br /&gt;
163   SET(CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS ${CMAKE_SHARED_MODULE_CREATE_C_FLAGS})&lt;br /&gt;
164 ENDIF(NOT CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &quot;-shared&quot; gcc option is provided for SHARED library in any case.&lt;br /&gt;
&lt;br /&gt;
Since CMakeGenericSystem.cmake gives CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS default value &quot;-shared&quot;. And in CMakeCXXInformation.cmake, '-shared' is passed to CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS.]]></description><category>CMake</category><pubDate>Fri, 03 Feb 2012 15:51:50 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12929</guid><comments>http://www.gccxml.org/Bug/view.php?id=12929#bugnotes</comments></item><item><title>0012932: gccxml lacks support for gcc 4.7</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12932</link><description><![CDATA[Fedora 17 uses gcc 4.7. gccxml has no support for it]]></description><category>(No Category)</category><pubDate>Fri, 03 Feb 2012 14:48:58 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12932</guid><comments>http://www.gccxml.org/Bug/view.php?id=12932#bugnotes</comments></item><item><title>0012930: [patch] CMake does not support Visual Studio 11 WinRT project type</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12930</link><description><![CDATA[CMake currently does not support setting project type as needed to develop WinRT applications for Windows 8 with the Visual Studio 10 generator.&lt;br /&gt;
 &lt;br /&gt;
Patch is based on a similar patch for .NET project types from here: &lt;a href=&quot;http://public.kitware.com/Bug/view.php?id=12586&quot;&gt;http://public.kitware.com/Bug/view.php?id=12586&lt;/a&gt; [&lt;a href=&quot;http://public.kitware.com/Bug/view.php?id=12586&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]]]></description><category>CMake</category><pubDate>Fri, 03 Feb 2012 14:46:40 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12930</guid><comments>http://www.gccxml.org/Bug/view.php?id=12930#bugnotes</comments></item><item><title>0012632: Visual studio 2011 compiler support</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12632</link><description><![CDATA[Visual studio 2011 compiler not supported and compilation fails.]]></description><category>(No Category)</category><pubDate>Fri, 03 Feb 2012 12:11:24 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12632</guid><comments>http://www.gccxml.org/Bug/view.php?id=12632#bugnotes</comments></item><item><title>0011463: msvc10 support.</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=11463</link><description><![CDATA[I'd really like to see msvc10 support in gccxml soon. I started the necessary integration in vcInstall.cxx and gxConfiguration.cxx but i guess the main work lies in supplying the .patch files for the headers and it appears to be to much work for me right now. And i must admit that having houndred of compile errors thrown at one is not that encouraging if you get stuck for hours in the first one ;)&lt;br /&gt;
&lt;br /&gt;
What i've observed so far:&lt;br /&gt;
&lt;br /&gt;
apperently the registry key for the vc-installation has moved - or my installation is broken (tryed to repair - but guess what...).&lt;br /&gt;
&lt;br /&gt;
so instead of:&lt;br /&gt;
&quot;HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\10.0\\Setup\\VC;ProductDir&quot;&lt;br /&gt;
i used:&lt;br /&gt;
&quot;HKEY_CURRENT_USER\\Software\\Microsoft\\VisualStudio\\10.0_Config\\Setup\\VS;ProductDir&quot;&lt;br /&gt;
&lt;br /&gt;
after my changes gccxml and gccxml_vccconfig appear to be working correctly. I tried to use the patches for msvc9 but this did not work out. Got lots of errors during the patching.&lt;br /&gt;
&lt;br /&gt;
Any suggestions on the process to stitch up the patches would be welcome.&lt;br /&gt;
&lt;br /&gt;
regards&lt;br /&gt;
-- Benjamin Schulz&lt;br /&gt;
&lt;br /&gt;
PS.: sorry for supplying raw files instead of patches.]]></description><category></category><pubDate>Fri, 03 Feb 2012 12:10:30 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=11463</guid><comments>http://www.gccxml.org/Bug/view.php?id=11463#bugnotes</comments></item><item><title>0012931: MSVC 2010 project generation filters out known compile flags</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12931</link><description><![CDATA[I'm trying to have a library with only one file compiled with clr support.&lt;br /&gt;
The Makefile generator adds my flags correctly.&lt;br /&gt;
&lt;br /&gt;
But the visual studio 10 generator filters out the known flags (/clr /FU...)]]></description><category>CMake</category><pubDate>Fri, 03 Feb 2012 10:54:34 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12931</guid><comments>http://www.gccxml.org/Bug/view.php?id=12931#bugnotes</comments></item><item><title>0011719: FindCUDA should look for libcuda in /usr/lib{,64}/nvidia</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=11719</link><description><![CDATA[The rpmfusion nvidia driver packages install libcuda.so in /usr/lib{,64}/nvidia.  I think FindCUDA should add that to the search path.&lt;br /&gt;
&lt;br /&gt;
diff --git a/Modules/FindCUDA.cmake b/Modules/FindCUDA.cmake&lt;br /&gt;
index 1547b19..e3c7533 100644&lt;br /&gt;
--- a/Modules/FindCUDA.cmake&lt;br /&gt;
+++ b/Modules/FindCUDA.cmake&lt;br /&gt;
@@ -567,7 +567,7 @@ endif()&lt;br /&gt;
 &lt;br /&gt;
 # 1.1 toolkit on linux doesn't appear to have a separate library on&lt;br /&gt;
 # some platforms.&lt;br /&gt;
-find_library_local_first(CUDA_CUDA_LIBRARY cuda &quot;\&quot;cuda\&quot; library (older versions only).&quot;)&lt;br /&gt;
+find_library_local_first(CUDA_CUDA_LIBRARY cuda PATH_SUFFIXES nvdia DOC &quot;\&quot;cuda\&quot; library (older&lt;br /&gt;
 &lt;br /&gt;
 # Add cuda library to the link line only if it is found.&lt;br /&gt;
 if (CUDA_CUDA_LIBRARY)]]></description><category>Modules</category><pubDate>Fri, 03 Feb 2012 09:06:44 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=11719</guid><comments>http://www.gccxml.org/Bug/view.php?id=11719#bugnotes</comments></item><item><title>0012586: [patch] CMake does not support Visual Studio projects types or dotnet references with managed C++</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12586</link><description><![CDATA[CMake currently does not support setting project types or .NET references on managed C++ projects with the Visual Studio 10 generator.&lt;br /&gt;
&lt;br /&gt;
This is not a very &quot;cross-platform&quot; feature (unless Mono supports managed C++?) but it is necessary for unit testing projects in Visual Studio.]]></description><category>CMake</category><pubDate>Fri, 03 Feb 2012 09:04:15 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12586</guid><comments>http://www.gccxml.org/Bug/view.php?id=12586#bugnotes</comments></item><item><title>0012928: CMake silently ignores CPPFLAGS</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12928</link><description><![CDATA[CMake silently ignores CPPFLAGS, which should be accepted from environmental variables.]]></description><category>CMake</category><pubDate>Fri, 03 Feb 2012 08:53:36 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12928</guid><comments>http://www.gccxml.org/Bug/view.php?id=12928#bugnotes</comments></item><item><title>0012927: User view option per project</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12927</link><description><![CDATA[It would be nice to add a new tab when subscribing to a project to display what we want to see (mainly the notes icon for a given build).]]></description><category>(No Category)</category><pubDate>Thu, 02 Feb 2012 14:25:00 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12927</guid><comments>http://www.gccxml.org/Bug/view.php?id=12927#bugnotes</comments></item><item><title>0012881: \DYNAMICBASE and \NXCOMPAT don't work on Visual Studio 8 2005 builds</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12881</link><description><![CDATA[Creating vcproj file for Visual Studio 8 2005. When adding linker flags \DYNAMICBASE and \NXCOMPAT&lt;br /&gt;
&lt;br /&gt;
For instance by having this in the CMakeLists.txt file:&lt;br /&gt;
set(CMAKE_SHARED_LINKER_FLAGS_DEBUG &quot;${CMAKE_EXE_LINKER_FLAGS_DEBUG} /NXCOMPAT /DYNAMICBASE&quot;)&lt;br /&gt;
&lt;br /&gt;
CMake is translating this to, DataExecutionPrevention=&quot;2&quot; and RandomizedBaseAddress=&quot;2&quot; something that Visual Studio 8 2005 don't understand and being ignored by the linker.&lt;br /&gt;
&lt;br /&gt;
If I manually add \DYNAMICBASE and \NXCOMPAT to the AdditionalOptions parameter it works fine.]]></description><category>CMake</category><pubDate>Thu, 02 Feb 2012 14:05:23 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12881</guid><comments>http://www.gccxml.org/Bug/view.php?id=12881#bugnotes</comments></item><item><title>0006929: Intel C++ project generation</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=6929</link><description><![CDATA[It would be great if cmake could directly generate Intel C++ project files (.icproj) for Microsoft Visual Studio 2005.&lt;br /&gt;
&lt;br /&gt;
Intel project files can be generated from within VS2005 from the &quot;.vcproj&quot;s.&lt;br /&gt;
Direct support would remove the need to regenerate the &quot;.icproj&quot;s manually every time cmake updates the &quot;.vcproj&quot;s.&lt;br /&gt;
&lt;br /&gt;
brad.king also suggested that this would solve issues with boost detection due to unset compiler id. (Issue &lt;a href=&quot;http://www.gccxml.org/Bug/view.php?id=6926&quot;&gt;0006926&lt;/a&gt;)]]></description><category>CMake</category><pubDate>Thu, 02 Feb 2012 13:31:48 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=6929</guid><comments>http://www.gccxml.org/Bug/view.php?id=6929#bugnotes</comments></item><item><title>0012926: FindPkgConfig module doesn't honor CMAKE_PREFIX_PATH.</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12926</link><description><![CDATA[There is a environment variable PKG_CONFIG_PATH, which makes pkg-config to look for .pc's there first. For now, the only way to pass this variable to the FindPkgConfig i've found is to run cmake executable with this env var set. Wouldn't it be more consistent and neat to make FindPkgConfig to look at CMAKE_PREFIX_PATH?]]></description><category>Modules</category><pubDate>Thu, 02 Feb 2012 10:29:02 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12926</guid><comments>http://www.gccxml.org/Bug/view.php?id=12926#bugnotes</comments></item><item><title>0010531: Install-rules for individual components</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=10531</link><description><![CDATA[Installing individual components is currently non-intuitive and tedious. People expect to be able to simply type:&lt;br /&gt;
&lt;br /&gt;
make install-man&lt;br /&gt;
make install-bin&lt;br /&gt;
make install-shlibs&lt;br /&gt;
&lt;br /&gt;
or similar.]]></description><category>CMake</category><pubDate>Thu, 02 Feb 2012 08:17:14 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=10531</guid><comments>http://www.gccxml.org/Bug/view.php?id=10531#bugnotes</comments></item><item><title>0002582: Set XCode arguments from CMakeLists.txt</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=2582</link><description><![CDATA[Is there a way to set the XCode internal variables from CMake?   As a specific example, I have an application that uses the DYLD_LIBRARY_PATH to find shared libraries during development.   XCode requires that the environment variable be set internally on the  executable so that the executable can be run/debugged.  I can set it within XCode but it gets lost everytime I rebuild the project with CMake.  Is there anyway to set the DYLD_LIBRARY_PATH from my CMakeLists.txt?]]></description><category>CMake</category><pubDate>Thu, 02 Feb 2012 08:03:16 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=2582</guid><comments>http://www.gccxml.org/Bug/view.php?id=2582#bugnotes</comments></item><item><title>0012555: Asynchronous processing of submission fails with drop site of the form: slicer4.cdash.org</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12555</link><description><![CDATA[Note that in both of the cases described below, the submission and the queuing of processing jobs are properly done.&lt;br /&gt;
&lt;br /&gt;
In case 1), the queued job are also processed as expected. &lt;br /&gt;
&lt;br /&gt;
Nevertheless, in case 2) the jobs seems not to be processed.&lt;br /&gt;
&lt;br /&gt;
Case 1:&lt;br /&gt;
&lt;br /&gt;
set(CTEST_DROP_METHOD &quot;http&quot;)&lt;br /&gt;
set(CTEST_DROP_SITE &quot;www.cdash.org/slicer4&quot;)&lt;br /&gt;
set(CTEST_DROP_LOCATION &quot;/submit.php?project=Slicer4&quot;)&lt;br /&gt;
set(CTEST_DROP_SITE_CDASH TRUE)&lt;br /&gt;
&lt;br /&gt;
Case 2:&lt;br /&gt;
&lt;br /&gt;
set(CTEST_DROP_METHOD &quot;http&quot;)&lt;br /&gt;
set(CTEST_DROP_SITE &quot;slicer.cdash.org&quot;)&lt;br /&gt;
set(CTEST_DROP_LOCATION &quot;/submit.php?project=Slicer4&quot;)&lt;br /&gt;
set(CTEST_DROP_SITE_CDASH TRUE)&lt;br /&gt;
&lt;br /&gt;
Seems that the code setting currentUri line 211 of do_submit.php is not handling both case adequately.]]></description><category>(No Category)</category><pubDate>Thu, 02 Feb 2012 07:21:41 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12555</guid><comments>http://www.gccxml.org/Bug/view.php?id=12555#bugnotes</comments></item><item><title>0006493: configuration dependent COMPILE_FLAGS for SET_TARGET_PROPERTIES</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=6493</link><description><![CDATA[There already are configuration dependent LINK_FLAGS like LINK_FLAGS_DEBUG, LINK_FLAGS_RELEASE. This could be usefule for COMPILE_FLAGS too.]]></description><category>CMake</category><pubDate>Thu, 02 Feb 2012 07:05:55 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=6493</guid><comments>http://www.gccxml.org/Bug/view.php?id=6493#bugnotes</comments></item><item><title>0011809: "My Build Schedules" might benefit from an extra Comments or Description column</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=11809</link><description><![CDATA[Preferably a free text field that could be edited in the &quot;Schedule a build&quot; form.]]></description><category>(No Category)</category><pubDate>Thu, 02 Feb 2012 06:49:41 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=11809</guid><comments>http://www.gccxml.org/Bug/view.php?id=11809#bugnotes</comments></item><item><title>0008884: Set Visual Studio project "custom environment variables" setting with CMake</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=8884</link><description><![CDATA[Feature Request&lt;br /&gt;
&lt;br /&gt;
In Visual Studio, you can add custom environment variables that will&lt;br /&gt;
exist if you run your application from visual studio. They are at&lt;br /&gt;
[executable project]--&gt;Properties--&gt;Configuration&lt;br /&gt;
Properties--&gt;Debugging--&gt;Environment&lt;br /&gt;
&lt;br /&gt;
Setting these is especially useful to add the correct (Debug/Release) include paths to your project.&lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
My project needs to have a debug version of ITKCommon.dll in its PATH&lt;br /&gt;
when running in Debug mode and a Release version of the DLL in Release&lt;br /&gt;
mode respectively. Otherwise it will crash with a &lt;br /&gt;
&lt;br /&gt;
Manually setting the project environment setting to&lt;br /&gt;
&quot;PATH=%ITK_DIR%\bin\$(OutType);%PATH%&quot; allows me to automatically use&lt;br /&gt;
the correct path, as is suggested in the VTK FAQ&lt;br /&gt;
(&lt;&lt;a href=&quot;http://vtkedge.org/Wiki/VTK_FAQ#Shared_builds_of_VTK_and_debugging_QVT&quot;&gt;http://vtkedge.org/Wiki/VTK_FAQ#Shared_builds_of_VTK_and_debugging_QVT&lt;/a&gt; [&lt;a href=&quot;http://vtkedge.org/Wiki/VTK_FAQ#Shared_builds_of_VTK_and_debugging_QVT&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
KWidget_using_Visual_Studio&gt;). But the next CMake run will overwrite this setting. Therefore, a posibility to set this with CMake would be really useful. Other use cases exist too. For example, it can be used to set other environment variables as well, that could be read by the application.]]></description><category>Modules</category><pubDate>Wed, 01 Feb 2012 23:22:54 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=8884</guid><comments>http://www.gccxml.org/Bug/view.php?id=8884#bugnotes</comments></item><item><title>0012129: Add top level directory to component install</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12129</link><description><![CDATA[When CPACK_ARCHIVE_COMPONENT_INSTALL is on, the packages do not contain a top level directory, unlike with the non component install.  This is true even if CPACK_INCLUDE_TOPLEVEL_DIRECTORY is enabled.&lt;br /&gt;
&lt;br /&gt;
It would be nice if a top level directory could be added.  This would mirror the behavior of the non component install and prevent an annoying surprise for anyone untarring without listing the contents first.&lt;br /&gt;
&lt;br /&gt;
I also think having this top level directory should be the default, since CPACK_INCLUDE_TOPLEVEL_DIRECTORY=1 is the default for archives.]]></description><category>CPack</category><pubDate>Wed, 01 Feb 2012 17:42:49 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12129</guid><comments>http://www.gccxml.org/Bug/view.php?id=12129#bugnotes</comments></item><item><title>0012919: Wrong include path passed to nasm</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12919</link><description><![CDATA[When ASM files are using %include, current CMake configuration for nasm is wrong and we got &quot;Unable to open include file ...&quot;.&lt;br /&gt;
&lt;br /&gt;
That's because nasm seems to need a trailing slash/backslash in path after a -I]]></description><category>CMake</category><pubDate>Wed, 01 Feb 2012 12:13:04 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12919</guid><comments>http://www.gccxml.org/Bug/view.php?id=12919#bugnotes</comments></item><item><title>0012923: NSIS installer doesn't honor user permission</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12923</link><description><![CDATA[When using the NSIS generator from CPack the file NSIS.template.in is used to generate a project.nsi file for NSIS to process. The file consists code in the NSIS scripting language. Among other functions there is an onInit function the initializes the installer. The function (tries to) recognise admin and power users but fails since NSIS scripting language relative includes the jump from the current command so +3 means &quot;run the third command after this one&quot;, so a failed check for admin completely skips the check for a power user and goes directly to &quot;done:&quot;]]></description><category>CPack</category><pubDate>Wed, 01 Feb 2012 08:23:45 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12923</guid><comments>http://www.gccxml.org/Bug/view.php?id=12923#bugnotes</comments></item><item><title>0012918: CMake wrongly generates x64 VC10 project files when Boost default stage folder is used for x32</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12918</link><description><![CDATA[I've got two builds of boost libraries for x32 and x64, being staged into \stage and \vc10x64_stage respectively.&lt;br /&gt;
&lt;br /&gt;
with this command for the attached CMakeLists.txt below:&lt;br /&gt;
cmake ../.. -G&quot;Visual Studio 10 Win64&quot;&lt;br /&gt;
it correctly find the \vc10x64_stage folder, e.g.:&lt;br /&gt;
&lt;br /&gt;
-- Check for working C compiler using: Visual Studio 10 Win64&lt;br /&gt;
-- Check for working C compiler using: Visual Studio 10 Win64 -- works&lt;br /&gt;
-- Detecting C compiler ABI info&lt;br /&gt;
-- Detecting C compiler ABI info - done&lt;br /&gt;
-- Check for working CXX compiler using: Visual Studio 10 Win64&lt;br /&gt;
-- Check for working CXX compiler using: Visual Studio 10 Win64 -- works&lt;br /&gt;
-- Detecting CXX compiler ABI info&lt;br /&gt;
-- Detecting CXX compiler ABI info - done&lt;br /&gt;
-- Using 64bit compiler&lt;br /&gt;
-- Using 64bit Boost libs at X:/ttan/open-source/boost/trunk/vc10x64_stage/lib for host&amp;machine exes&lt;br /&gt;
-- Boost version: 1.49.0&lt;br /&gt;
-- Found the following Boost libraries:&lt;br /&gt;
--   system&lt;br /&gt;
--   date_time&lt;br /&gt;
--   thread&lt;br /&gt;
-- Using 64bit Boost libs at X:/ttan/open-source/boost/trunk/vc10x64_stage/lib for test executables&lt;br /&gt;
-- Using 64bit Boost libs at X:/ttan/open-source/boost/trunk/vc10x64_stage/lib for pyhostlink lib&lt;br /&gt;
-- Boost version: 1.49.0&lt;br /&gt;
-- Found the following Boost libraries:&lt;br /&gt;
--   system&lt;br /&gt;
--   date_time&lt;br /&gt;
--   thread&lt;br /&gt;
--   python&lt;br /&gt;
-- Found PythonLibs: C:/Python27/libs/python27.lib&lt;br /&gt;
-- Configuring done&lt;br /&gt;
-- Generating done&lt;br /&gt;
-- Build files have been written to: D:/H/src/build&lt;br /&gt;
&lt;br /&gt;
but fails to write into element &lt;AdditionalDependencies&gt; in the .vcxproj files, which actually refer to the libs under /stage.&lt;br /&gt;
&lt;br /&gt;
Renaming /stage to something else solves the problem]]></description><category>CMake</category><pubDate>Wed, 01 Feb 2012 08:00:02 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12918</guid><comments>http://www.gccxml.org/Bug/view.php?id=12918#bugnotes</comments></item><item><title>0012925: FindBLAS.cmake and FindLAPACK.cmake Do Not Find Sequential MKL 10.3</title><author></author><link>http://www.gccxml.org/Bug/view.php?id=12925</link><description><![CDATA[Intel MKL version 10.3 ships with a sequential version. FindBLAS and FindLAPACK only have support for the parallel versions, however. A fix seems as easy as adding an extra BLA_VENDOR for the the sequential version of MKL.]]></description><category>CMake</category><pubDate>Wed, 01 Feb 2012 03:14:59 -0500</pubDate><guid>http://www.gccxml.org/Bug/view.php?id=12925</guid><comments>http://www.gccxml.org/Bug/view.php?id=12925#bugnotes</comments></item></channel></rss>

