[mythtv] [mythtv-commits] mythtv branch master updated by jyavenard. v0.26-pre-901-gfa1571c

Jean-Yves Avenard jyavenard at gmail.com
Tue Jul 17 23:06:39 UTC 2012


On 18 July 2012 03:40, Robert Kulagowski <rkulagow at gmail.com> wrote:
>
> Not compiling here:
>
> make[2]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs/mythtv-setup'
> { test -n "" && DESTDIR="" || DESTDIR=.; } && test $(gdb --version |
> sed -e 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx
> --batch --quiet -ex 'set confirm off' -ex "save gdb-index $DESTDIR"
> -ex quit 'mythbackend' && test -f mythbackend.gdb-index && objcopy
> --add-section '.gdb_index=mythbackend.gdb-index' --set-section-flags
> '.gdb_index=readonly' 'mythbackend' 'mythbackend' && rm -f
> mythbackend.gdb-index || true
> make[2]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs/mythbackend'
> globalsettings.o: In function `AirPlayRSAInfo':
> /home/rkulagow/mythtv/mythtv/programs/mythfrontend/globalsettings.cpp:2668:
> undefined reference to `MythRAOPConnection::LoadKey()'
> globalsettings.o: In function `MythRAOPConnection::RSALastError()':
> /home/rkulagow/mythtv/mythtv/programs/mythfrontend/../../libs/libmythtv/AirPlay/mythraopconnection.h:57:
> undefined reference to `MythRAOPConnection::g_rsaLastError'
> collect2: ld returned 1 exit status
> make[2]: *** [mythfrontend] Error 1
> make[2]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs/mythfrontend'
> make[1]: *** [sub-mythfrontend-make_default] Error 2
> make[1]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs'
> make: *** [programs] Error 2
>
> (make distclean; configure; make)

likely a make uninstall issue...
Remove any installed myth headers / libraries...

so run:
make uninstall

and recompile


More information about the mythtv-dev mailing list