Opened 9 years ago
Closed 9 years ago
Last modified 9 years ago
#12966 closed Bug Report - General (fixed)
mythzmserver standalone build broken
| Reported by: | Owned by: | paulh | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.28.1 |
| Component: | Plugin - MythZoneminder | Version: | 0.28.0 |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
In 0.28-fixes, mythplugins/mythzoneminder/mythzmserver/zmserver.cpp has a dependency on mythtv/mythconfig.h which breaks "make -f Makefile.standalone".
A normal "make" seems to still compile successfully.
Using a pre-configured directory as suggested by the wiki to create config.h (https://www.mythtv.org/wiki/MythZoneMinder) does not fix the standalone compile and seems out of date for version 0.28.
Simply removing the mythtv/mythconfig.h dependency in zmserver.cpp seems to still compile fine and produces a workable binary. It is unclear why mythtv/mythconfig.h is required in zmserver.cpp.
Attachments (1)
Change History (6)
by , 9 years ago
| Attachment: | zmserver.patch added |
|---|
comment:1 by , 9 years ago
| Milestone: | unknown → 0.28.1 |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:2 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

Removed mythtv/mythconfig.h