Changes between Initial Version and Version 1 of Ticket #478


Ignore:
Timestamp:
Dec 11, 2015, 8:04:49 AM (8 years ago)
Author:
jef
Comment:

Maybe because libintl-8.dll is built with gcc?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #478

    • Property Priority blockerminor
  • Ticket #478 – Description

    initial v1  
    33I am getting the following error when building an NSIS package with OSGeo4W dependencies. This was caught by cmake when trying to get the dependencies.
    44
    5 
    65{{{
    7 
    86CMake Error at C:/CMake-3.4.1/share/cmake-3.4/Modules/GetPrerequisites.cmake:798 (message):
    9 
    107  C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/dumpbin.exe
    11 
    128  failed: 1000
    13 
    14 
    15 
    16  
    17 
    18 
    19 
    209  Microsoft (R) COFF/PE Dumper Version 10.00.30319.01
    21 
    22 
    23 
    2410  Copyright (C) Microsoft Corporation.  All rights reserved.
    25 
    26 
    27 
    28  
    29 
    30 
    31 
    32  
    33 
    34 
    35 
    3611  Dump of file C:/OSGeo4W/bin/libintl-8.dll
    37 
    38 
    39 
    40  
    41 
    42 
    43 
    4412  File Type: DLL
    45 
    46 
    47 
    48  
    49 
    50 
    51 
    5213  LINK : fatal error LNK1000: Internal error during DumpSections
    53 
    54 
    55 
    56  
    57 
    58 
    59 
    6014    Version 10.00.30319.01
    61 
    62 
    63 
    64  
    65 
    66 
    67 
    6815    ExceptionCode            = C0000005
    69 
    7016    ExceptionFlags           = 00000000
    71 
    7217    ExceptionAddress         = 00147F10 (00120000) "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe"
    73 
    7418    NumberParameters         = 00000002
    75 
    7619    ExceptionInformation[ 0] = 00000000
    77 
    7820    ExceptionInformation[ 1] = 00000004
    7921
    80 
    81 
    82  
    83 
    84 
    85 
    8622  CONTEXT:
    87 
    88 
    89 
    9023    Eax    = 40000040  Esp    = 003DE1E8
    91 
    9224    Ebx    = 014281E0  Ebp    = 003DE210
    93 
    9425    Ecx    = 00000004  Esi    = 00000004
    95 
    9626    Edx    = 00124164  Edi    = 0000014C
    97 
    9827    Eip    = 00147F10  EFlags = 00010246
    99 
    10028    SegCs  = 00000023  SegDs  = 0000002B
    101 
    10229    SegSs  = 0000002B  SegEs  = 0000002B
    103 
    10430    SegFs  = 00000053  SegGs  = 0000002B
    105 
    10631    Dr0    = 00000000  Dr3    = 00000000
    107 
    10832    Dr1    = 00000000  Dr6    = 00000000
    109 
    11033    Dr2    = 00000000  Dr7    = 00000000
    11134
    112 
    113 
    11435Call Stack (most recent call first):
    115 
    11636  C:/CMake-3.4.1/share/cmake-3.4/Modules/GetPrerequisites.cmake:925 (get_prerequisites)
    117 
    11837  C:/CMake-3.4.1/share/cmake-3.4/Modules/GetPrerequisites.cmake:925 (get_prerequisites)
    119 
    12038  C:/CMake-3.4.1/share/cmake-3.4/Modules/GetPrerequisites.cmake:925 (get_prerequisites)
    121 
    12239  C:/CMake-3.4.1/share/cmake-3.4/Modules/BundleUtilities.cmake:555 (get_prerequisites)
    123 
    12440  C:/CMake-3.4.1/share/cmake-3.4/Modules/BundleUtilities.cmake:804 (get_bundle_keys)
    125 
    12641  Code/Application/Mapla/cmake_install.cmake:119 (fixup_bundle)
    127 
    12842  Code/Application/cmake_install.cmake:32 (include)
    129 
    13043  Code/cmake_install.cmake:33 (include)
    131 
    13244  cmake_install.cmake:39 (include)
    133 
    134  
    135 
    136 
    137 
    13845}}}