Ticket #102 (closed defect: invalid)
Build problems on Tru64
| Reported by: | Mark Koennecke | Owned by: | Freddie Akeroyd |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | napi | Version: | trunk |
| Keywords: | Cc: |
Description
Hi,
when trying to build NAPI on Tru64 unix I encountered some build problems:
- int64_t and uint64_t are missing in napiconfig.h
- The natvie C code for the Java-bindings needs to be built with the -pthread option. This is missing. Again.
Change History
Note: See
TracTickets for help on using
tickets.

Mark, is this still an issue with the latest trunk code?
Freddie