Opened 17 years ago

Closed 16 years ago

#3932 closed defect (fixed)

MythThemes configure

Reported by: anonymous Owned by: paulh
Priority: minor Milestone: 0.21
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

When I type ./configure in the myththemes folder I get this

Project ERROR: Please run ./configure

I tried it in sudo, and as root. No love.

At revision 14422.

Attachments (1)

3932_diff.patch (689 bytes) - added by Joe Ripley <vitaminjoe@…> 17 years ago.
Adds error output for 'configure' if supplied $prefix is not the same as MythTV's $prefix

Download all attachments as: .zip

Change History (4)

comment:1 Changed 17 years ago by Joe Ripley <vitaminjoe@…>

Confirmed to exist in revision 14488. This error occurs when 'configure' is run with no options and mythtv was compiled with a different prefix directory than '/usr/local'.

'configure' assumes that the mythconfig.mak file exists in $prefix/include/mythtv/mythconfig.mak. If mythtv was compiled with a different prefix than the default '/usr/local', 'configure' erroneously symlinks a file that doesn't exist.

Supplied patch provides error output that should make this easier for users to troubleshoot.

-- Joe Ripley vitaminjoe@…

Changed 17 years ago by Joe Ripley <vitaminjoe@…>

Attachment: 3932_diff.patch added

Adds error output for 'configure' if supplied $prefix is not the same as MythTV's $prefix

comment:2 Changed 16 years ago by paulh

Milestone: unknown0.21
Owner: changed from Isaac Richards to paulh
Priority: majorminor
Version: unknownhead

comment:3 Changed 16 years ago by paulh

Resolution: fixed
Status: newclosed

(In [14741]) Error out if mythconfig.mak cannot be found while running the configure scripts in myththemes and themes.

Fixes #3932.

Note: See TracTickets for help on using tickets.