Ticket #57 (closed task: fixed)
Opened 7 years ago
Last modified 7 years ago
[lua] add
| Reported by: | scottmc | Owned by: | scottmc |
|---|---|---|---|
| Priority: | normal | Milestone: | HaikuPorts M1 |
| Component: | BePorts/dev-lang | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
port the current version of lua
http://www.lua.org/
Attachments
Change History
comment:1 Changed 7 years ago by scottmc
- Milestone changed from Unscheduled to BePorts M1
- Owner set to scottmc
- Status changed from new to assigned
comment:2 Changed 7 years ago by scottmc
Remove the -lm from the Makefile in src/ and then use make ansi instead of make posix.
Still need to make a .bep file and figure out a possible match.
Changed 7 years ago by scottmc
- attachment lua-5.1.3-haiku.diff added
comment:3 Changed 7 years ago by scottmc
This patch file adds haiku as a build target and fixes the -lm issue. To build:
Patch, then:
- make haiku INSTALL_TOP=/boot/common (or /boot/home/config if you prefer)
comment:4 Changed 7 years ago by scottmc
Lua 5.1.4 is out now, need to update, create .bep file and then can close this out.
comment:5 Changed 7 years ago by scottmc
- Resolution set to fixed
- Status changed from assigned to closed
Added .bep file for 5.1.4 and posted new binary.
Note: See
TracTickets for help on using
tickets.

Builds on ubuntu with cross-compile tools. Will try on Haiku soon.