Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6289563

Deploy cygwin problem with mozilla header include paths

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 6
    • infrastructure
    • b53
    • generic
    • generic

      Build on windows with cygwin and VC7.1 fails in deploy build:

      ...
      make[4]: Entering directory `/cygdrive/c/kto/pjava-cyg/deploy/make/plugin/adapter/oji-adapter'
      C:/PROGRA~1/MICROS~2.NET/Vc7/bin/cl -Ic:/kto/pjava-cyg/control/build/windows-i586/include -Ic:/kto/pjava-cyg/control/build/windows-i586/include/win32 -Ic:/kto/pjava-cyg/control/build/windows-i586/tmp/deploy/plugin -I../../../../src/plugin/win32/common -I../../../../src/plugin/share/adapter/oji -IJ:/devtools/share/plugin/mozilla_headers_18.win32/* -I../../../../src/plugin/share/adapter/common -I../../../../src/plugin/share/adapter/include -I../../../../src/plugin/win32/nscore -I../../../../src/plugin/share/jpiapi -I../../../../../j2se/src/windows/javavm/export -I../../../../../j2se/src/share/javavm/export -I../../../../../j2se/src/share/javavm/include -I../../../../../j2se/src/windows/javavm/include -nologo -MD -W3 -Ox -Os -GX -Zi -DNDEBUG -Fd"c:/kto/pjava-cyg/control/build/windows-i586/tmp/deploy/plugin/adapter/ns7/obj\release" -DXP_WIN -DXP_PC -D_MBCS -D_ATL_STATIC_REGISTRY -DWIN32 -D_WINDOWS -c -Fmc:/kto/pjava-cyg/control/build/windows-i586/tmp/deploy/plugin/adapter/ns7/!
       obj
      -DXP_WIN32 -DUSRDLL -Fp"c:/kto/pjava-cyg/control/build/windows-i586/tmp/deploy/plugin/adapter/ns7/obj/jpioji.pch" -Yc"stdafx.h" -c -Foc:/kto/pjava-cyg/control/build/windows-i586/tmp/deploy/plugin/adapter/ns7/obj/StdAfx.obj ../../../../src/plugin/share/adapter/oji/StdAfx.cpp
      StdAfx.cpp
      c:\kto\pjava-cyg\deploy\src\plugin\share\adapter\oji\StdAfx.h(59) : fatal error C1083: Cannot open include file: 'nsDebug.h': No such file or directory

      It appears to be a problem with the -I option:
      -IJ:/devtools/share/plugin/mozilla_headers_18.win32/*
      ...


      This wildcard won't work, these directories need to be listed.
      Looking at the MKS log for the same build, they are expanded and the MKS compile line does not have the '*' character.

      The $(shell) command that expands the wildcard is relying on the echo to expand this wild card but it's not happening on cygwin. I suspect cygwin may have a problem with J:/* style wildcards?

      This /* stuff appears in several places in the deploy makefiles, probably should be explicit, perhaps with the list defined in one place rather than N places?


      It's possible this is only a problem due to the network drive J:, and having a local disk copy won't have this problem... maybe?

      ###@###.### 2005-06-22 21:15:31 GMT

            ohair Kelly Ohair (Inactive)
            ohair Kelly Ohair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: