Build errors

The forum for our foreign guests... Please post in English
Renwich
Interessierter
Interessierter
Beiträge: 62
Registriert: Freitag 26. Mai 2006, 00:34

Build errors

Beitrag von Renwich »

I'm trying to build using --enable-upnp in the configure string, and it errors with upnp client pcakage not available

I've tried make flash-upnp and it errors with

Can't find fuse library (or it is too old).
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

Beitrag von dbt »

--enable-upnp enables the neutrino upnpbrowser. make flash-upnp builds fuse and djmount and works in a customization-script (root-local.sh).
Renwich
Interessierter
Interessierter
Beiträge: 62
Registriert: Freitag 26. Mai 2006, 00:34

Beitrag von Renwich »

when i do the --enable-upnp in the configure string i get the following when running make-flash-neutrino-all

configure: error: could not find package tuxbox-upnpclient
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

Beitrag von dbt »

Renwich hat geschrieben:when i do the --enable-upnp in the configure string i get the following when running make-flash-neutrino-all

configure: error: could not find package tuxbox-upnpclient
make depsclean is necessary!
Renwich
Interessierter
Interessierter
Beiträge: 62
Registriert: Freitag 26. Mai 2006, 00:34

Beitrag von Renwich »

./autogen.sh

./configure --prefix=/home/tuxbox/dbox2 --with-cvsdir=/home/tuxbox/tuxbox-cvs --with-customizationsdir=/home/tuxbox/private/locals --with-ucodesdir=/home/tuxbox/private/ucodes --enable-maintainer-mode --enable-cdkVcInfo --enable-ide --with-checkImage=warn --with-defaultlocale=english --enable-upnp

make depsclean


make flash-neutrino-jffs2-all

and I still get ?

checking for package tuxbox-upnpclient... no
configure: error: could not find package tuxbox-upnpclient
make: *** [/home/tuxbox/tuxbox-cvs/apps/tuxbox/neutrino/config.status] Error 1
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

Beitrag von dbt »

:gruebel:
and delete /neutrino/config.status
Renwich
Interessierter
Interessierter
Beiträge: 62
Registriert: Freitag 26. Mai 2006, 00:34

Beitrag von Renwich »

Cheers m8, it compiles now