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

jextract should search -I paths for header file(s)

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • repo-panama
    • tools
    • None

      jextract expects full or relative path for each header file in command line. When user has to specify -I options, we sometimes have to repeat path specified in -I for header files as well.

      Example:

      jextract -I /usr/local/include /usr/local/include/foo.h

      It'd nice to be able to specify:

      jextract -I /usr/local/include foo.h

      If there is 'foo.h' in current directory jextract can search foo.h in each of the -I value specified and pick the first such header available.

            sundar Sundararajan Athijegannathan
            sundar Sundararajan Athijegannathan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: