Re: [RDD] Audcity that can talk to Rivendell

2016-09-16 Thread Todd Baker
Thanks, yeah, that is started it going, and I found 
that the mysql include needed a mysql directory in front of it... so .. 
all of the #include need to be  That would be in the 
Project.h, 
RivendellBrowseDialog.h and RivendellDialog.h files. 

Then it got past that, but now it is complaining about RevisionIdent.h which I 
think is created at some point - possibly a 
Windows Visual Studio thing or maybe it is gitignored will add that to the 
repository... 
Yep - it is gitignored added it but that's just a temp fix... 

I copied that, and it is closer. Now I need to point it at the 
rivendell/export.h includes This is the rivendell-c-api stuff... 

Will get back to you when i sussed this out a bit more... Gotta shove off for 
now, but definitely will get back 
into it - probably on Monday. unless I get some weekend time 

P.S. I did a ./configure --without-lv2 because I was getting a bunch of errors 
on that dont know if that will 
be neccessary or not - but it appears optional... 

And yes - to the other poster - the dev environments are completely different 
so it a hack fest to get this to go, 
always has been... 

sigh.. 

Thanks, 
Todd Baker 


From: "Matthew Chambers"  
To: "Todd Baker"  
Sent: Friday, September 16, 2016 1:59:13 PM 
Subject: Re: [RDD] Audcity that can talk to Rivendell 

changed the references in configure.ac at the end from po/ to locale/, and I 
deleted the po file and made a softlink ln -s locale po 
has to do with some changes in GNU configure moving away from po to locale 

Matthew A. Chambers, NR0Q 

President, Wright County Outlaws ARC 

On Fri, Sep 16, 2016 at 12:50 PM, Todd Baker < bak...@rfa.org > wrote: 



Hi Matthew, 
Starting to look at compiling this in CentOs. How did you get past configure 
error 
" Makefile.in.in " ? 

Tb 



From: "Matthew Chambers" < mchamb...@showmeham.info > 
To: "Todd Baker" < bak...@rfa.org > 
Cc: "User discussion about the Rivendell Radio Automation System" < 
Rivendell-dev@lists.rivendellaudio.org > 
Sent: Thursday, September 15, 2016 3:36:52 PM 

Subject: Re: [RDD] Audcity that can talk to Rivendell 

compiling in linux today and after running ./configure the script runs for a 
few minutes and then terminates 
config.status: error: cannot find input file: `po/ Makefile.in.in ' 
$ 

I think something has introduced an extra ".in" to that file in the script, as 
there is a Makefile.in in the director i ran ./configure from 

Matthew A. Chambers, NR0Q 

President, Wright County Outlaws ARC 

On Wed, Sep 14, 2016 at 1:19 PM, Todd Baker < bak...@rfa.org > wrote: 

BQ_BEGIN

Hi All: 

I was trying to get a couple of items in place before I released Rdacity as 
Ready To Go!, but yes, 
there is some code there which should work - as well as some windows binaries I 
believewhich were built in Windows 10. 
Your mileage may vary with those but someone I know did get it working via the 
binaries. My original intent was not to 
provide binaries etc, but people compiling this on their own. Really dont want 
to go down the provide exe's path 

The Audacity folks want me to change some of the icon stuff, so I was working 
on getting that per their specs (since the 
Audacity icon is proprietary). Our designer is working on an Icon, and I have 
made most of the changes that Audacity wanted, 
will check what source is out there... 

Feel free to try RDacity. There are a bunch of moving parts though that have to 
be in place, which I tried to explain with 
the README and Compile_Rdacity text files. This version is really Windows 
specific, and I am guessing that it will need to be tweaked 
a bit to get it to be Linux ready (or Mac Ready for that matter). The win 
directory has binaries and dll's that would be required to run in Win10. 
You also need all of the WxWidget dll stuff, as per normal Audacity 
building/running. The other assumption is that there is a Portable Settings 
directory which exists off the executable path, and the directory must have a 
rd.ini file. This file is explained more in the docs, 
but it holds basically the Rivendell DB info (user, schema etc), as well as a 
couple of other Rdacity specific parameters. 

If you have questions please send me an email and I will try to help you 
through it. This version was written for a specific need, so 
some of the code is very specific in relation to Rivendell, but you will see 
what I mean if you read the documentation. 

Thanks, and good luck. 

Todd Baker 
bak...@rfa.org or toadybar...@gmail.com 


From: "Matthew Chambers" < mchamb...@showmeham.info > 
To: "User discussion about the Rivendell Radio Automation System" < 
Rivendell-dev@lists.rivendellaudio.org > 
Sent: Wednesday, September 14, 2016 1:12:04 PM 
Subject: Re: [RDD] Audcity that can talk to Rivendell 

FOUND IT! 
https://github.com/RadioFreeAsia/RDacity 

yay 

Matthew A. Chambers, NR0Q 

President, Wright County Outlaws ARC 

On Wed, Sep 14, 2016 

Re: [RDD] RDacity

2016-09-16 Thread John Stanley
On Fri, 2016-09-16 at 09:09 -0500, Matthew Chambers wrote:


> still fails to find mysql.h
> 
> 
> I'm not quite as familier with linking libraries in CentOS, anyone see
> anything I've missed

# the difference being i think, is the proj is mainly deved under msvc++
gui. so the diff is OS Dev Env. this is a pita.

src/Project.h

- include