Sponsored links


Go Back   Sat Industry Forums > Dreambox > Dreambox Development
Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 02-08-2005
Quinten's Avatar
Registered User
 
Join Date: Dec 2004
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Quinten is on a distinguished road
Quote:
Originally Posted by Iveky3
why i get these messages and is it critical?

...
RCS file: /cvs/tuxbox/apps/tuxbox/enigma/po/fi.po,v
retrieving revision 1.18
retrieving revision 1.1.2.6
Merging differences between 1.18 and 1.1.2.6 into fi.po
rcsmerge: warning: conflicts during merge
cvs checkout: conflicts found in apps/tuxbox/enigma/po/fi.po
C apps/tuxbox/enigma/po/fi.po
...


I get them on many files.
It means that cvs is unable to merge code changes between 1.8 and 1.1.2.6 automatically. If it happens on a lot of files I suggest you re-checkout the above.
Reply With Quote
Sponsored links
  #12 (permalink)  
Old 02-12-2005
PLiŽ's Avatar
PLi Forum Admin
 
Join Date: Nov 2003
Posts: 86
Thanks: 0
Thanked 0 Times in 0 Posts
PLiŽ is on a distinguished road
Quote:
Originally Posted by PLiŽ
I have found the solution.

The mklibs.py which you get when using the new Makefile is not correct. I found out that the version I had from my previous tree is working correctly.

Now you can edit Makefile.am (in cdk dir) so that plugins are copied before mklibs.py will run,

example,
this is how it is :

Code:
	@$(PYTHON) $(flashprefix)/mklibs.py --target $(target) --ldlib ld.so.1 --libc-extras-dir $(targetprefix)/lib/libc_pic \
		-d $(flashprefix)/root/lib \
		-D -L $(targetprefix)/lib \
		--root $(flashprefix)/root \
		`find $(flashprefix)/root/bin/ -path "*bin/?*"` \
		`find $(flashprefix)/root/lib/ -name "libnss_*"` \
		`find $(flashprefix)/root/lib/tuxbox/ -name "*.so" -type f` \
		`find $(flashprefix)/root/sbin/ -path "*sbin/?*"`
	@if [ -f $(flashprefix)/.part_plugin_ngrabstartstop ] ; then \
		cp $(targetprefix)/lib/tuxbox/plugins/ngrab*.so $(flashprefix)/root/lib/tuxbox/plugins/ ; \
		cp $(targetprefix)/lib/tuxbox/plugins/ngrab*.cfg $(flashprefix)/root/lib/tuxbox/plugins/ ; \
	fi
and this is how it now can be so you won't have unresolved externals in your plugin ;-)

Code:
	@if [ -f $(flashprefix)/.part_plugin_ngrabstartstop ] ; then \
		cp $(targetprefix)/lib/tuxbox/plugins/ngrab*.so $(flashprefix)/root/lib/tuxbox/plugins/ ; \
		cp $(targetprefix)/lib/tuxbox/plugins/ngrab*.cfg $(flashprefix)/root/lib/tuxbox/plugins/ ; \
	fi
	@$(PYTHON) $(flashprefix)/mklibs.py --target $(target) --ldlib ld.so.1 --libc-extras-dir $(targetprefix)/lib/libc_pic \
		-d $(flashprefix)/root/lib \
		-D -L $(targetprefix)/lib \
		--root $(flashprefix)/root \
		`find $(flashprefix)/root/bin/ -path "*bin/?*"` \
		`find $(flashprefix)/root/lib/ -name "libnss_*"` \
		`find $(flashprefix)/root/lib/tuxbox/ -name "*.so" -type f` \
		`find $(flashprefix)/root/sbin/ -path "*sbin/?*"`
I hope this is clear for anybody

I have attached it on this message for everybody ;-)

Peter
This version of mklibs.py was also not good. It did strip the libext2fs.so.2 too much. I started a search and now I have found a version that will work correct. Added one line so libext2fs.so.2 is also stripped correctly.
I have attached the correct version. If all goes well it also goes into CVS, I have sended it to Dream

Peter
Attached Files
File Type: gz mklibs.tar.gz (6.3 KB, 85 views)
Reply With Quote
  #13 (permalink)  
Old 02-13-2005
Registered User
 
Join Date: Nov 2003
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
showboy is on a distinguished road
Hi
is there anyone ho can help me with step 7. ("make dreamboximage_root")
after 2 hour i had give the commands i get some error on plugins section

