Hi David and thank you for that quick answer! I had installed from
repository now. But I dont know user or password for rdadmin and dont know
where to find it. If i use admin|admin I get an error, it cantconnect with
db. If I try to open other stuff (like rdairplay) it says that rd cant
start daemons.

I apologize for my english,I didnt studied, hahaha, I learned reading html
code,so I must speak like a monkey.

Thank you very much for your help

Marcelo

2016-09-09 17:20 GMT-03:00 David Klann <[email protected]>:

> Greetings from North America Marcelo!
>
> Have you seen or tried to install the Rivendell Debian package from
> http://debian.tryphon.eu/ ? That might be an easier way to get Rivendell
> installed on your Wheezy system.
>
> It's a little hard to tell why you are getting those type errors. It
> would help to see the output from your configure step: can you send the
> contents of config.log?
>
> Hope this helps!
>
>   ~David Klann
>
>
> On 09/09/2016 02:38 PM, La Mosquitera Radio Comunitaria wrote:
> > Hello, my name is Marcelo,I am tryn to install rivendell at La
> > Mosquitera, a communitary (without commercial purposes) radio station at
> > El Bermejo, Mendoza, Argentina.
> > Its a fresh install in a Debian Wheezy based distro (etertics). We have
> > a problem with compilation, at make time, here I send you the log, maybe
> > you can help us to get your program workng here!! Thanks in advance!
> >
> > ~/rivendell-2.1.1$ make
> > Making all in icons
> > make[1]: Entering directory '/home/dario/rivendell-2.1.1/icons'
> > make[1]: Nothing to be done for 'all'.
> > make[1]: Leaving directory '/home/dario/rivendell-2.1.1/icons'
> > Making all in helpers
> > make[1]: Entering directory '/home/dario/rivendell-2.1.1/helpers'
> > make[1]: Nothing to be done for 'all'.
> > make[1]: Leaving directory '/home/dario/rivendell-2.1.1/helpers'
> > Making all in lib
> > make[1]: Entering directory '/home/dario/rivendell-2.1.1/lib'
> > if /bin/bash ../libtool --tag=CXX --mode=compile g++
> > -DPACKAGE_NAME=\"rivendell\" -DPACKAGE_TARNAME=\"rivendell\"
> > -DPACKAGE_VERSION=\"\`cat\ PACKAGE_VERSION\`\"
> > -DPACKAGE_STRING=\"rivendell\ \`cat\ PACKAGE_VERSION\`\"
> > -DPACKAGE_BUGREPORT=\"Fred\ Gleason\ \<[email protected]
> > <mailto:[email protected]>\>\" -DPACKAGE=\"rivendell\"
> > -DVERSION=\"2.1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> > -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> > -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_VORBIS=1
> > -DHAVE_FLAC=1 -DHAVE_MAD=1 -DHAVE_TWOLAME=1 -DHAVE_LAME=1 -DJACK=yes
> > -DALSA=yes -DSRC=yes -DHAVE_FLAC_METADATA=yes
> > -DHAVE_SECURITY_PAM_MODULES_H=1 -DHAVE_SECURITY__PAM_MACROS_H=1  -I.
> > -I.  -Wall -DPREFIX=\"/usr/local\" -I/usr/include/qt3
> > -DQT_THREAD_SUPPORT   -g -O2 -MT rdcart_search_text.lo -MD -MP -MF
> > ".deps/rdcart_search_text.Tpo" -c -o rdcart_search_text.lo
> > rdcart_search_text.cpp; \
> > then mv -f ".deps/rdcart_search_text.Tpo"
> > ".deps/rdcart_search_text.Plo"; else rm -f
> > ".deps/rdcart_search_text.Tpo"; exit 1; fi
> >  g++ -DPACKAGE_NAME=\"rivendell\" -DPACKAGE_TARNAME=\"rivendell\"
> > "-DPACKAGE_VERSION=\"\`cat PACKAGE_VERSION\`\""
> > "-DPACKAGE_STRING=\"rivendell \`cat PACKAGE_VERSION\`\""
> > "-DPACKAGE_BUGREPORT=\"Fred Gleason <[email protected]
> > <mailto:[email protected]>>\"" -DPACKAGE=\"rivendell\"
> > -DVERSION=\"2.1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> > -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> > -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_VORBIS=1
> > -DHAVE_FLAC=1 -DHAVE_MAD=1 -DHAVE_TWOLAME=1 -DHAVE_LAME=1 -DJACK=yes
> > -DALSA=yes -DSRC=yes -DHAVE_FLAC_METADATA=yes
> > -DHAVE_SECURITY_PAM_MODULES_H=1 -DHAVE_SECURITY__PAM_MACROS_H=1 -I. -I.
> > -Wall -DPREFIX=\"/usr/local\" -I/usr/include/qt3 -DQT_THREAD_SUPPORT -g
> > -O2 -MT rdcart_search_text.lo -MD -MP -MF .deps/rdcart_search_text.Tpo
> > -c rdcart_search_text.cpp  -fPIC -DPIC -o .libs/rdcart_search_text.o
> > In file included from ./rddb.h:30:0,
> >                  from rdcart_search_text.cpp:25:
> > ./rdconfig.h:85:3: error: 'uid_t' does not name a type
> >    uid_t uid() const;
> >    ^
> > ./rdconfig.h:86:3: error: 'gid_t' does not name a type
> >    gid_t gid() const;
> >    ^
> > ./rdconfig.h:126:3: error: 'uid_t' does not name a type
> >    uid_t conf_uid;
> >    ^
> > ./rdconfig.h:127:3: error: 'gid_t' does not name a type
> >    gid_t conf_gid;
> >    ^
> > Makefile:820: recipe for target 'rdcart_search_text.lo' failed
> > make[1]: *** [rdcart_search_text.lo] Error 1
> > make[1]: Leaving directory '/home/dario/rivendell-2.1.1/lib'
> > Makefile:301: recipe for target 'all-recursive' failed
> > make: *** [all-recursive] Error 1
> >
> >
> > _______________________________________________
> > Rivendell-dev mailing list
> > [email protected]
> > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
> >
>
>
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to