Attachments (2)
Change History (7)
by , 17 years ago
comment:1 by , 17 years ago
follow-up: 3 comment:2 by , 17 years ago
Are you using private Haiku headers to compile Wine? Why would you want to do that?
comment:3 by , 17 years ago
Replying to axeld:
Are you using private Haiku headers to compile Wine? Why would you want to do that?
Platforms that can build wine have a public header 'elf.h'; e.g the debian linux has a /usr/include/elf.h
btw: i have found a solution, but i want to check it again, before post it here.
by , 17 years ago
Attachment: | elf_module.c added |
---|
follow-up: 5 comment:4 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Well, we don't. It's not a part of POSIX either - if Wine needs this header, then it should be provided by the Haiku port, but you shouldn't expect to be able to use a private Haiku header for this.
comment:5 by , 17 years ago
Replying to axeld:
Well, we don't. It's not a part of POSIX either - if Wine needs this header, then it should be provided by the Haiku port, but you shouldn't expect to be able to use a private Haiku header for this.
OK
some references:
http://haiku.it.su.se:8180/source/xref/headers/private/kernel/elf32.h http://haiku.it.su.se:8180/source/xref/src/tools/elfsymbolpatcher/Elf.h http://haiku.it.su.se:8180/source/xref/headers/build/private/storage/Elf.h
http://www.linux-foundation.org/spec/book/ELF-generic/ELF-generic.txt http://www.linux-foundation.org/spec/refspecs/LSB_1.3.0/gLSB/gLSB_lines.txt http://refspecs.linux-foundation.org/LSB_1.1.0/gLSB/specialsections.html