Code:
In file included from tuxmail.c:35:
tuxmail.h:131: error: parse error before "desc"
tuxmail.h:131: warning: type defaults to `int' in declaration of `desc'
tuxmail.h:131: warning: data definition has no type or storage class
tuxmail.c: In function `RenderChar':
tuxmail.c:405: warning: passing arg 2 of `FTC_SBitCache_Lookup' from incompatible pointer type
tuxmail.c: In function `RenderString':
tuxmail.c:483: error: request for member `font' in something not a structure or union
tuxmail.c:483: error: request for member `font' in something not a structure or union
tuxmail.c:484: error: request for member `font' in something not a structure or union
tuxmail.c:484: error: request for member `font' in something not a structure or union
tuxmail.c: In function `plugin_exec':
tuxmail.c:948: error: request for member `font' in something not a structure or union
tuxmail.c:952: error: request for member `flags' in something not a structure or union
make[4]: *** [tuxmail.lo] Fejl 1
make[4]: Leaving directory `/home/erciyas/show/apps/tuxbox/plugins/tuxmail'
make[3]: *** [all-recursive] Fejl 1
make[3]: Leaving directory `/home/erciyas/show/apps/tuxbox/plugins/tuxmail'
make[2]: *** [all-recursive] Fejl 1
make[2]: Leaving directory `/home/erciyas/show/apps/tuxbox/plugins'
make[1]: *** [all-recursive-am] Fejl 2
make[1]: Leaving directory `/home/erciyas/show/apps/tuxbox/plugins'
make: *** [.plugins] Fejl 2
[erciyas@localhost cdk]$
Fejl=error
Reply With Quote
  #14 (permalink)  
Old 02-13-2005
DeathMask2's Avatar
Registered User
 
Join Date: Jul 2004
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
DeathMask2 is on a distinguished road
error on "make dreamboximage_root"


Hi

i also got error on step 7 "make dreamboximage_root" when checking for pkg-config it give no
("checking for pkg-config... no")
after that "configure: error: could not find pkg-config"
then "make: *** [/root/MyNeWDream/apps/tuxbox/plugins/Makefile] Error 1"
and here the log and at the end the error for pkg-config shows up:

Code:
rm -rf curl-7.10.1
touch .libcurl
cd /root/MyNeWDream/apps/tuxbox/plugins && ./autogen.sh && CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ CFLAGS="-Wall -mcpu=405 -msoft-float -mmultiple -mstring -meabi -pipe -Os -ggdb3 -DHAVE_DREAMBOX_HARDWARE" CXXFLAGS="-Wall -mcpu=405 -msoft-float -mmultiple -mstring -meabi -pipe -Os -ggdb3 -DHAVE_DREAMBOX_HARDWARE" ./configure --build=i686-suse-linux --host=powerpc-tuxbox-linux-gnu --prefix=/root/MyNeWDream/root/cdkroot --with-driver=/root/MyNeWDream/driver --with-dvbincludes=/root/MyNeWDream/driver/include --with-target=cdk --with-boxtype=dm7000 --enable-maintainer-mode --without-debug
Generating configuration files for tuxbox-plugins, please wait....
  aclocal -I /opt/gnome/share/aclocal
/usr/share/aclocal/avifile.m4:21: warning: underquoted definition of AM_PATH_AVIFILE
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/a...ending-aclocal
  libtoolize --automake
  autoconf
  autoheader
  automake --add-missing
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
enigma/demo/Makefile.am: installing `./depcomp'
tuxmail/Makefile.am: installing `./compile'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for powerpc-tuxbox-linux-gnu-strip... powerpc-tuxbox-linux-gnu-strip
checking for style of include used by make... GNU
checking for powerpc-tuxbox-linux-gnu-gcc... powerpc-tuxbox-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether powerpc-tuxbox-linux-gnu-gcc accepts -g... yes
checking for powerpc-tuxbox-linux-gnu-gcc option to accept ANSI C... none needed
checking dependency style of powerpc-tuxbox-linux-gnu-gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking target... cdk
checking build system type... i686-suse-linux
checking host system type... powerpc-tuxbox-linux-gnu
checking for powerpc-tuxbox-linux-gnu-gcc... (cached) powerpc-tuxbox-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether powerpc-tuxbox-linux-gnu-gcc accepts -g... (cached) yes
checking for powerpc-tuxbox-linux-gnu-gcc option to accept ANSI C... (cached) none needed
checking dependency style of powerpc-tuxbox-linux-gnu-gcc... (cached) gcc3
checking for powerpc-tuxbox-linux-gnu-g++... powerpc-tuxbox-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether powerpc-tuxbox-linux-gnu-g++ accepts -g... yes
checking dependency style of powerpc-tuxbox-linux-gnu-g++... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by powerpc-tuxbox-linux-gnu-gcc... /root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld
checking if the linker (/root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld) is GNU ld... yes
checking for /root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /root/MyNeWDream/root/cdk/bin/powerpc-tuxbox-linux-gnu-nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... powerpc-tuxbox-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... powerpc-tuxbox-linux-gnu-g++ -E
checking for powerpc-tuxbox-linux-gnu-g77... no
checking for powerpc-tuxbox-linux-gnu-f77... no
checking for powerpc-tuxbox-linux-gnu-xlf... no
checking for powerpc-tuxbox-linux-gnu-frt... no
checking for powerpc-tuxbox-linux-gnu-pgf77... no
checking for powerpc-tuxbox-linux-gnu-fort77... no
checking for powerpc-tuxbox-linux-gnu-fl32... no
checking for powerpc-tuxbox-linux-gnu-af77... no
checking for powerpc-tuxbox-linux-gnu-f90... no
checking for powerpc-tuxbox-linux-gnu-xlf90... no
checking for powerpc-tuxbox-linux-gnu-pgf90... no
checking for powerpc-tuxbox-linux-gnu-epcf90... no
checking for powerpc-tuxbox-linux-gnu-f95... no
checking for powerpc-tuxbox-linux-gnu-fort... no
checking for powerpc-tuxbox-linux-gnu-xlf95... no
checking for powerpc-tuxbox-linux-gnu-ifc... no
checking for powerpc-tuxbox-linux-gnu-efc... no
checking for powerpc-tuxbox-linux-gnu-pgf95... no
checking for powerpc-tuxbox-linux-gnu-lf95... no
checking for powerpc-tuxbox-linux-gnu-gfortran... no
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /root/MyNeWDream/root/cdk/bin/powerpc-tuxbox-linux-gnu-nm -B output from powerpc-tuxbox-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for powerpc-tuxbox-linux-gnu-ar... powerpc-tuxbox-linux-gnu-ar
checking for powerpc-tuxbox-linux-gnu-ranlib... powerpc-tuxbox-linux-gnu-ranlib
checking for powerpc-tuxbox-linux-gnu-strip... (cached) powerpc-tuxbox-linux-gnu-strip
checking if powerpc-tuxbox-linux-gnu-gcc static flag  works... yes
checking if powerpc-tuxbox-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for powerpc-tuxbox-linux-gnu-gcc option to produce PIC... -fPIC
checking if powerpc-tuxbox-linux-gnu-gcc PIC flag -fPIC works... yes
checking if powerpc-tuxbox-linux-gnu-gcc supports -c -o file.o... yes
checking whether the powerpc-tuxbox-linux-gnu-gcc linker (/root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by powerpc-tuxbox-linux-gnu-g++... /root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld
checking if the linker (/root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld) is GNU ld... yes
checking whether the powerpc-tuxbox-linux-gnu-g++ linker (/root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking for powerpc-tuxbox-linux-gnu-g++ option to produce PIC... -fPIC
checking if powerpc-tuxbox-linux-gnu-g++ PIC flag -fPIC works... yes
checking if powerpc-tuxbox-linux-gnu-g++ supports -c -o file.o... yes
checking whether the powerpc-tuxbox-linux-gnu-g++ linker (/root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking ost/dmx.h usability... yes
checking ost/dmx.h presence... yes
checking for ost/dmx.h... yes
configure: found dvb version 1
checking for curl-config... /root/MyNeWDream/root/cdk/bin/curl-config
checking for freetype-config... /root/MyNeWDream/root/cdk/bin/freetype-config
checking for pkg-config... no
configure: error: could not find pkg-config
make: *** [/root/MyNeWDream/apps/tuxbox/plugins/Makefile] Error 1
DeathMask:~/MyNeWDream/cdk #
please help me to fix this error.
thanks.

Reply With Quote
  #15 (permalink)  
Old 02-13-2005
PLiŽ's Avatar
PLi Forum Admin
 
Join Date: Nov 2003
Posts: 86
Thanks: 0
Thanked 0 Times in 0 Posts
PLiŽ is on a distinguished road
Hi,

A problem could be that automake is to old. Check you installed automake version, it should be at least v 1.7
I myself had several "strange" problems when automake was to old.
You can check the version of automake by issuing the following command:

automake --version

Let us know if that was also the problem for you!

Peter
Reply With Quote
  #16 (permalink)  
Old 02-13-2005
DeathMask2's Avatar
Registered User
 
Join Date: Jul 2004
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
DeathMask2 is on a distinguished road
automake is 1.9.1
but i think there is a file missing (pkg-config) or somthing like that.
Reply With Quote
  #17 (permalink)  
Old 02-14-2005
Spawn32's Avatar
Registered User
 
Join Date: Dec 2003
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Spawn32 is on a distinguished road
Any solution ?

Quote:
Originally Posted by DeathMask2

Hi

i also got error on step 7 "make dreamboximage_root" when checking for pkg-config it give no
("checking for pkg-config... no")
after that "configure: error: could not find pkg-config"
then "make: *** [/root/MyNeWDream/apps/tuxbox/plugins/Makefile] Error 1"
and here the log and at the end the error for pkg-config shows up:

Code:
rm -rf curl-7.10.1
touch .libcurl
cd /root/MyNeWDream/apps/tuxbox/plugins && ./autogen.sh && CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ CFLAGS="-Wall -mcpu=405 -msoft-float -mmultiple -mstring -meabi -pipe -Os -ggdb3 -DHAVE_DREAMBOX_HARDWARE" CXXFLAGS="-Wall -mcpu=405 -msoft-float -mmultiple -mstring -meabi -pipe -Os -ggdb3 -DHAVE_DREAMBOX_HARDWARE" ./configure --build=i686-suse-linux --host=powerpc-tuxbox-linux-gnu --prefix=/root/MyNeWDream/root/cdkroot --with-driver=/root/MyNeWDream/driver --with-dvbincludes=/root/MyNeWDream/driver/include --with-target=cdk --with-boxtype=dm7000 --enable-maintainer-mode --without-debug
Generating configuration files for tuxbox-plugins, please wait....
  aclocal -I /opt/gnome/share/aclocal
/usr/share/aclocal/avifile.m4:21: warning: underquoted definition of AM_PATH_AVIFILE
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/a...ending-aclocal
  libtoolize --automake
  autoconf
  autoheader
  automake --add-missing
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
enigma/demo/Makefile.am: installing `./depcomp'
tuxmail/Makefile.am: installing `./compile'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for powerpc-tuxbox-linux-gnu-strip... powerpc-tuxbox-linux-gnu-strip
checking for style of include used by make... GNU
checking for powerpc-tuxbox-linux-gnu-gcc... powerpc-tuxbox-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether powerpc-tuxbox-linux-gnu-gcc accepts -g... yes
checking for powerpc-tuxbox-linux-gnu-gcc option to accept ANSI C... none needed
checking dependency style of powerpc-tuxbox-linux-gnu-gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking target... cdk
checking build system type... i686-suse-linux
checking host system type... powerpc-tuxbox-linux-gnu
checking for powerpc-tuxbox-linux-gnu-gcc... (cached) powerpc-tuxbox-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether powerpc-tuxbox-linux-gnu-gcc accepts -g... (cached) yes
checking for powerpc-tuxbox-linux-gnu-gcc option to accept ANSI C... (cached) none needed
checking dependency style of powerpc-tuxbox-linux-gnu-gcc... (cached) gcc3
checking for powerpc-tuxbox-linux-gnu-g++... powerpc-tuxbox-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether powerpc-tuxbox-linux-gnu-g++ accepts -g... yes
checking dependency style of powerpc-tuxbox-linux-gnu-g++... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by powerpc-tuxbox-linux-gnu-gcc... /root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld
checking if the linker (/root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld) is GNU ld... yes
checking for /root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /root/MyNeWDream/root/cdk/bin/powerpc-tuxbox-linux-gnu-nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... powerpc-tuxbox-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... powerpc-tuxbox-linux-gnu-g++ -E
checking for powerpc-tuxbox-linux-gnu-g77... no
checking for powerpc-tuxbox-linux-gnu-f77... no
checking for powerpc-tuxbox-linux-gnu-xlf... no
checking for powerpc-tuxbox-linux-gnu-frt... no
checking for powerpc-tuxbox-linux-gnu-pgf77... no
checking for powerpc-tuxbox-linux-gnu-fort77... no
checking for powerpc-tuxbox-linux-gnu-fl32... no
checking for powerpc-tuxbox-linux-gnu-af77... no
checking for powerpc-tuxbox-linux-gnu-f90... no
checking for powerpc-tuxbox-linux-gnu-xlf90... no
checking for powerpc-tuxbox-linux-gnu-pgf90... no
checking for powerpc-tuxbox-linux-gnu-epcf90... no
checking for powerpc-tuxbox-linux-gnu-f95... no
checking for powerpc-tuxbox-linux-gnu-fort... no
checking for powerpc-tuxbox-linux-gnu-xlf95... no
checking for powerpc-tuxbox-linux-gnu-ifc... no
checking for powerpc-tuxbox-linux-gnu-efc... no
checking for powerpc-tuxbox-linux-gnu-pgf95... no
checking for powerpc-tuxbox-linux-gnu-lf95... no
checking for powerpc-tuxbox-linux-gnu-gfortran... no
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /root/MyNeWDream/root/cdk/bin/powerpc-tuxbox-linux-gnu-nm -B output from powerpc-tuxbox-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for powerpc-tuxbox-linux-gnu-ar... powerpc-tuxbox-linux-gnu-ar
checking for powerpc-tuxbox-linux-gnu-ranlib... powerpc-tuxbox-linux-gnu-ranlib
checking for powerpc-tuxbox-linux-gnu-strip... (cached) powerpc-tuxbox-linux-gnu-strip
checking if powerpc-tuxbox-linux-gnu-gcc static flag  works... yes
checking if powerpc-tuxbox-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for powerpc-tuxbox-linux-gnu-gcc option to produce PIC... -fPIC
checking if powerpc-tuxbox-linux-gnu-gcc PIC flag -fPIC works... yes
checking if powerpc-tuxbox-linux-gnu-gcc supports -c -o file.o... yes
checking whether the powerpc-tuxbox-linux-gnu-gcc linker (/root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by powerpc-tuxbox-linux-gnu-g++... /root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld
checking if the linker (/root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld) is GNU ld... yes
checking whether the powerpc-tuxbox-linux-gnu-g++ linker (/root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking for powerpc-tuxbox-linux-gnu-g++ option to produce PIC... -fPIC
checking if powerpc-tuxbox-linux-gnu-g++ PIC flag -fPIC works... yes
checking if powerpc-tuxbox-linux-gnu-g++ supports -c -o file.o... yes
checking whether the powerpc-tuxbox-linux-gnu-g++ linker (/root/MyNeWDream/root/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking ost/dmx.h usability... yes
checking ost/dmx.h presence... yes
checking for ost/dmx.h... yes
configure: found dvb version 1
checking for curl-config... /root/MyNeWDream/root/cdk/bin/curl-config
checking for freetype-config... /root/MyNeWDream/root/cdk/bin/freetype-config
checking for pkg-config... no
configure: error: could not find pkg-config
make: *** [/root/MyNeWDream/apps/tuxbox/plugins/Makefile] Error 1
DeathMask:~/MyNeWDream/cdk #
please help me to fix this error.
thanks.

has anyone found the solution to this, i get the same fault :/

regards

Spawn
Reply With Quote
  #18 (permalink)  
Old 02-14-2005
Registered User
 
Join Date: Oct 2004
Posts: 79
Thanks: 0
Thanked 0 Times in 0 Posts
Iveky3 is on a distinguished road
Lightbulb

Quote:
Originally Posted by Spawn32
has anyone found the solution to this, i get the same fault :/

regards

Spawn

try clean update from tuxbox-cvs
that solved my problem... just deleted everything (except /Archive !!) and started from begining.... maybe helps you
Reply With Quote
  #19 (permalink)  
Old 02-14-2005
Registered User
 
Join Date: Oct 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
prof-ratlos is on a distinguished road
hi
wenn you have configure: error: could not find pkg-config
you kann install pyton and then works

mfg
Reply With Quote
  #20 (permalink)  
Old 02-15-2005
DeathMask2's Avatar
Registered User
 
Join Date: Jul 2004
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
DeathMask2 is on a distinguished road
i have fix my problem by installing pkg-configling (0.15.0) and compile again and it works.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use USB Memory sticks on Dreambox MrBandwidth Accessories 2 07-10-2007 03:00 PM
How to build a Dreambox Source Raph4el DB Images 27 12-09-2005 05:06 AM
Multiboot for 7020 - public beta noggie Dreambox Development 265 08-22-2005 08:29 AM
bitcontrolŽ MPEG-2 Decoder and Dreambox Receiver for Windows hemertje DB Images 3 10-27-2004 04:22 PM


All times are GMT +10. The time now is 08:48 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Page generated in 1.07211 seconds with 11 queries