Found it in ".libs" — Patrick patr...@scnv.net
> On Feb 22, 2017, at 2:46 PM, Patrick <patr...@scnv.net> wrote: > > I have a question about compiling rivendell from source. > > I found a bug in "rdlibrary/audio_cart.cpp" and got the source installed with > git and changed: > > diff --git a/rdlibrary/audio_cart.cpp b/rdlibrary/audio_cart.cpp > index b5cb40f..8514b1f 100644 > --- a/rdlibrary/audio_cart.cpp > +++ b/rdlibrary/audio_cart.cpp > @@ -796,7 +796,7 @@ void AudioCart::RefreshList() > l->setText(8,tr("None")); > } > if(!q->value(15).isNull()) { > - l->setText(9,q->value(15).toTime().toString("hh:mm:ss")); > + l->setText(9,q->value(14).toTime().toString("hh:mm:ss")); > l->setText(10,q->value(15).toTime().toString("hh:mm:ss")); > } > else { > > The problem is I cannot seem to get "rdlibrary" to compile with static > libraries. When I look at "rdlibrary" after compiling > it looks like this: > > #! /bin/sh > > # rdlibrary - temporary wrapper script for .libs/rdlibrary > # Generated by libtool (GNU libtool) 2.4.2 > # > # The rdlibrary program cannot be directly executed until all the libtool > # libraries that it depends on are installed. > # > # This wrapper script should never be moved out of the build directory. > # If it is, it will not operate correctly. > > Is it possible to have rdlibrary built the same as /usr/bin/rdlibrary on the > appliance cd? > > — > Patrick > patr...@scnv.net > > > > > _______________________________________________ > Rivendell-dev mailing list > Rivendell-dev@lists.rivendellaudio.org > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev _______________________________________________ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev