Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-8578

livecd_links build after livecd_hives was built fails if VC2013 msbuild is used

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.4.0
    • Bootloader
    • VC 2013
      Windows 7 64 bit

    Description

      Building the project livecd_links after the project livecd_hives was built fails if MSVC 2013 msbuild or IDE build is used.
      The cause for this is that the build of livecd_hives produces the "system" hive file.
      MSBuild looks for custom build tasks in the output directory of the project too.
      One custom build task assembly name is "System[.dll]"
      So if the project livecd_hives produces its "system" hive file MSBuild tries to load it as a custom build task which fails.
      To overcome this problem the easiest way is to produce the hive files in a subdirectory.
      The attached patch "livecd-links-VC2013-build-error.patch" will do this.
      It would be nice if you could apply it or another solution for this build error.

      Attachments

        Activity

          People

            zefklop jgardou
            Thomas Kriese Thomas Kriese
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: