#576 closed defect (fixed)
qt egg does not install in 4.6.7 because getenv is now get-environment-variable
| Reported by: | ewfalor | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 4.9.0 |
| Component: | extensions | Version: | 4.6.x |
| Keywords: | qt egg setup | Cc: | |
| Estimated difficulty: |
Description
The file qt.setup at line 8 calls getenv, which is now called get-environment-variable in Chicken 4.6.7.
Attached is a patch with a proposed fix: use version>=? and call getenv or get-environment-variable as appropriate.
Attachments (1)
Change History (4)
Changed 15 years ago by
| Attachment: | qt.setup.patch added |
|---|
comment:1 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Thanks a lot. I do not maintain this egg anymore, but the current maintainer is not particulary active on this, so I took the freedom to apply the patch and tag a new version (0.100.2).
Note: See
TracTickets for help on using
tickets.

Check chicken-version and call appropriate getenv function