Opened 16 years ago

Closed 16 years ago

#5007 closed defect (invalid)

mythzoneminder - config.h

Reported by: anonymous Owned by: paulh
Priority: minor Milestone: unknown
Component: mythzoneminder Version: 0.21-fixes
Severity: low Keywords: mythzmserver standalone config.h
Cc: Ticket locked: no

Description

compiling mythzmserver on a separate non-myth machine with the Makefile.standalone errors out including "config.h" Commenting out the include fixed the issue. I'm no C guru, but I'm guessing an IFDEF could fix this one right up.

Change History (1)

comment:1 Changed 16 years ago by paulh

Resolution: invalid
Status: newclosed

I take it you just copied a clean copy of the mythzmserver directory to the none-myth machine which is why "config.h" is missing.

From mythzmserver's README:-

How to compile standalone
-------------------------
...

It's best to run ./configure in the mythplugins directory before copying the source to 
the server machine to make sure the config.h is created properly.

Copy the mythzmserver directory to the machine where you want to run the server.

So you just just need to copy the config.h in .../mythzoneminder/mythzmserver/ from another machine where you have run the plugins ./configure script.

Note: See TracTickets for help on using tickets.