Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix several issues around Java OS and header files location detection #177

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michael-o
Copy link
Member

Tested on RHEL, FreeBSD and HP-UX.

@michael-o michael-o requested a review from markt-asf June 6, 2024 11:38
@michael-o
Copy link
Member Author

michael-o commented Jun 6, 2024

This implicitly fixes build on HP-UX because now it says -I/opt/java8/include/hp-ux, but this dir does not exist. There is only:

$ stat /opt/java8/include/hpux
 Datei: /opt/java8/include/hpux
 Größe: 1024          Blöcke: 1          EA Block: 8192   Verzeichnis
Gerät: 64/65537        Inode: 27925       Verknüpfungen: 2
Zugriff: (0555/dr-xr-xr-x)  Uid: (    2/     bin)   Gid: (    2/     bin)
Zugriff: 2024-06-05 14:29:57.000000000 +0200
Modifiziert: 2019-12-12 23:09:58.000000000 +0100
Geändert: 2024-06-05 22:58:13.000000000 +0200
Geburt: -

in contrast to

$ stat /opt/java8/include/hp-ux
stat: der Aufruf von stat für '/opt/java8/include/hp-ux' ist nicht möglich: Keine Datei und kein Verzeichnis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant