Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#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)

qt.setup.patch (495 bytes) - added by ewfalor 13 years ago.
Check chicken-version and call appropriate getenv function

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by ewfalor

Attachment: qt.setup.patch added

Check chicken-version and call appropriate getenv function

comment:1 Changed 13 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

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).

comment:2 Changed 13 years ago by felix winkelmann

Milestone: 4.7.04.8.0

Milestone 4.7.0 deleted

comment:3 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.