#781 closed enhancement (duplicate)
Please, don't call python literally in makefiles
Reported by: | frankie | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.0 |
Component: | Compiling | Version: | unspecified |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | All |
Description
At least a couple of makefiles (see gui/wxpython/{nviz,vdigit}) have calls to 'python'. Please, use a suitable var (eg. PYTHON) for possible overrides instead.
Change History (3)
follow-up: 2 comment:1 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Oh. But that's a quick partial fix, for the exact issue of this bug. But the broader problem in #640 is that PYTHON should also be configured.
Note:
See TracTickets
for help on using tickets.
Duplicate of #640. I'm working on it, slowly.