On Aug 30, 2012, at 13:33 25, WBHM Web Operations wrote:

> I'm trying to compile a checkout from:
> 
> cvs -d:pserver:[email protected]:/home/cvs/cvsroot checkout 
> rivendell
> 
> On OSX lion, loosely following these instrctions:

I've not tried it (yet) on Lion, but it *does* build and (basically) work on 
Snow Leopard.  This is CVS-Head mind you, so it's 3.x ALPHA, using Qt4.  *Very* 
alpha, as far as OS-X goes.  :)

As for the library dependencies, you may need to tweak $LIBS and $INCLUDES to 
tell the build system where to find things.  I installed Qt4 (v4.7.3) from 
source as per the stock TrollTech instructions, and the build system finds that 
fine by default.  I use the following invocation for configure:

        ./configure --prefix=/usr --libexecdir=/Library/WebServer/rd-bin

Note the '--libexecdir' argument, which is needed to tell the build system 
where to put the web components so OS X's built-in Apache server can find them. 
 You'll also need to copy the web configuration ('rd-bin.conf') into 
'/etc/apache2/extra/httpd-rivendell.conf'.

This is all bleeding-edge stuff and still subject to major change going 
forward.  However, feel free to hack on it and let us know what you find.  
Patches welcomed...

Cheers!


|-------------------------------------------------------------------------|
| Frederick F. Gleason, Jr. |               Chief Developer               |
|                           |               Paravel Systems               |
|-------------------------------------------------------------------------|
|   This software comes with ABSOLUTELY NO WARRANTY.  Even if it erases   |
|   your hard drive, too bad.  Although we did fix that bug from the      |
|   last release.                                                         |
|                            -- README from the "DJGPP" package           | 
|-------------------------------------------------------------------------|

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to