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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P3
    • None
    • Affects Version/s: repo-panama
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: