Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2006-03-21 21:27:17

  Lite-ON - Członek DUG

Lite-ON
Członek DUG
Zarejestrowany: 2006-03-07

źle się kompiluje

no więc kompiluje transcode bo nie widziałem paczki debiana a przy ./configure tworzy pliki makefile ale nie widzi paczki libavcodecs (ja mam dev`a) oraz mpeg2dec chociaż je mam więć daje make a tu:

Offline

 

#2  2006-03-21 22:36:22

  czadman - Bicycle repairman

czadman
Bicycle repairman
Skąd: Wrocław
Zarejestrowany: 2005-07-08

Re: źle się kompiluje

no więc kompiluje transcode bo nie widziałem paczki debiana a przy ./configure tworzy pliki makefile ale nie widzi paczki libavcodecs (ja mam dev`a) oraz mpeg2dec chociaż je mam więć daje make a tu:

A tu co? :)


http://www.debian.org/logos/openlogo-nd-50.png

Offline

 

#3  2006-03-21 23:07:00

  Bodzio - Ojciec Założyciel

Bodzio
Ojciec Założyciel
Skąd: Gorlice
Zarejestrowany: 2004-04-17
Serwis

Re: źle się kompiluje

własnie skończyłem kompilować, wyszła śliczna paczuszka.
po ./configure wywaliło Ci jeśli dobrze pamiętam 5 albo 7 ERRORÓW.
Jak nieraz czadman pisał użyj polecenia:
apt-cache search
apt-file search
w sumie trzeba doinstalować dwa pakiety  i trzy biblioteki i to wszystko.
Myśl Lite-ON, nikt Ci zupy na talerzu nie poda :)
----------------------
no dobrze niech stracę
apt-get install libdvdread3-dev libavcodec-dev libmpeg2-4-dev liblame-dev


Debian jest lepszy niż wszystkie klony
Linux register users: #359018
http://www.freebsd.org/gifs/powerlogo.gif
Beskid Niski

Offline

 

#4  2006-03-22 14:26:04

  Lite-ON - Członek DUG

Lite-ON
Członek DUG
Zarejestrowany: 2006-03-07

Re: źle się kompiluje

sorki że wcześniej nie napisałem ale rodzice :/

debian:~# dir
dbootstrap_settings  Desktop  install-report.template  maya  transcode-1.0.2
debian:~# cd transcode
bash: cd: transcode: Nie ma takiego pliku ani katalogu
debian:~# cd transcode-1.0.2
debian:~/transcode-1.0.2# dir
acinclude.m4  config.log     import       libxio        tc_pkg_err_file
aclib         config.status  INSTALL      Makefile      tc_pkg_rpt_file
aclocal.m4    configure      libac3       Makefile.am   testsuite
AUTHORS       configure.in   libdldarwin  Makefile.in   TODO
autotools     contrib        libioaux     pvm3          tools
avilib        COPYING        libsupport   README        transcode.spec
ChangeLog     docs           libtc        README-1.0.1  transcode.spec.in
config.h      export         libtool      src
config.h.in   filter         libvo        stamp-h1
debian:~/transcode-1.0.2# apt-get install libdvdread3-dev libavcodec-dev libmpeg2-4-dev liblame-dev
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności... Gotowe
libdvdread3-dev jest już w najnowszej wersji.
libavcodec-dev jest już w najnowszej wersji.
Pakiet liblame-dev nie ma dostępnej wersji, ale odnosi się do niego inny pakiet.Zazwyczaj oznacza to, że pakietu brakuje, został zastąpiony przez inny
pakiet lub nie jest dostępny przy pomocy obecnie ustawionych źródeł.
Jednak następujące pakiety go zastępują:
  liblame0
E: Pakiet liblame-dev nie ma kandydata do instalacji
debian:~/transcode-1.0.2# apt-get install liblame0
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności... Gotowe
Następujące pakiety zostaną zaktualizowane:
  liblame0
1 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 2 nieaktualizowanych.
Konieczne pobranie 308kB archiwów.
Po rozpakowaniu zostanie dodatkowo użyte 143kB miejsca na dysku.
UWAGA: Następujące pakiety nie mogą zostać zweryfikowane!
  liblame0
Zainstalować te pakiety bez weryfikacji [t/N]? t
Pob: 1 ftp://ftp.mowgli.ch sid/unofficial liblame0 3.96.1-1 [308kB]
Pobrano 308kB w 15s (20,5kB/s)
(Odczytywanie bazy danych ... 257060 plików i katalogów obecnie zainstalowanych.)
Przygotowanie do zastąpienia liblame0 3.96.1-1 (wykorzystując .../liblame0_3.96.1-1_i386.deb) ...
Rozpakowanie pakietu zastępującego liblame0 ...
Konfigurowanie liblame0 (3.96.1-1) ...

debian:~/transcode-1.0.2# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gawk... (cached) mawk
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for mawk... /usr/bin/mawk
checking for dlopen in -ldl... yes
checking for dlopen... yes
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
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 errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for inttypes.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for inline... inline
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking for off_t... yes
checking __attribute__ ((aligned ())) support... 64
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for vprintf... yes
checking for _doprnt... no
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for working strcoll... yes
checking return type of signal handlers... void
checking for strtol... yes
checking for memalign... yes
checking for ftruncate... yes
checking for gettimeofday... yes
checking for memset... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for stat... yes
checking for floor... no
checking for atexit... yes
checking for getpagesize... yes
checking for memmove... yes
checking for mkfifo... yes
checking for vsscanf... yes
checking for strptime... yes
checking for alloca... no
checking for strlcat... no
checking for strlcpy... no
checking for lrint in -lm... yes
checking for getopt_long_only... yes
checking whether support lib is needed... no
checking for pthreads in -lpthread... yes
checking for build architecture... Intel Pentium architecture (IA32)
checking if $CC groks MMX inline assembly... yes
checking for support of 3DNow in assembly code... yes
checking if $CC groks SSE inline assembly... yes
checking if $CC can handle SSE2 inline asm... yes
checking if $CC groks AltiVec inline assembly... no
checking if $CC groks AltiVec C extensions... no
checking if linker needs -framework vecLib...
checking if gcc supports -fomit-frame-pointer flags... yes
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
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 /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... 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 g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/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
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if gcc supports -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 flags... yes
checking if g++ supports -g -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 flags... yes
checking if fast integers are available... yes
checking for pkg-config... /usr/bin/pkg-config
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XvQueryExtension in -lXv... yes
checking X11/Xaw/Simple.h usability... no
checking X11/Xaw/Simple.h presence... no
checking for X11/Xaw/Simple.h... no
checking for XpmFreeAttributes in -lXpm... no
checking for gzopen in -lz... yes
checking for sin in -lm... yes
checking for pkgconfig support for libavcodec... no
checking how to determine LIBAVCODEC_CFLAGS... default
checking ffmpeg/avcodec.h usability... yes
checking ffmpeg/avcodec.h presence... yes
checking for ffmpeg/avcodec.h... yes
checking how to determine LIBAVCODEC_LIBS... default
checking for avcodec_thread_init in -lavcodec... no
checking for pkgconfig support for libmpeg2... no
checking how to determine LIBMPEG2_CFLAGS... default
checking mpeg2dec/mpeg2.h usability... no
checking mpeg2dec/mpeg2.h presence... no
checking for mpeg2dec/mpeg2.h... no
checking how to determine LIBMPEG2_LIBS... default
checking for mpeg2_init in -lmpeg2... no
checking for internal static framebuffer support... yes
checking for network streaming support... no
checking whether v4l support is requested... no
checking whether bktr support is requested... no
checking whether sunau support is requested... no
checking whether OSS support is requested... no
checking decore.h usability... no
checking decore.h presence... no
checking for decore.h... no
checking encore2.h usability... no
checking encore2.h presence... no
checking for encore2.h... no
checking for default xvid... xvid4
checking whether ibp and lors support is requested... no
checking whether libpostproc support is requested... no
checking whether freetype2 support is requested... no
checking whether avifile support is requested... no
checking whether lame support is requested... yes
checking for pkgconfig support for lame... no
checking how to determine LAME_CFLAGS... default
checking how to determine LAME_LIBS... default
checking for lame_init in -lmp3lame... yes
checking lame/lame.h usability... yes
checking lame/lame.h presence... yes
checking for lame/lame.h... yes
checking lame version... 396
checking whether ogg support is requested... no
checking whether vorbis support is requested... no
checking whether theora support is requested... no
checking whether libdvdread support is requested... yes
checking for pkgconfig support for libdvdread... no
checking how to determine LIBDVDREAD_CFLAGS... default
checking how to determine LIBDVDREAD_LIBS... default
checking for DVDOpen in -ldvdread... yes
checking dvdread/dvd_reader.h usability... yes
checking dvdread/dvd_reader.h presence... yes
checking for dvdread/dvd_reader.h... yes
checking whether pvm3 support is requested... no
checking whether libdv support is requested... no
checking whether libquicktime support is requested... no
checking whether lzo support is requested... no
checking whether a52 support is requested... no
checking use libac3 as default decoder... yes
checking whether libmpeg3 support is requested... no
checking whether libxml2 support is requested... no
checking whether mjpegtools support is requested... no
checking whether sdl support is requested... no
checking whether gtk support is requested... no
checking whether libfame support is requested... no
checking whether imagemagick support is requested... no
checking whether libjpegmmx support is requested... no
checking whether libjpeg support is requested... yes
checking for pkgconfig support for libjpeg... no
checking how to determine LIBJPEG_CFLAGS... default
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking how to determine LIBJPEG_LIBS... default
checking for jpeg_CreateCompress in -ljpeg... yes
checking whether bsdav support is requested... no
checking whether iconv support is requested... yes
checking for pkgconfig support for iconv... no
checking how to determine ICONV_CFLAGS... default
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking how to determine ICONV_LIBS... default
checking for iconv_open in -liconv... no
checking for libiconv_open in -liconv... no
checking for iconv_open in -lc... yes
checking whether internal libxio support is requested... no
checking if gcc supports -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 flags... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating aclib/Makefile
config.status: creating avilib/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/pnmpvn/Makefile
config.status: creating docs/Makefile
config.status: creating docs/html/Makefile
config.status: creating docs/man/Makefile
config.status: creating docs/release-notes/Makefile
config.status: creating export/Makefile
config.status: creating filter/Makefile
config.status: creating filter/divxkey/Makefile
config.status: creating filter/extsub/Makefile
config.status: creating filter/pp/Makefile
config.status: creating filter/preview/Makefile
config.status: creating filter/subtitler/Makefile
config.status: creating filter/tomsmocomp/Makefile
config.status: creating filter/yuvdenoise/Makefile
config.status: creating import/Makefile
config.status: creating import/nuv/Makefile
config.status: creating import/v4l/Makefile
config.status: creating libac3/Makefile
config.status: creating libdldarwin/Makefile
config.status: creating libioaux/Makefile
config.status: creating libsupport/Makefile
config.status: creating libtc/Makefile
config.status: creating libvo/Makefile
config.status: creating libxio/Makefile
config.status: creating pvm3/Makefile
config.status: creating src/Makefile
config.status: creating testsuite/Makefile
config.status: creating tools/Makefile
config.status: creating transcode.spec
config.status: creating filter/parse_csv.awk
config.status: creating filter/filter_list.awk
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

----------------------------------------
Summary for transcode 1.0.2:
----------------------------------------

core options
----------------------------------------
static AV-frame buffering      yes
network (sockets) streams      no
experimental xio               no
Default xvid export            xvid4
A52 default decoder

libavcodec
----------------------------------------
headers                        -I/usr/include
libraries
build
version
statically linked              no

hardware support
----------------------------------------
v4l/v4l2                       no
OSS                            no
bktr                           no
sunau                          no

optional package support
----------------------------------------
IBP                            no
X11                            yes
libmpeg2                       no
libpostproc                    no
freetype2                      no
avifile                        no
lame                           yes
ogg                            no
vorbis                         no
theora                         no
libdvdread                     yes
pvm3                           no
libdv                          no
libquicktime                   no
lzo                            no
a52                            no
libmpeg3                       no
libxml2                        no
mjpegtools                     no
sdl                            no
gtk                            no
libfame                        no
imagemagick                    no
libjpeg                        yes
bsdav                          no
iconv                          yes

ERROR: requirement failed: cannot link against libavcodec
libavcodec can be found in the following packages:
  FFMpeg  http://www.ffmpeg.org/

ERROR: requirement failed: cannot compile mpeg2dec/mpeg2.h
mpeg2dec/mpeg2.h can be found in the following packages:
  mpeg2dec  http://libmpeg2.sourceforge.net/

ERROR: requirement failed: cannot link against libmpeg2
libmpeg2 can be found in the following packages:
  mpeg2dec  http://libmpeg2.sourceforge.net/


Please see the INSTALL file in the top directory of the
transcode sources for more information about building
transcode with this configure script.

debian:~/transcode-1.0.2#

Instalowałem to co ty Bodzio podałeś tzn. miałem to zainstalowane ale to nic nie dało :/ ciągle ich nie wykrywa. ma ktoś może paczke deb tego transcode??

EDIT: doinstalowałem liblame0-dev i dalej nic.. nie wykrywa tych   pakietów

EDIT2: jeśli by ktoś chciał tego error`a to

debian:~/transcode-1.0.2# make
make  all-recursive
make[1]: Wejście do katalogu `/root/transcode-1.0.2'
Making all in libtc
make[2]: Wejście do katalogu `/root/transcode-1.0.2/libtc'
make[2]: Nie ma nic do zrobienia w `all'.
make[2]: Opuszczenie katalogu `/root/transcode-1.0.2/libtc'
Making all in libxio
make[2]: Wejście do katalogu `/root/transcode-1.0.2/libxio'
make[2]: Nie ma nic do zrobienia w `all'.
make[2]: Opuszczenie katalogu `/root/transcode-1.0.2/libxio'
Making all in docs
make[2]: Wejście do katalogu `/root/transcode-1.0.2/docs'
Making all in man
make[3]: Wejście do katalogu `/root/transcode-1.0.2/docs/man'
make[3]: Nie ma nic do zrobienia w `all'.
make[3]: Opuszczenie katalogu `/root/transcode-1.0.2/docs/man'
Making all in html
make[3]: Wejście do katalogu `/root/transcode-1.0.2/docs/html'
make[3]: Nie ma nic do zrobienia w `all'.
make[3]: Opuszczenie katalogu `/root/transcode-1.0.2/docs/html'
Making all in release-notes
make[3]: Wejście do katalogu `/root/transcode-1.0.2/docs/release-notes'
make[3]: Nie ma nic do zrobienia w `all'.
make[3]: Opuszczenie katalogu `/root/transcode-1.0.2/docs/release-notes'
make[3]: Wejście do katalogu `/root/transcode-1.0.2/docs'
make[3]: Nie ma nic do zrobienia w `all-am'.
make[3]: Opuszczenie katalogu `/root/transcode-1.0.2/docs'
make[2]: Opuszczenie katalogu `/root/transcode-1.0.2/docs'
Making all in contrib
make[2]: Wejście do katalogu `/root/transcode-1.0.2/contrib'
Making all in pnmpvn
make[3]: Wejście do katalogu `/root/transcode-1.0.2/contrib/pnmpvn'
make[3]: Nie ma nic do zrobienia w `all'.
make[3]: Opuszczenie katalogu `/root/transcode-1.0.2/contrib/pnmpvn'
make[3]: Wejście do katalogu `/root/transcode-1.0.2/contrib'
make[3]: Nie ma nic do zrobienia w `all-am'.
make[3]: Opuszczenie katalogu `/root/transcode-1.0.2/contrib'
make[2]: Opuszczenie katalogu `/root/transcode-1.0.2/contrib'
Making all in libdldarwin
make[2]: Wejście do katalogu `/root/transcode-1.0.2/libdldarwin'
make[2]: Nie ma nic do zrobienia w `all'.
make[2]: Opuszczenie katalogu `/root/transcode-1.0.2/libdldarwin'
Making all in libsupport
make[2]: Wejście do katalogu `/root/transcode-1.0.2/libsupport'
make[2]: Nie ma nic do zrobienia w `all'.
make[2]: Opuszczenie katalogu `/root/transcode-1.0.2/libsupport'
Making all in libioaux
make[2]: Wejście do katalogu `/root/transcode-1.0.2/libioaux'
make[2]: Nie ma nic do zrobienia w `all'.
make[2]: Opuszczenie katalogu `/root/transcode-1.0.2/libioaux'
Making all in aclib
make[2]: Wejście do katalogu `/root/transcode-1.0.2/aclib'
make[2]: Nie ma nic do zrobienia w `all'.
make[2]: Opuszczenie katalogu `/root/transcode-1.0.2/aclib'
Making all in avilib
make[2]: Wejście do katalogu `/root/transcode-1.0.2/avilib'
make[2]: Nie ma nic do zrobienia w `all'.
make[2]: Opuszczenie katalogu `/root/transcode-1.0.2/avilib'
Making all in libac3
make[2]: Wejście do katalogu `/root/transcode-1.0.2/libac3'
make[2]: Nie ma nic do zrobienia w `all'.
make[2]: Opuszczenie katalogu `/root/transcode-1.0.2/libac3'
Making all in libvo
make[2]: Wejście do katalogu `/root/transcode-1.0.2/libvo'
make[2]: Nie ma nic do zrobienia w `all'.
make[2]: Opuszczenie katalogu `/root/transcode-1.0.2/libvo'
Making all in import
make[2]: Wejście do katalogu `/root/transcode-1.0.2/import'
Making all in nuv
make[3]: Wejście do katalogu `/root/transcode-1.0.2/import/nuv'
make[3]: Nie ma nic do zrobienia w `all'.
make[3]: Opuszczenie katalogu `/root/transcode-1.0.2/import/nuv'
Making all in v4l
make[3]: Wejście do katalogu `/root/transcode-1.0.2/import/v4l'
make[3]: Nie ma nic do zrobienia w `all'.
make[3]: Opuszczenie katalogu `/root/transcode-1.0.2/import/v4l'
make[3]: Wejście do katalogu `/root/transcode-1.0.2/import'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -D_REENTRANT -DMOD_PATH="/usr/local/lib/transcode" -I.. -I../src -I../libtc  -I../libac3 -I../avilib   -I/usr/include -I/usr/include -I/usr/include   -I../libvo        -I../libxio    -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT tcdecode-decode_mpeg2.o -MD -MP -MF ".deps/tcdecode-decode_mpeg2.Tpo" -c -o tcdecode-decode_mpeg2.o `test -f 'decode_mpeg2.c' || echo './'`decode_mpeg2.c;
        then mv -f ".deps/tcdecode-decode_mpeg2.Tpo" ".deps/tcdecode-decode_mpeg2.Po"; else rm -f ".deps/tcdecode-decode_mpeg2.Tpo"; exit 1; fi
decode_mpeg2.c:37:28: error: mpeg2dec/mpeg2.h: Nie ma takiego pliku ani katalogudecode_mpeg2.c:38:35: error: mpeg2dec/mpeg2convert.h: Nie ma takiego pliku ani katalogu
decode_mpeg2.c: In function 'show_accel':
decode_mpeg2.c:54: error: 'MPEG2_ACCEL_X86_3DNOW' undeclared (first use in this function)
decode_mpeg2.c:54: error: (Each undeclared identifier is reported only once
decode_mpeg2.c:54: error: for each function it appears in.)
decode_mpeg2.c:56: error: 'MPEG2_ACCEL_X86_MMXEXT' undeclared (first use in this function)
decode_mpeg2.c:58: error: 'MPEG2_ACCEL_X86_MMX' undeclared (first use in this function)
decode_mpeg2.c: In function 'decode_mpeg2':
decode_mpeg2.c:67: error: 'mpeg2dec_t' undeclared (first use in this function)
decode_mpeg2.c:67: error: 'decoder' undeclared (first use in this function)
decode_mpeg2.c:68: error: syntax error before '*' token
decode_mpeg2.c:69: error: syntax error before '*' token
decode_mpeg2.c:70: error: 'mpeg2_state_t' undeclared (first use in this function)
decode_mpeg2.c:78: warning: implicit declaration of function 'mpeg2_accel'
decode_mpeg2.c:78: error: 'MPEG2_ACCEL_DETECT' undeclared (first use in this function)
decode_mpeg2.c:82: warning: implicit declaration of function 'mpeg2_init'
decode_mpeg2.c:87: error: 'info' undeclared (first use in this function)
decode_mpeg2.c:87: warning: implicit declaration of function 'mpeg2_info'
decode_mpeg2.c:91: error: 'state' undeclared (first use in this function)
decode_mpeg2.c:91: warning: implicit declaration of function 'mpeg2_parse'
decode_mpeg2.c:92: error: 'sequence' undeclared (first use in this function)
decode_mpeg2.c:94: error: 'STATE_BUFFER' undeclared (first use in this function)decode_mpeg2.c:96: warning: implicit declaration of function 'mpeg2_buffer'
decode_mpeg2.c:98: error: 'STATE_SEQUENCE' undeclared (first use in this function)
decode_mpeg2.c:100: warning: implicit declaration of function 'mpeg2_convert'
decode_mpeg2.c:100: error: 'mpeg2convert_rgb24' undeclared (first use in this function)
decode_mpeg2.c:103: error: 'STATE_SLICE' undeclared (first use in this function)decode_mpeg2.c:104: error: 'STATE_END' undeclared (first use in this function)
decode_mpeg2.c:105: error: 'STATE_INVALID_END' undeclared (first use in this function)
decode_mpeg2.c:132: warning: implicit declaration of function 'mpeg2_close'
make[3]: *** [tcdecode-decode_mpeg2.o] Błąd 1
make[3]: Opuszczenie katalogu `/root/transcode-1.0.2/import'
make[2]: *** [all-recursive] Błąd 1
make[2]: Opuszczenie katalogu `/root/transcode-1.0.2/import'
make[1]: *** [all-recursive] Błąd 1
make[1]: Opuszczenie katalogu `/root/transcode-1.0.2'
make: *** [all] Błąd 2
debian:~/transcode-1.0.2#

Offline

 

#5  2006-03-22 16:43:12

  AgayKhan - Członek DUG

AgayKhan
Członek DUG
Skąd: Płock
Zarejestrowany: 2006-03-21
Serwis

Re: źle się kompiluje

Przecież paczka deb transcode jest na nieoficjalnym repozytorium, tylko wpisać do source.list, dla sarge:
deb ftp://ftp.nerim.net/debian-marillat/ sarge main
dla etch
deb ftp://ftp.nerim.net/debian-marillat/ etch main
dla sida
deb ftp://ftp.nerim.net/debian-marillat/ sid main
albo ręcznie w przeglądarkę wpisać.


born to be root
linux register user #362473

Offline

 

#6  2006-03-22 23:00:42

  Bodzio - Ojciec Założyciel

Bodzio
Ojciec Założyciel
Skąd: Gorlice
Zarejestrowany: 2004-04-17
Serwis

Re: źle się kompiluje

Gdybyś nie kombinował jak koń pod górę tylko zainstalował te pakiety co podałem to już byś miał paczkę


Debian jest lepszy niż wszystkie klony
Linux register users: #359018
http://www.freebsd.org/gifs/powerlogo.gif
Beskid Niski

Offline

 

#7  2006-03-23 14:23:50

  Lite-ON - Członek DUG

Lite-ON
Członek DUG
Zarejestrowany: 2006-03-07

Re: źle się kompiluje

Gdybyś nie kombinował jak koń pod górę tylko zainstalował te pakiety co podałem to już byś miał paczkę

to co ty Bodzio dawałeś to jak widać w cytacie na samym początku jest że instaluje tj. miałem zainstalowane tylko nie było liblame-dev tylko liblame0-dev i zainstalwoałem i nic.. dobra mam już z serwera i wielkie dzięki bo mnie to już wkurzało :D

Offline

 

#8  2006-03-27 21:45:28

  madie - Nowy użytkownik

madie
Nowy użytkownik
Skąd: Gorlice
Zarejestrowany: 2005-11-02

Re: źle się kompiluje

To ja sie zapytam o to transcode. Chcialam sobie to skompilowac, ale wywali mi taki blad:

/usr/lib/libavcodec.a(dtsdec.o)(.text+0x33d): In function `dts_decode_frame':
: undefined reference to `dts_frame'
/usr/lib/libavcodec.a(dtsdec.o)(.text+0x395): In function `dts_decode_frame':
: undefined reference to `dts_blocks_num'
/usr/lib/libavcodec.a(dtsdec.o)(.text+0x3bf): In function `dts_decode_frame':
: undefined reference to `dts_block'
/usr/lib/libavcodec.a(dtsdec.o)(.text+0x3fd): In function `dts_decode_frame':
: undefined reference to `dts_samples'
/usr/lib/libavcodec.a(dtsdec.o)(.text+0x485): In function `dts_decode_frame':
: undefined reference to `dts_syncinfo'
/usr/lib/libavcodec.a(dtsdec.o)(.text+0x51e): In function `dts_decode_init':
: undefined reference to `dts_init'
collect2: ld returned 1 exit status
make[3]: *** [tcdecode] Błąd 1
make[3]: Leaving directory `/home/madie/programy/transcode-1.0.2/import'
make[2]: *** [all-recursive] Błąd 1
make[2]: Leaving directory `/home/madie/programy/transcode-1.0.2/import'
make[1]: *** [all-recursive] Błąd 1
make[1]: Leaving directory `/home/madie/programy/transcode-1.0.2'
make: *** [all] Błąd 2

Czytalam ze mozna zainstalowac a nie kompilowac, ale ja sie chce nauczyc !!
Pytanie drugie - jak zrobic polskie literki? - mam Sarge i KDE

Offline

 

#9  2006-03-27 23:30:58

  AgayKhan - Członek DUG

AgayKhan
Członek DUG
Skąd: Płock
Zarejestrowany: 2006-03-21
Serwis

Re: źle się kompiluje

Skąd masz libavcodeka? Sam kompilowałeś? czy z pakietu?
Zassaj sobie ze strony ftp://ftp.nerim.net/debian-marillat pliki transcode*.orig.tar.gz transcode*diff.gz transcode*.dsc, potem skopiuj je do jednego katalogu, odpal tam konsolę, wpisz dpkg-source -x *.dsc
potem skasuj pliki *.gz *.dsc, wejdź do katalogu , wpisz dpkg-buildpackage -rfakeroot
Jeśli nie nasz jakiś pakietów, to zostaniesz o tym poinformowany. Doinstalujesz. I powinien się skompilować.


born to be root
linux register user #362473

Offline

 

#10  2006-03-28 08:25:08

  Lite-ON - Członek DUG

Lite-ON
Członek DUG
Zarejestrowany: 2006-03-07

Re: źle się kompiluje

czyli mam rozumieć że w debian`ie nawet jak się nie robi paczek tylko kompiluje to trzeba zrobić "wstępną debianizacje"?? nie które pakiety się same dobrze kompilują
2) KDE... Menu KDE->Centrum Sterowania->Wygląd->Czcionki i ustawiasz jakiś z polskimi znakami np. "Century SchoolBook L"
jeśli ich nie masz to chyba musisz doinstalować pakiety fonty albo jakieś tak x-font-100dpi czy jakoś tak. więcej w faq na dug.net.pl

Offline

 

#11  2006-03-28 14:22:49

  AgayKhan - Członek DUG

AgayKhan
Członek DUG
Skąd: Płock
Zarejestrowany: 2006-03-21
Serwis

Re: źle się kompiluje

Lite-ON napisał(-a):

czyli mam rozumieć że w debian`ie nawet jak się nie robi paczek tylko kompiluje to trzeba zrobić "wstępną debianizacje"?? nie które pakiety się same dobrze kompilują
Nie, tylko wypisze Ci, jakich pakietów brakuje, albo nałoży pacze, które spowoduje, że program się skompiluje ( choć przedtem się nie kompilował), A po drugie, po co instalować przez kompilację, wszak potem są problemy z odinstalowaniem, a paczkę można łatwo tak debianizować, aby była zoptymalizowana pod twego procka.


born to be root
linux register user #362473

Offline

 

#12  2006-03-28 18:04:57

  Lite-ON - Członek DUG

Lite-ON
Członek DUG
Zarejestrowany: 2006-03-07

Re: źle się kompiluje

jeżeli już mówimy o "debianizacji" to z tego co pamiętam to zmieniało się tam coś z /usr/local na @DIR/usr czy jakoś tak. i mnie ciekawi czemu? przecież jak się normalnie instaluje to jest wsio wszystko ok więc czemu w paczkach trza zmieniać??

Offline

 

#13  2006-03-28 19:52:57

  AgayKhan - Członek DUG

AgayKhan
Członek DUG
Skąd: Płock
Zarejestrowany: 2006-03-21
Serwis

Re: źle się kompiluje

?????
w pakietach debiana instaluje się do katalogu /usr, ./configure bez niczego instaluje do /usr/local , nie chodzi o to, że się nie skompiluje , ale raczej o pożądek na dysku.


born to be root
linux register user #362473

Offline

 

#14  2006-03-28 21:08:29

  Lite-ON - Członek DUG

Lite-ON
Członek DUG
Zarejestrowany: 2006-03-07

Re: źle się kompiluje

to po co zawsze jest ten katalog /usr/local ?
wg. mnie w takim razie prościej zrobić:

rm -R /usr/local
ln -s /usr /usr/local
albo:
ln -s /usr/bin /usr/local/bin
itd.

Nieuważacie? bo skoro tak można zrobić to po co bawić się w zmiane źródeł?

Offline

 

#15  2006-03-28 21:44:00

  AgayKhan - Członek DUG

AgayKhan
Członek DUG
Skąd: Płock
Zarejestrowany: 2006-03-21
Serwis

Re: źle się kompiluje

To się robi tak: ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --sysconfdir=/etc ,
bo jak ty pokazujesz, to trzeba po instalacji, a tak jest prościej. Nie zmienia się źródeł, tylko dodaje odpowiednie parametry do ./configure.


born to be root
linux register user #362473

Offline

 

#16  2006-03-28 21:54:34

  Lite-ON - Członek DUG

Lite-ON
Członek DUG
Zarejestrowany: 2006-03-07

Re: źle się kompiluje

dobrze wiedzieć tylko czemu w kilka artach o tworzeniu pakietów deb i zostaniu "opiekunem" pisało że się modyfikuje źródła czy tam plik jakiś w folderze debian. czyli tak jak ty pokazałeś zrobić configure i możesz podać co dalej się powinno zrobić? bo już nic zbytnio nie rozumiem :/

Offline

 

#17  2006-03-28 22:07:52

  azhag - Admin łajza

azhag
Admin łajza
Skąd: Warszawa
Zarejestrowany: 2005-11-15

Re: źle się kompiluje


Błogosławieni, którzy czynią FAQ.
opencaching :: debian sources.list :: coś jakby blog :: polski portal debiana :: linux user #403712

Offline

 

#18  2006-03-28 22:08:01

  madie - Nowy użytkownik

madie
Nowy użytkownik
Skąd: Gorlice
Zarejestrowany: 2005-11-02

Re: źle się kompiluje

z ogonkami poradziłam sobie
a jeśli chodzi o kompilacje transcode to nadal mam ten sam komunikat.
ps. jestem baba
a, przypomniałam sobie :) libavcodec mam z paczki instalowany apt-get. Nawet doczytałam że ma być z dev, ale dalej sie nie chce kompilować

Offline

 

#19  2006-03-28 22:24:18

  AgayKhan - Członek DUG

AgayKhan
Członek DUG
Skąd: Płock
Zarejestrowany: 2006-03-21
Serwis

Re: źle się kompiluje

dobrze wiedzieć tylko czemu w kilka artach o tworzeniu pakietów deb i zostaniu "opiekunem" pisało że się modyfikuje źródła czy tam plik jakiś w folderze debian. czyli tak jak ty pokazałeś zrobić configure i możesz podać co dalej się powinno zrobić? bo już nic zbytnio nie rozumiem :/

Niektóre pakiety mają nietypowe makefile /configure, które nie przyjmuje czegoś takiego jak --prefix=/usr, zawsze instaluje w /usr/local, zwykle też nie pozwala zbudować pakietu, bo przy pakietowaniu program jest "instalowany" do katalogi /debian/nazwa_programu/usr, a zwykle taki program nie pozwala na taką instalację. I trzeba modyfikować właśnie plik Makefile.
W katalogu /debian jest plik rules, w którym wywołane jest wpierw ./configure , przy nim można dopisać wszelkie dodatkowe parametry. A opisywać jak robić pakiety, to troszkę szkoda czasu, bo jak tam w Google wpisałem budowanie pakietów debiana i znalazłem strony. Zanim załóżyłem stałę łącze, to sam pakietowałem sobie źródełka ( amaroKa, Kaffeine, k3b, gravemana, videotrans ( tego ostatniego nie ma jako pakietu deb)


born to be root
linux register user #362473

Offline

 

#20  2006-03-28 22:36:00

  AgayKhan - Członek DUG

AgayKhan
Członek DUG
Skąd: Płock
Zarejestrowany: 2006-03-21
Serwis

Re: źle się kompiluje

z ogonkami poradziłam sobie
a jeśli chodzi o kompilacje transcode to nadal mam ten sam komunikat.
ps. jestem baba
a, przypomniałam sobie :) libavcodec mam z paczki instalowany apt-get. Nawet doczytałam że ma być z dev, ale dalej sie nie chce kompilować

Linker nie znajduje wszystkich potrzebnych bibliotek. Tu chyba nie ma libdts-dev. Ale chyba.


born to be root
linux register user #362473

Offline

 

#21  2006-03-28 22:43:16

  madie - Nowy użytkownik

madie
Nowy użytkownik
Skąd: Gorlice
Zarejestrowany: 2005-11-02

Re: źle się kompiluje

czytanie list pakietów... Gotowe
Budowanie drzewa zależności... Gotowe
libdts-dev jest już w najnowszej wersji.
0 zaktualizowanych, 0 nowo zainstalowanych, 0 do usunięcia i 236 nie zaktualizowanych.

:(

Offline

 

#22  2006-03-28 23:02:30

  AgayKhan - Członek DUG

AgayKhan
Członek DUG
Skąd: Płock
Zarejestrowany: 2006-03-21
Serwis

Re: źle się kompiluje

czytanie list pakietów... Gotowe
Budowanie drzewa zależności... Gotowe
libdts-dev jest już w najnowszej wersji.
0 zaktualizowanych, 0 nowo zainstalowanych, 0 do usunięcia i 236 nie zaktualizowanych.

:(

100 % to jest kwestia libavcodecs
Dobra, a skąd instalowałaś libavcodecs? Ze strony oficjalnej? Ja wziąłem z ftp://ftp.nerim.net/debian-marillat/pool/main/f/ffmpegcvs, i skompilowało się bez problemu. Zalety tego ffmpega: jest wkompilowane: lame, faad2, libfame, faac. Tego nie ma w oficjalnych.


born to be root
linux register user #362473

Offline

 

#23  2006-04-08 13:33:28

  AgayKhan - Członek DUG

AgayKhan
Członek DUG
Skąd: Płock
Zarejestrowany: 2006-03-21
Serwis

Re: źle się kompiluje

Tak mi się przypomniało po czasie. A czy kompilacja była przerywana i czy w tym czasie było coś doinstalowane?
Przerywanie kompilacji i potem wznawianie czasami powoduje błędy z linkierem.
Podobni doinstalowywanie pakietów ( bibliotek), które moga być wkompilowane w pakiet
***
Niech żyje mój spóźniony refleks.


born to be root
linux register user #362473

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Możesz wyłączyć AdBlock — tu nie ma reklam ;-)