Ca

Wszystko Off Topic
zielony kazio
Posty: 6
Rejestracja: 25 lutego 2014, 10:57

Całkiem zielony i złe nawyki

Post autor: zielony kazio »

To tak zawsze miałem Windowsa. Padł mi pc, a mam starego lapka COMPAQ Evo N600c, mam Windowsa 98 ale się nie instaluje. Więc postanowiłem, że zacznę przygodę z Linuksem.

I nie wiem jak posługiwać się forum, nie wiem gdzie ten temat założyć, ale kiedyś się poprawie :) To mój pierwszy wątek, to chyba dlatego.
Może opisze problemy jakie mam i co zrobiłem.

To dotyczy systemu debian-testing-i386-lxde-CD-1 jessie
  1. jak instaluje debiana, to jak używam kreatora to
    Przewodnik cały dysk (nie działa wywala błąd)
    Przewodnik cały dysk i ustawienie LVM (instaluje dalej ale po co mi to LVM)
  2. Po instalacji nie ma głosu szukałem szukałem i znalazłem
    w tym wątku archive/index.php/t-13883.html
    Pobierz to:ftp://ftp.alsa-project.org/pub/firmware ... 20.tar.bz2
    Rozpakuj i zainstaluj.
    Instalacja standardowa:
    [code]./configure [/code]

    Kod: Zaznacz cały

    [color=#000000][font=verdana]make[/font][/color]
    [color=#000000][font=verdana]make install[/font][/color]
    tego mi brakowało i dziękuje ilin
  3. Chcę mieć wine 1.6, instaluje menadżerem synaptic i brakuje pakietu winserver i chyba rejestru nie ma nakładki, instalowałem QtWin i ten sam błąd, jak ktoś się zainteresuje to opisze dalej.
  4. Mam pytania:
    • czy np jak mam lxde, to czy programy np kde będą działać?
    • czy dodawanie repo np z innych wersji debian Wheezy, czy nie psuje systemu?
    • czy jak instaluje i wywali błąd (czy to zaśmieca system) a jak tak to jak to wyczyścić?
    • czy lepiej instalować ze źródeł czy synapticem czy apt-get?

    • jak szukać brakujących plików, kiedy to zależność a kiedy brak pakiet w repozytorium. Jak wysypie 20 braków to szukam ręcznie i czasami ich nie znajduje, zapewne namieszałem.
    • jak dochodzicie jaki pakiet np do sprzętu brakuje (z nieba się nie bierze) jak czytać dokumentacje programów i co dograć itp.

C
hciałbym na tym pracować bo jest darmowy i więcej chyba nie potrzebuje, nie chciał bym się od razu zniechęcić.
HatiDeb
Posty: 11
Rejestracja: 10 lutego 2014, 22:53

Post autor: HatiDeb »

Witaj zielony kazio,
1.Co do programów z kde na lxde - większość programów powinna działać bez większych problemów. Wiadomo że inaczej program będzie wyglądał na kde a inaczej na lxde.
2.Jak instalujesz i wywala Ci błąd to nic się nie dzieje. Po pierwsze pewnie wywala Ci błąd przy tworzeniu makefile a nie samej instalacji, czyli de facto nic jeszcze się nie isntaluje. Siłą Linuxów jest to że w przeciwieństwie do windy nie zaśmieca Ci się "rejestr" ani nic w tym stylu. Możesz instalować i odinstalowywać i nic się nie powinno zamulać
3. Co do instalacji - synaptic jest wygodny bo sprawdza jakie potrzebujesz dodatkowe pakiety do programu który chcesz instalować, sam je ściąga i instaluje. W przypadku instalowania ze źródeł różnie bywa.. apt-get jest świetny ;)
4. Co do brakujących pakietów.. Instalowanie przez synaptic często właśnie jest zbawienny w tym temacie.

Ogólnie polecam na początek jakieś łatwe dystrybucje typu ubuntu(min/lubuntu itp). Podobne do Debiana (w końcu z niego się wywodzą) a w 90% przypadków użytkowanie polega na kliknięciu dalej i problem z głowy (coś jak w windows..)

Napisz jeszcze jaki błąd wywala przy instalacji, gdy wybierasz cały dysk
zielony kazio
Posty: 6
Rejestracja: 25 lutego 2014, 10:57

Post autor: zielony kazio »

Kod: Zaznacz cały

Error informing the kernel about modyfications to partitons /dev/sda1 --Device or resource busy. this means linux won,t know about any changes you made to /dev/sda1 until you reboot--so you shouldn't mount it or use it in any before reboting

Error !!!
Do wybory ignore i cancel

Ubuntu w ogóle muli na tym lapku, to stare jak świat, miałem z tej strony Debiana to nic nie pobierał a net był, tego pobrałem i się instaluje z lvm a czemu bez tego nie? Za to pobiera pakiety i czy ext4 zamienić na starszy, np ext3 lub 2?
Awatar użytkownika
Menel
Member
Posty: 1117
Rejestracja: 24 sierpnia 2013, 19:58
Lokalizacja: doktor informoparalityki

Post autor: Menel »

co do instalacji wina masz tu kilka opisów na forum, przykładowo tu
czy np jak mam lxde, to czy programy np kde będą działać?
Będą, do poprawy wyglądu możesz użyć przykładowo pakietu qt4-qtconfig
czy dodawanie repo np z innych wersji debian Wheezy, czy nie psuje systemu?
może zepsuć ale nie musi. Do takich zabiegów służy apt-pinning
czy jak instaluje i wywali błąd (czy to zaśmieca system) a jak tak to jak to wyczyścić?
Jak instalujesz poprawnie z poprawnych repozytoriów to żaden błąd nie ma prawa się zdarzyć. System z niepotrzebnych, osieroconych pakietów czyści się zazwyczaj poleceniem:

Kod: Zaznacz cały

 apt-get autoremove
a pobrane lokalnie niepotrzebne już paczki czyści poleceniem:

Kod: Zaznacz cały

apt-get autoclean
Jeżeli chodzi o kompilacje na razie odradzam, bo zrobisz sobie więcej syfu niż pożytku...pierw poznaj system dobrze ;) ewentualnie buduj paczki,(większość żeczy w debianie jest dostępna w repozytoriach także kompilacja w większości przypadków jest zbędna...
czy lepiej instalować ze źródeł czy synapticem czy apt-get?
debian to nie gentoo ;) wszystko co potrzebne znajdziesz w repozytoriach i zainstalujesz menadżerem pakietów od palca. Odradzam stosowanie graficznych nakładek typu synaptic, ja nawet trzymam się z dala od aptitude i preferuję tylko apt-geta.
jak szukać brakujących plików, kiedy to zależność a kiedy brak pakiet w repozytorium. Jak wysypie 20 braków to szukam ręcznie i czasami ich nie znajduje, zapewne namieszałem.
wnioskuję, że chodzi Ci o brakujące zależności, przy instalacji? Jeżeli tak, wystarczy wydać przykładowo polecenie:

Kod: Zaznacz cały

apt-get -f install
i apt dociągnie sam brakujące zależności...
jak dochodzicie jaki pakiet np do sprzętu brakuje (z nieba się nie bierze) jak czytać dokumentacje programów i co dograć itp.
tu znajdziesz większość odpowiedzi..
zielony kazio
Posty: 6
Rejestracja: 25 lutego 2014, 10:57

Post autor: zielony kazio »

Tak błąd przy instalacji był spowodowany złymi partycjami na dysku GParted załatwił sprawę usunąłem wszystkie partycje
przy instalacji wine przy 1 poleceniu co znaczy te yes lb no domyslam sie ze cos jest lub nie na końcu o coś prosi jakąś konfiguracje po poleceniu make mam 2 błendy wstawie za chwile

Kod: Zaznacz cały

 root@debian:~/wine-1.7.10# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for the directory containing the Wine tools... $(top_builddir)
checking for flex... flex
checking whether flex is recent enough... yes
checking for bison... bison
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for ldconfig... /sbin/ldconfig
checking for msgfmt... msgfmt
checking for pkg-config... pkg-config
checking whether msgfmt supports contexts... yes
checking for i386_set_ldt in -li386... no
checking for _oss_ioctl in -lossaudio... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking how to run the C preprocessor... 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 AL/al.h usability... yes
checking AL/al.h presence... yes
checking for AL/al.h... yes
checking ApplicationServices/ApplicationServices.h usability... no
checking ApplicationServices/ApplicationServices.h presence... no
checking for ApplicationServices/ApplicationServices.h... no
checking AudioToolbox/AudioConverter.h usability... no
checking AudioToolbox/AudioConverter.h presence... no
checking for AudioToolbox/AudioConverter.h... no
checking AudioUnit/AudioUnit.h usability... no
checking AudioUnit/AudioUnit.h presence... no
checking for AudioUnit/AudioUnit.h... no
checking AudioUnit/AudioComponent.h usability... no
checking AudioUnit/AudioComponent.h presence... no
checking for AudioUnit/AudioComponent.h... no
checking CL/cl.h usability... no
checking CL/cl.h presence... no
checking for CL/cl.h... no
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking CoreServices/CoreServices.h usability... no
checking CoreServices/CoreServices.h presence... no
checking for CoreServices/CoreServices.h... no
checking DiskArbitration/DiskArbitration.h usability... no
checking DiskArbitration/DiskArbitration.h presence... no
checking for DiskArbitration/DiskArbitration.h... no
checking IOKit/IOKitLib.h usability... no
checking IOKit/IOKitLib.h presence... no
checking for IOKit/IOKitLib.h... no
checking IOKit/hid/IOHIDLib.h usability... no
checking IOKit/hid/IOHIDLib.h presence... no
checking for IOKit/hid/IOHIDLib.h... no
checking OpenAL/al.h usability... no
checking OpenAL/al.h presence... no
checking for OpenAL/al.h... no
checking OpenCL/opencl.h usability... no
checking OpenCL/opencl.h presence... no
checking for OpenCL/opencl.h... no
checking QuickTime/ImageCompression.h usability... no
checking QuickTime/ImageCompression.h presence... no
checking for QuickTime/ImageCompression.h... no
checking Security/Security.h usability... no
checking Security/Security.h presence... no
checking for Security/Security.h... no
checking alias.h usability... no
checking alias.h presence... no
checking for alias.h... no
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking asm/user.h usability... no
checking asm/user.h presence... no
checking for asm/user.h... no
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking fontconfig/fontconfig.h usability... yes
checking fontconfig/fontconfig.h presence... yes
checking for fontconfig/fontconfig.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking gettext-po.h usability... yes
checking gettext-po.h presence... yes
checking for gettext-po.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking gsm.h usability... yes
checking gsm.h presence... yes
checking for gsm.h... yes
checking gsm/gsm.h usability... yes
checking gsm/gsm.h presence... yes
checking for gsm/gsm.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking inet/mib2.h usability... no
checking inet/mib2.h presence... no
checking for inet/mib2.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking lber.h usability... yes
checking lber.h presence... yes
checking for lber.h... yes
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking libproc.h usability... no
checking libproc.h presence... no
checking for libproc.h... no
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking linux/cdrom.h usability... yes
checking linux/cdrom.h presence... yes
checking for linux/cdrom.h... yes
checking linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking linux/filter.h usability... yes
checking linux/filter.h presence... yes
checking for linux/filter.h... yes
checking linux/hdreg.h usability... yes
checking linux/hdreg.h presence... yes
checking for linux/hdreg.h... yes
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking linux/ioctl.h usability... yes
checking linux/ioctl.h presence... yes
checking for linux/ioctl.h... yes
checking linux/joystick.h usability... yes
checking linux/joystick.h presence... yes
checking for linux/joystick.h... yes
checking linux/major.h usability... yes
checking linux/major.h presence... yes
checking for linux/major.h... yes
checking linux/param.h usability... yes
checking linux/param.h presence... yes
checking for linux/param.h... yes
checking linux/serial.h usability... yes
checking linux/serial.h presence... yes
checking for linux/serial.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking linux/ucdrom.h usability... no
checking linux/ucdrom.h presence... no
checking for linux/ucdrom.h... no
checking lwp.h usability... no
checking lwp.h presence... no
checking for lwp.h... no
checking mach-o/nlist.h usability... no
checking mach-o/nlist.h presence... no
checking for mach-o/nlist.h... no
checking mach-o/loader.h usability... no
checking mach-o/loader.h presence... no
checking for mach-o/loader.h... no
checking mach/mach.h usability... no
checking mach/mach.h presence... no
checking for mach/mach.h... no
checking mach/machine.h usability... no
checking mach/machine.h presence... no
checking for mach/machine.h... no
checking machine/cpu.h usability... no
checking machine/cpu.h presence... no
checking for machine/cpu.h... no
checking machine/limits.h usability... no
checking machine/limits.h presence... no
checking for machine/limits.h... no
checking machine/sysarch.h usability... no
checking machine/sysarch.h presence... no
checking for machine/sysarch.h... no
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking netinet/tcp_fsm.h usability... no
checking netinet/tcp_fsm.h presence... no
checking for netinet/tcp_fsm.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking port.h usability... no
checking port.h presence... no
checking for port.h... no
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking scsi/scsi.h usability... yes
checking scsi/scsi.h presence... yes
checking for scsi/scsi.h... yes
checking scsi/scsi_ioctl.h usability... yes
checking scsi/scsi_ioctl.h presence... yes
checking for scsi/scsi_ioctl.h... yes
checking scsi/sg.h usability... yes
checking scsi/sg.h presence... yes
checking for scsi/sg.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking for stdint.h... (cached) yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking sys/asoundlib.h usability... no
checking sys/asoundlib.h presence... no
checking for sys/asoundlib.h... no
checking sys/attr.h usability... no
checking sys/attr.h presence... no
checking for sys/attr.h... no
checking sys/cdio.h usability... no
checking sys/cdio.h presence... no
checking for sys/cdio.h... no
checking sys/elf32.h usability... no
checking sys/elf32.h presence... no
checking for sys/elf32.h... no
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/exec_elf.h usability... no
checking sys/exec_elf.h presence... no
checking for sys/exec_elf.h... no
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/limits.h usability... no
checking sys/limits.h presence... no
checking for sys/limits.h... no
checking sys/link.h usability... no
checking sys/link.h presence... no
checking for sys/link.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking sys/msg.h usability... yes
checking sys/msg.h presence... yes
checking for sys/msg.h... yes
checking sys/mtio.h usability... yes
checking sys/mtio.h presence... yes
checking for sys/mtio.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/protosw.h usability... no
checking sys/protosw.h presence... no
checking for sys/protosw.h... no
checking sys/ptrace.h usability... yes
checking sys/ptrace.h presence... yes
checking for sys/ptrace.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/scsiio.h usability... no
checking sys/scsiio.h presence... no
checking for sys/scsiio.h... no
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/socketvar.h usability... yes
checking sys/socketvar.h presence... yes
checking for sys/socketvar.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/strtio.h usability... no
checking sys/strtio.h presence... no
checking for sys/strtio.h... no
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/tihdr.h usability... no
checking sys/tihdr.h presence... no
checking for sys/tihdr.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeout.h usability... no
checking sys/timeout.h presence... no
checking for sys/timeout.h... no
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/user.h usability... yes
checking sys/user.h presence... yes
checking for sys/user.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/vm86.h usability... yes
checking sys/vm86.h presence... yes
checking for sys/vm86.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether stat file-mode macros are broken... no
checking for sys/mount.h... yes
checking for sys/statfs.h... yes
checking for sys/sysctl.h... yes
checking for sys/user.h... (cached) yes
checking for sys/vfs.h... yes
checking for netinet/ip.h... yes
checking for net/if.h... yes
checking for net/if_arp.h... yes
checking for net/if_dl.h... no
checking for net/if_types.h... no
checking for net/route.h... yes
checking for netinet/if_ether.h... yes
checking for netinet/if_inarp.h... no
checking for netinet/in_pcb.h... no
checking for netinet/ip_icmp.h... yes
checking for netinet/ip_var.h... no
checking for netinet/udp.h... yes
checking for netipx/ipx.h... yes
checking for sys/un.h... yes
checking for netinet/tcp_timer.h... no
checking for netinet/udp_var.h... no
checking for netinet/icmp_var.h... no
checking for netinet/tcp_var.h... no
checking for linux/ipx.h... yes
checking for linux/irda.h... yes
checking for linux/rtnetlink.h... yes
checking for mach-o/dyld_images.h... no
checking for resolv.h... yes
checking for ifaddrs.h... yes
checking for ucontext.h... yes
checking for sys/thr.h... no
checking for pthread_np.h... no
checking for linux/videodev.h... no
checking for linux/videodev2.h... yes
checking for libv4l1.h... yes
checking for libprocstat.h... no
checking for ldd... /usr/bin/ldd
checking for readelf... readelf
checking whether we can build a GNU style ELF dll... yes
checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... yes
checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... yes
checking whether the compiler supports -fPIC -Wl,--export-dynamic... yes
checking whether the compiler supports -fPIC -Wl,--rpath,$ORIGIN/../lib... yes
checking whether the compiler supports -Wl,--enable-new-dtags... yes
checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... yes
checking for prelink... /usr/sbin/prelink
checking for i686-w64-mingw32-gcc... no
checking for i586-w64-mingw32-gcc... no
checking for i486-w64-mingw32-gcc... no
checking for i386-w64-mingw32-gcc... no
checking for i686-pc-mingw32-gcc... no
checking for i586-pc-mingw32-gcc... no
checking for i486-pc-mingw32-gcc... no
checking for i386-pc-mingw32-gcc... no
checking for i686-mingw32msvc-gcc... no
checking for i586-mingw32msvc-gcc... no
checking for i486-mingw32msvc-gcc... no
checking for i386-mingw32msvc-gcc... no
checking for i686-mingw32-gcc... no
checking for i586-mingw32-gcc... no
checking for i486-mingw32-gcc... no
checking for i386-mingw32-gcc... no
checking for mingw32-gcc... no
checking for pthread_create... no
checking for pthread_create in -lpthread... yes
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for -lX11... libX11.so.6
checking for -lXext... libXext.so.6
checking for X11/Xlib.h... yes
checking for X11/XKBlib.h... yes
checking for X11/Xutil.h... yes
checking for X11/Xcursor/Xcursor.h... yes
checking for X11/extensions/shape.h... yes
checking for X11/extensions/XInput.h... yes
checking for X11/extensions/XInput2.h... yes
checking for X11/extensions/XShm.h... yes
checking for X11/extensions/Xcomposite.h... yes
checking for X11/extensions/Xinerama.h... yes
checking for X11/extensions/Xrandr.h... yes
checking for X11/extensions/Xrender.h... yes
checking for X11/extensions/xf86vmode.h... yes
checking for X11/extensions/xf86vmproto.h... yes
checking for XkbQueryExtension in -lX11... yes
checking for -lXcursor... libXcursor.so.1
checking for -lXi... libXi.so.6
checking for XShmQueryExtension in -lXext... yes
checking for XShapeQueryExtension in -lXext... yes
checking for -lXxf86vm... libXxf86vm.so.1
checking for -lXrender... libXrender.so.1
checking for XRenderSetPictureTransform in -lXrender... yes
checking for XRenderCreateLinearGradient in -lXrender... yes
checking for -lXrandr... libXrandr.so.2
checking for -lXinerama... libXinerama.so.1
checking for -lXcomposite... libXcomposite.so.1
checking for XICCallback.callback... yes
checking for XEvent.xcookie... yes
checking for -lGL... libGL.so.1
checking for gluLookAt in -lGLU... yes
checking for -lOSMesa... libOSMesa.so.6
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking libxml/xmlsave.h usability... yes
checking libxml/xmlsave.h presence... yes
checking for libxml/xmlsave.h... yes
checking libxml/SAX2.h usability... yes
checking libxml/SAX2.h presence... yes
checking for libxml/SAX2.h... yes
checking for xmlParseMemory in -lxml2... yes
checking for xmlReadMemory in -lxml2... yes
checking for xmlNewDocPI in -lxml2... yes
checking for xmlSchemaSetParserStructuredErrors in -lxml2... yes
checking for xmlSchemaSetValidStructuredErrors in -lxml2... yes
checking for xmlFirstElementChild in -lxml2... yes
checking for xmlDocProperties... yes
checking for libxslt/pattern.h... yes
checking for libxslt/transform.h... yes
checking for -lxslt... libxslt.so.1
checking dbus/dbus.h usability... yes
checking dbus/dbus.h presence... yes
checking for dbus/dbus.h... yes
checking for -ldbus-1... libdbus-1.so.3
checking hal/libhal.h usability... yes
checking hal/libhal.h presence... yes
checking for hal/libhal.h... yes
checking for -lhal... libhal.so.1
checking gnutls/gnutls.h usability... yes
checking gnutls/gnutls.h presence... yes
checking for gnutls/gnutls.h... yes
checking for -lgnutls... libgnutls.so.26
checking for -lncurses... libncurses.so.5
checking for mousemask... yes
checking sane/sane.h usability... yes
checking sane/sane.h presence... yes
checking for sane/sane.h... yes
checking for -lsane... libsane.so.1
checking for -lv4l1... libv4l1.so.0
checking gphoto2-camera.h usability... yes
checking gphoto2-camera.h presence... yes
checking for gphoto2-camera.h... yes
checking for gp_camera_new in -lgphoto2... yes
checking gphoto2-port.h usability... yes
checking gphoto2-port.h presence... yes
checking for gphoto2-port.h... yes
checking for gp_port_info_list_new in -lgphoto2_port... yes
checking lcms2.h usability... yes
checking lcms2.h presence... yes
checking for lcms2.h... yes
checking for cmsOpenProfileFromFile in -llcms2... yes
checking ft2build.h usability... yes
checking ft2build.h presence... yes
checking for ft2build.h... yes
checking for -lfreetype... libfreetype.so.6
checking for FT_TrueTypeEngineType... yes
checking for parport header/ppdev.h... yes
checking for pthread_attr_get_np... no
checking for pthread_getattr_np... yes
checking for pthread_getthreadid_np... no
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for inflate in -lz... yes
checking for po_message_msgctxt in -lgettextpo... yes
checking gst/gstpad.h usability... no
checking gst/gstpad.h presence... no
checking for gst/gstpad.h... no
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for oss_sysinfo.numaudioengines... yes
checking for capi20.h... yes
checking for linux/capi.h... yes
checking for -lcapi20... libcapi20.so.3
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking for -lcups... libcups.so.2
checking for -lfontconfig... libfontconfig.so.1
checking for -lgsm... libgsm.so.1
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for -ljpeg... libjpeg.so.8
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for -lpng... libpng12.so.0
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for -ltiff... libtiff.so.5
checking mpg123.h usability... yes
checking mpg123.h presence... yes
checking for mpg123.h... yes
checking for mpg123_feed in -lmpg123... yes
checking for -lopenal... libopenal.so.1
checking for -lodbc... not found
checking for -lnetapi... not found
checking for gcc strength-reduce bug... no
checking whether the compiler supports -fno-builtin... yes
checking whether the compiler supports -fno-strict-aliasing... yes
checking whether the compiler supports -Werror=unknown-warning-option... no
checking whether the compiler supports -Wdeclaration-after-statement... yes
checking whether the compiler supports -Wempty-body... yes
checking whether the compiler supports -Wignored-qualifiers... yes
checking whether the compiler supports -Wstrict-prototypes... yes
checking whether the compiler supports -Wtype-limits... yes
checking whether the compiler supports -Wunused-but-set-parameter... yes
checking whether the compiler supports -Wwrite-strings... yes
checking whether the compiler supports -Wpointer-arith... yes
checking for broken string.h that generates warnings with -Wpointer-arith... no
checking whether the compiler supports -Wlogical-op... yes
checking for broken string.h that generates warnings with -Wlogical-op... no
checking whether the compiler supports -gdwarf-2... yes
checking whether the compiler supports -gstrict-dwarf... yes
checking whether the compiler supports -fno-omit-frame-pointer... yes
checking for ms_hook_prologue attribute... yes
checking for the need to disable Fortify... no
checking whether external symbols need an underscore prefix... no
checking whether external symbols need stdcall decoration... no
checking how to define a function in assembly code... .type @function
checking whether asm() works outside of functions... yes
checking whether .previous is supported in assembly code... yes
checking whether CFI directives are supported in assembly code... yes
checking for __res_get_state... no
checking for __res_getservers... no
checking for _finite... no
checking for _isnan... no
checking for _pclose... no
checking for _popen... no
checking for _snprintf... no
checking for _spawnvp... no
checking for _strdup... no
checking for _stricmp... no
checking for _strnicmp... no
checking for _strtoi64... no
checking for _strtoui64... no
checking for _vsnprintf... no
checking for asctime_r... yes
checking for chsize... no
checking for dlopen... no
checking for epoll_create... yes
checking for ffs... yes
checking for fnmatch... yes
checking for fork... yes
checking for fpclass... no
checking for fstatfs... yes
checking for fstatvfs... yes
checking for ftruncate... yes
checking for futimens... yes
checking for futimes... yes
checking for futimesat... yes
checking for getattrlist... no
checking for getdirentries... yes
checking for getopt_long_only... yes
checking for getpwuid... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for if_nameindex... yes
checking for kqueue... no
checking for lstat... yes
checking for memmove... yes
checking for mmap... yes
checking for pclose... yes
checking for pipe2... yes
checking for poll... yes
checking for popen... yes
checking for port_create... no
checking for prctl... yes
checking for pread... yes
checking for proc_pidinfo... no
checking for pwrite... yes
checking for readdir... yes
checking for readlink... yes
checking for sched_yield... yes
checking for select... yes
checking for setproctitle... no
checking for setrlimit... yes
checking for settimeofday... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for snprintf... yes
checking for statfs... yes
checking for statvfs... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strtold... yes
checking for strtoll... yes
checking for strtoull... yes
checking for symlink... yes
checking for tcdrain... yes
checking for thr_kill2... no
checking for timegm... yes
checking for usleep... yes
checking for vsnprintf... yes
checking for dlopen in -ldl... yes
checking for dladdr... yes
checking for library containing gethostbyname... none required
checking for library containing connect... none required
checking for library containing inet_aton... none required
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for getnetbyname... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyport... yes
checking for inet_addr... yes
checking for inet_network... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for sendmsg... yes
checking for socketpair... yes
checking for library containing clock_gettime... none required
checking for LDAPSortKey... yes
checking for ldap_initialize in -lldap_r... yes
checking for ber_init in -llber... yes
checking for ldap_count_references... yes
checking for ldap_first_reference... yes
checking for ldap_next_reference... yes
checking for ldap_parse_reference... yes
checking for ldap_parse_sort_control... no
checking for ldap_parse_sortresponse_control... yes
checking for ldap_parse_vlv_control... no
checking for ldap_parse_vlvresponse_control... yes
checking whether mkdir takes only one argument... no
checking for sched_setaffinity... yes
checking for fallocate... yes
checking for inline... inline
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for long long... yes
checking for fsblkcnt_t... yes
checking for fsfilcnt_t... yes
checking for sigset_t... yes
checking for request_sense... no
checking for struct xinpgen... no
checking for struct r_debug... yes
checking for struct link_map... yes
checking for struct ff_effect.direction... yes
checking for sigaddset... yes
checking whether we can use re-entrant gethostbyname_r Linux style... yes
checking whether linux/joystick.h uses the Linux 2.2+ API... yes
checking for struct statfs.f_bfree... yes
checking for struct statfs.f_bavail... yes
checking for struct statfs.f_frsize... yes
checking for struct statfs.f_ffree... yes
checking for struct statfs.f_favail... no
checking for struct statfs.f_namelen... yes
checking for struct statvfs.f_blocks... yes
checking for struct dirent.d_reclen... yes
checking for struct msghdr.msg_accrights... no
checking for struct sockaddr.sa_len... no
checking for struct sockaddr_un.sun_len... no
checking for scsireq_t.cmd... no
checking for sg_io_hdr_t.interface_id... yes
checking for siginfo_t.si_fd... yes
checking for struct mtget.mt_blksiz... no
checking for struct mtget.mt_gstat... yes
checking for struct mtget.mt_blkno... yes
checking for struct option.name... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_birthtime... no
checking for struct stat.st_birthtim... no
checking for struct stat.st_birthtimespec... no
checking for struct stat.__st_birthtime... no
checking for struct stat.__st_birthtim... no
checking for struct sockaddr_in6.sin6_scope_id... yes
checking for struct __res_state... yes
checking for struct __res_state._u._ext.nscount6... yes
checking for ns_msg._msg_ptr... yes
checking for struct icmpstat.icps_inhist... no
checking for struct icmpstat.icps_outhist... no
checking for struct ipstat.ips_total... no
checking for struct ip_stats.ips_total... no
checking for struct tcpstat.tcps_connattempt... no
checking for struct tcp_stats.tcps_connattempt... no
checking for struct udpstat.udps_ipackets... no
checking for struct ifreq.ifr_hwaddr... yes
checking for timezone variable... yes
checking for daylight variable... yes
checking for isfinite... yes
checking for isinf... yes
checking for isnan... yes
checking whether we need to define __i386__... no
creating Makefile rules... done
configure: creating ./config.status
config.status: creating Make.rules
config.status: creating Make.tmp
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: linking tools/winewrapper to wine
config.status: executing include/stamp-h commands
config.status: executing Makefile commands
config.status: executing tools commands
config.status: executing .gitignore commands

configure: OpenCL development files not found, OpenCL won't be supported.
configure: gstreamer-0.10 base plugins development files not found, gstreamer support disabled

configure: Finished.  Do 'make' to compile Wine. 
 

Kod: Zaznacz cały

root@debian:~/wine-1.7.10# make
config.status: creating dlls/acledit/Makefile
config.status: creating libs/port/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/libs/port'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/libs/port'
config.status: creating libs/wine/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/libs/wine'
version=`(GIT_DIR=../../.git git describe HEAD 2>/dev/null || echo "wine-1.7.10") | sed -n -e '$s/\(.*\)/const char wine_build[] = "\1";/p'` && (echo $version | cmp -s - version.c) || echo $version >version.c || (rm -f version.c && exit 1)
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/libs/wine'
config.status: creating libs/wpp/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/libs/wpp'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/libs/wpp'
config.status: creating tools/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/tools'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/tools'
config.status: creating tools/widl/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/tools/widl'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/tools/widl'
config.status: creating tools/winebuild/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/tools/winebuild'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/tools/winebuild'
config.status: creating tools/winedump/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/tools/winedump'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/tools/winedump'
config.status: creating tools/winegcc/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/tools/winegcc'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/tools/winegcc'
config.status: creating tools/wmc/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/tools/wmc'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/tools/wmc'
config.status: creating tools/wrc/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/tools/wrc'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/tools/wrc'
config.status: creating include/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/include'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/include'
config.status: creating dlls/aclui/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/aclui/libaclui.def --export ./dlls/aclui/aclui.spec
config.status: creating dlls/activeds/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/activeds/libactiveds.def --export ./dlls/activeds/activeds.spec
config.status: creating dlls/adsiid/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/adsiid'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/adsiid'
config.status: creating dlls/advapi32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/advapi32/libadvapi32.def --export ./dlls/advapi32/advapi32.spec
config.status: creating dlls/advpack/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/advpack/libadvpack.def --export ./dlls/advpack/advpack.spec
config.status: creating dlls/atl/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/atl/libatl.def --export ./dlls/atl/atl.spec
config.status: creating dlls/atl100/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/atl100/libatl100.def --export ./dlls/atl100/atl100.spec
config.status: creating dlls/atl80/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/atl80/libatl80.def --export ./dlls/atl80/atl80.spec
config.status: creating dlls/avicap32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/avicap32/libavicap32.def --export ./dlls/avicap32/avicap32.spec
config.status: creating dlls/avifil32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/avifil32/libavifil32.def --export ./dlls/avifil32/avifil32.spec
config.status: creating dlls/avrt/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/avrt/libavrt.def --export ./dlls/avrt/avrt.spec
config.status: creating dlls/cabinet/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/cabinet/libcabinet.def --export ./dlls/cabinet/cabinet.spec
config.status: creating dlls/capi2032/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/capi2032/libcapi2032.def --export ./dlls/capi2032/capi2032.spec
config.status: creating dlls/cards/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/cards/libcards.def --export ./dlls/cards/cards.spec
config.status: creating dlls/cfgmgr32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/cfgmgr32/libcfgmgr32.def --export ./dlls/cfgmgr32/cfgmgr32.spec
config.status: creating dlls/clusapi/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/clusapi/libclusapi.def --export ./dlls/clusapi/clusapi.spec
config.status: creating dlls/comctl32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/comctl32/libcomctl32.def --export ./dlls/comctl32/comctl32.spec
config.status: creating dlls/comdlg32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/comdlg32/libcomdlg32.def --export ./dlls/comdlg32/comdlg32.spec
config.status: creating dlls/compstui/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/compstui/libcompstui.def --export ./dlls/compstui/compstui.spec
config.status: creating dlls/comsvcs/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/comsvcs/libcomsvcs.def --export ./dlls/comsvcs/comsvcs.spec
config.status: creating dlls/credui/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/credui/libcredui.def --export ./dlls/credui/credui.spec
config.status: creating dlls/crtdll/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/crtdll/libcrtdll.def --export ./dlls/crtdll/crtdll.spec
config.status: creating dlls/crypt32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/crypt32/libcrypt32.def --export ./dlls/crypt32/crypt32.spec
config.status: creating dlls/cryptdll/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/cryptdll/libcryptdll.def --export ./dlls/cryptdll/cryptdll.spec
config.status: creating dlls/cryptnet/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/cryptnet/libcryptnet.def --export ./dlls/cryptnet/cryptnet.spec
config.status: creating dlls/cryptui/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/cryptui/libcryptui.def --export ./dlls/cryptui/cryptui.spec
config.status: creating dlls/ctl3d32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/ctl3d32/libctl3d32.def --export ./dlls/ctl3d32/ctl3d32.spec
config.status: creating dlls/d3d10/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/d3d10/libd3d10.def --export ./dlls/d3d10/d3d10.spec
config.status: creating dlls/d3d10core/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/d3d10core/libd3d10core.def --export ./dlls/d3d10core/d3d10core.spec
config.status: creating dlls/d3d8/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/d3d8/libd3d8.def --export ./dlls/d3d8/d3d8.spec
config.status: creating dlls/d3d9/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/d3d9/libd3d9.def --export ./dlls/d3d9/d3d9.spec
config.status: creating dlls/d3dcompiler_43/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/d3dcompiler_43/libd3dcompiler.def --export ./dlls/d3dcompiler_43/d3dcompiler_43.spec
config.status: creating dlls/d3dim/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/d3dim/libd3dim.def --export ./dlls/d3dim/d3dim.spec
config.status: creating dlls/d3drm/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/d3drm/libd3drm.def --export ./dlls/d3drm/d3drm.spec
config.status: creating dlls/d3dx9_36/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/d3dx9_36/libd3dx9.def --export ./dlls/d3dx9_36/d3dx9_36.spec
config.status: creating dlls/d3dxof/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/d3dxof/libd3dxof.def --export ./dlls/d3dxof/d3dxof.spec
config.status: creating dlls/dbgeng/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/dbgeng/libdbgeng.def --export ./dlls/dbgeng/dbgeng.spec
config.status: creating dlls/dbghelp/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/dbghelp/libdbghelp.def --export ./dlls/dbghelp/dbghelp.spec
config.status: creating dlls/dciman32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/dciman32/libdciman32.def --export ./dlls/dciman32/dciman32.spec
config.status: creating dlls/ddraw/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/ddraw/libddraw.def --export ./dlls/ddraw/ddraw.spec
config.status: creating dlls/dinput/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/dinput/libdinput.def --export ./dlls/dinput/dinput.spec
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/dinput'
make[1]: `libdinput.def.a' jest aktualne.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/dinput'
config.status: creating dlls/dinput8/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/dinput8/libdinput8.def --export ./dlls/dinput8/dinput8.spec
config.status: creating dlls/dmusic32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/dmusic32/libdmusic32.def --export ./dlls/dmusic32/dmusic32.spec
config.status: creating dlls/dnsapi/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/dnsapi/libdnsapi.def --export ./dlls/dnsapi/dnsapi.spec
config.status: creating dlls/dplay/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/dplay/libdplay.def --export ./dlls/dplay/dplay.spec
config.status: creating dlls/dplayx/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/dplayx/libdplayx.def --export ./dlls/dplayx/dplayx.spec
config.status: creating dlls/dpnet/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/dpnet/libdpnet.def --export ./dlls/dpnet/dpnet.spec
config.status: creating dlls/dsound/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/dsound/libdsound.def --export ./dlls/dsound/dsound.spec
config.status: creating dlls/dwmapi/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/dwmapi/libdwmapi.def --export ./dlls/dwmapi/dwmapi.spec
config.status: creating dlls/dwrite/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/dwrite/libdwrite.def --export ./dlls/dwrite/dwrite.spec
config.status: creating dlls/dxerr8/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/dxerr8'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/dxerr8'
config.status: creating dlls/dxerr9/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/dxerr9'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/dxerr9'
config.status: creating dlls/dxgi/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/dxgi/libdxgi.def --export ./dlls/dxgi/dxgi.spec
config.status: creating dlls/dxguid/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/dxguid'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/dxguid'
config.status: creating dlls/faultrep/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/faultrep/libfaultrep.def --export ./dlls/faultrep/faultrep.spec
config.status: creating dlls/gdi32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/gdi32/libgdi32.def --export ./dlls/gdi32/gdi32.spec
config.status: creating dlls/gdiplus/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/gdiplus/libgdiplus.def --export ./dlls/gdiplus/gdiplus.spec
config.status: creating dlls/glu32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/glu32/libglu32.def --export ./dlls/glu32/glu32.spec
config.status: creating dlls/hhctrl.ocx/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/hhctrl.ocx/libhtmlhelp.def --export ./dlls/hhctrl.ocx/hhctrl.ocx.spec
config.status: creating dlls/hid/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/hid/libhid.def --export ./dlls/hid/hid.spec
config.status: creating dlls/hlink/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/hlink/libhlink.def --export ./dlls/hlink/hlink.spec
config.status: creating dlls/ieframe/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/ieframe/libieframe.def --export ./dlls/ieframe/ieframe.spec
config.status: creating dlls/imagehlp/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/imagehlp/libimagehlp.def --export ./dlls/imagehlp/imagehlp.spec
config.status: creating dlls/imm32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/imm32/libimm32.def --export ./dlls/imm32/imm32.spec
config.status: creating dlls/inetcomm/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/inetcomm/libinetcomm.def --export ./dlls/inetcomm/inetcomm.spec
config.status: creating dlls/iphlpapi/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/iphlpapi/libiphlpapi.def --export ./dlls/iphlpapi/iphlpapi.spec
config.status: creating dlls/kernel32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/kernel32/libkernel32.def --export ./dlls/kernel32/kernel32.spec
config.status: creating dlls/krnl386.exe16/Makefile
./tools/winebuild/winebuild  -m16 -w --def -o dlls/krnl386.exe16/libkernel.def --export ./dlls/krnl386.exe16/krnl386.exe16.spec
config.status: creating dlls/loadperf/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/loadperf/libloadperf.def --export ./dlls/loadperf/loadperf.spec
config.status: creating dlls/lz32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/lz32/liblz32.def --export ./dlls/lz32/lz32.spec
config.status: creating dlls/mapi32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/mapi32/libmapi32.def --export ./dlls/mapi32/mapi32.spec
config.status: creating dlls/mlang/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/mlang/libmlang.def --export ./dlls/mlang/mlang.spec
config.status: creating dlls/mpr/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/mpr/libmpr.def --export ./dlls/mpr/mpr.spec
config.status: creating dlls/mprapi/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/mprapi/libmprapi.def --export ./dlls/mprapi/mprapi.spec
config.status: creating dlls/msacm32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msacm32/libmsacm32.def --export ./dlls/msacm32/msacm32.spec
config.status: creating dlls/mscms/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/mscms/libmscms.def --export ./dlls/mscms/mscms.spec
config.status: creating dlls/msdmo/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msdmo/libmsdmo.def --export ./dlls/msdmo/msdmo.spec
config.status: creating dlls/mshtml/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/mshtml/libmshtml.def --export ./dlls/mshtml/mshtml.spec
config.status: creating dlls/msi/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msi/libmsi.def --export ./dlls/msi/msi.spec
config.status: creating dlls/msimg32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msimg32/libmsimg32.def --export ./dlls/msimg32/msimg32.spec
config.status: creating dlls/msvcr100/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msvcr100/libmsvcr100.def --export ./dlls/msvcr100/msvcr100.spec
config.status: creating dlls/msvcr110/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msvcr110/libmsvcr110.def --export ./dlls/msvcr110/msvcr110.spec
config.status: creating dlls/msvcr70/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msvcr70/libmsvcr70.def --export ./dlls/msvcr70/msvcr70.spec
config.status: creating dlls/msvcr71/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msvcr71/libmsvcr71.def --export ./dlls/msvcr71/msvcr71.spec
config.status: creating dlls/msvcr80/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msvcr80/libmsvcr80.def --export ./dlls/msvcr80/msvcr80.spec
config.status: creating dlls/msvcr90/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msvcr90/libmsvcr90.def --export ./dlls/msvcr90/msvcr90.spec
config.status: creating dlls/msvcrt/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msvcrt/libmsvcrt.def --export ./dlls/msvcrt/msvcrt.spec
config.status: creating dlls/msvcrt20/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msvcrt20/libmsvcrt20.def --export ./dlls/msvcrt20/msvcrt20.spec
config.status: creating dlls/msvcrt40/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msvcrt40/libmsvcrt40.def --export ./dlls/msvcrt40/msvcrt40.spec
config.status: creating dlls/msvcrtd/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msvcrtd/libmsvcrtd.def --export ./dlls/msvcrtd/msvcrtd.spec
config.status: creating dlls/msvfw32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/msvfw32/libmsvfw32.def --export ./dlls/msvfw32/msvfw32.spec
config.status: creating dlls/mswsock/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/mswsock/libmswsock.def --export ./dlls/mswsock/mswsock.spec
config.status: creating dlls/nddeapi/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/nddeapi/libnddeapi.def --export ./dlls/nddeapi/nddeapi.spec
config.status: creating dlls/netapi32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/netapi32/libnetapi32.def --export ./dlls/netapi32/netapi32.spec
config.status: creating dlls/newdev/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/newdev/libnewdev.def --export ./dlls/newdev/newdev.spec
config.status: creating dlls/normaliz/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/normaliz/libnormaliz.def --export ./dlls/normaliz/normaliz.spec
config.status: creating dlls/ntdll/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/ntdll/libntdll.def --export ./dlls/ntdll/ntdll.spec
config.status: creating dlls/ntdsapi/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/ntdsapi/libntdsapi.def --export ./dlls/ntdsapi/ntdsapi.spec
config.status: creating dlls/ntoskrnl.exe/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/ntoskrnl.exe/libntoskrnl.exe.def --export ./dlls/ntoskrnl.exe/ntoskrnl.exe.spec
config.status: creating dlls/odbc32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/odbc32/libodbc32.def --export ./dlls/odbc32/odbc32.spec
config.status: creating dlls/odbccp32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/odbccp32/libodbccp32.def --export ./dlls/odbccp32/odbccp32.spec
config.status: creating dlls/ole32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/ole32/libole32.def --export ./dlls/ole32/ole32.spec
config.status: creating dlls/oleacc/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/oleacc/liboleacc.def --export ./dlls/oleacc/oleacc.spec
config.status: creating dlls/oleaut32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/oleaut32/liboleaut32.def --export ./dlls/oleaut32/oleaut32.spec
config.status: creating dlls/olecli32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/olecli32/libolecli32.def --export ./dlls/olecli32/olecli32.spec
config.status: creating dlls/oledlg/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/oledlg/liboledlg.def --export ./dlls/oledlg/oledlg.spec
config.status: creating dlls/olepro32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/olepro32/libolepro32.def --export ./dlls/olepro32/olepro32.spec
config.status: creating dlls/olesvr32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/olesvr32/libolesvr32.def --export ./dlls/olesvr32/olesvr32.spec
config.status: creating dlls/opengl32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/opengl32/libopengl32.def --export ./dlls/opengl32/opengl32.spec
config.status: creating dlls/pdh/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/pdh/libpdh.def --export ./dlls/pdh/pdh.spec
config.status: creating dlls/powrprof/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/powrprof/libpowrprof.def --export ./dlls/powrprof/powrprof.spec
config.status: creating dlls/propsys/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/propsys/libpropsys.def --export ./dlls/propsys/propsys.spec
config.status: creating dlls/psapi/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/psapi/libpsapi.def --export ./dlls/psapi/psapi.spec
config.status: creating dlls/quartz/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/quartz/libquartz.def --export ./dlls/quartz/quartz.spec
config.status: creating dlls/rasapi32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/rasapi32/librasapi32.def --export ./dlls/rasapi32/rasapi32.spec
config.status: creating dlls/rasdlg/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/rasdlg/librasdlg.def --export ./dlls/rasdlg/rasdlg.spec
config.status: creating dlls/resutils/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/resutils/libresutils.def --export ./dlls/resutils/resutils.spec
config.status: creating dlls/riched20/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/riched20/libriched20.def --export ./dlls/riched20/riched20.spec
config.status: creating dlls/rpcrt4/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/rpcrt4/librpcrt4.def --export ./dlls/rpcrt4/rpcrt4.spec
config.status: creating dlls/rsaenh/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/rsaenh/librsaenh.def --export ./dlls/rsaenh/rsaenh.spec
config.status: creating dlls/rtutils/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/rtutils/librtutils.def --export ./dlls/rtutils/rtutils.spec
config.status: creating dlls/secur32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/secur32/libsecur32.def --export ./dlls/secur32/secur32.spec
config.status: creating dlls/sensapi/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/sensapi/libsensapi.def --export ./dlls/sensapi/sensapi.spec
config.status: creating dlls/serialui/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/serialui/libserialui.def --export ./dlls/serialui/serialui.spec
config.status: creating dlls/setupapi/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/setupapi/libsetupapi.def --export ./dlls/setupapi/setupapi.spec
config.status: creating dlls/sfc/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/sfc/libsfc.def --export ./dlls/sfc/sfc.spec
config.status: creating dlls/sfc_os/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/sfc_os/libsfc_os.def --export ./dlls/sfc_os/sfc_os.spec
config.status: creating dlls/shdocvw/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/shdocvw/libshdocvw.def --export ./dlls/shdocvw/shdocvw.spec
config.status: creating dlls/shell32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/shell32/libshell32.def --export ./dlls/shell32/shell32.spec
config.status: creating dlls/shfolder/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/shfolder/libshfolder.def --export ./dlls/shfolder/shfolder.spec
config.status: creating dlls/shlwapi/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/shlwapi/libshlwapi.def --export ./dlls/shlwapi/shlwapi.spec
config.status: creating dlls/slc/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/slc/libslc.def --export ./dlls/slc/slc.spec
config.status: creating dlls/snmpapi/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/snmpapi/libsnmpapi.def --export ./dlls/snmpapi/snmpapi.spec
config.status: creating dlls/spoolss/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/spoolss/libspoolss.def --export ./dlls/spoolss/spoolss.spec
config.status: creating dlls/sti/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/sti/libsti.def --export ./dlls/sti/sti.spec
config.status: creating dlls/strmbase/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/strmbase'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/strmbase'
config.status: creating dlls/strmiids/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/strmiids'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/strmiids'
config.status: creating dlls/sxs/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/sxs/libsxs.def --export ./dlls/sxs/sxs.spec
config.status: creating dlls/tapi32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/tapi32/libtapi32.def --export ./dlls/tapi32/tapi32.spec
config.status: creating dlls/unicows/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/unicows/libunicows.def --export ./dlls/unicows/unicows.spec
config.status: creating dlls/url/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/url/liburl.def --export ./dlls/url/url.spec
config.status: creating dlls/urlmon/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/urlmon/liburlmon.def --export ./dlls/urlmon/urlmon.spec
config.status: creating dlls/usbd.sys/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/usbd.sys/libusbd.sys.def --export ./dlls/usbd.sys/usbd.sys.spec
config.status: creating dlls/user32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/user32/libuser32.def --export ./dlls/user32/user32.spec
config.status: creating dlls/userenv/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/userenv/libuserenv.def --export ./dlls/userenv/userenv.spec
config.status: creating dlls/usp10/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/usp10/libusp10.def --export ./dlls/usp10/usp10.spec
config.status: creating dlls/uuid/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/uuid'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/uuid'
config.status: creating dlls/uxtheme/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/uxtheme/libuxtheme.def --export ./dlls/uxtheme/uxtheme.spec
config.status: creating dlls/vdmdbg/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/vdmdbg/libvdmdbg.def --export ./dlls/vdmdbg/vdmdbg.spec
config.status: creating dlls/version/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/version/libversion.def --export ./dlls/version/version.spec
config.status: creating dlls/webservices/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/webservices/libwebservices.def --export ./dlls/webservices/webservices.spec
config.status: creating dlls/wer/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/wer/libwer.def --export ./dlls/wer/wer.spec
config.status: creating dlls/windowscodecs/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/windowscodecs/libwindowscodecs.def --export ./dlls/windowscodecs/windowscodecs.spec
config.status: creating dlls/windowscodecsext/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/windowscodecsext/libwindowscodecsext.def --export ./dlls/windowscodecsext/windowscodecsext.spec
config.status: creating dlls/winecrt0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/winecrt0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/winecrt0'
config.status: creating dlls/wined3d/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/wined3d/libwined3d.def --export ./dlls/wined3d/wined3d.spec
config.status: creating dlls/winhttp/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/winhttp/libwinhttp.def --export ./dlls/winhttp/winhttp.spec
config.status: creating dlls/wininet/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/wininet/libwininet.def --export ./dlls/wininet/wininet.spec
config.status: creating dlls/winmm/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/winmm/libwinmm.def --export ./dlls/winmm/winmm.spec
config.status: creating dlls/winnls32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/winnls32/libwinnls32.def --export ./dlls/winnls32/winnls32.spec
config.status: creating dlls/winscard/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/winscard/libwinscard.def --export ./dlls/winscard/winscard.spec
config.status: creating dlls/winspool.drv/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/winspool.drv/libwinspool.def --export ./dlls/winspool.drv/winspool.drv.spec
config.status: creating dlls/wintab32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/wintab32/libwintab32.def --export ./dlls/wintab32/wintab32.spec
config.status: creating dlls/wintrust/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/wintrust/libwintrust.def --export ./dlls/wintrust/wintrust.spec
config.status: creating dlls/wldap32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/wldap32/libwldap32.def --export ./dlls/wldap32/wldap32.spec
config.status: creating dlls/wnaspi32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/wnaspi32/libwnaspi32.def --export ./dlls/wnaspi32/wnaspi32.spec
config.status: creating dlls/wow32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/wow32/libwow32.def --export ./dlls/wow32/wow32.spec
config.status: creating dlls/ws2_32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/ws2_32/libws2_32.def --export ./dlls/ws2_32/ws2_32.spec
config.status: creating dlls/wsnmp32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/wsnmp32/libwsnmp32.def --export ./dlls/wsnmp32/wsnmp32.spec
config.status: creating dlls/wsock32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/wsock32/libwsock32.def --export ./dlls/wsock32/wsock32.spec
config.status: creating dlls/wtsapi32/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/wtsapi32/libwtsapi32.def --export ./dlls/wtsapi32/wtsapi32.spec
config.status: creating dlls/xinput1_3/Makefile
./tools/winebuild/winebuild  -w --def -o dlls/xinput1_3/libxinput.def --export ./dlls/xinput1_3/xinput1_3.spec
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/acledit'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/acledit'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/aclui'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/aclui'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/activeds'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/activeds'
config.status: creating dlls/actxprxy/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/actxprxy'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/actxprxy'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/advapi32'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/advapi32'
config.status: creating dlls/advapi32/tests/Makefile
config.status: creating programs/winetest/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/advapi32/tests'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/advapi32/tests'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/advpack'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/advpack'
config.status: creating dlls/advpack/tests/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/advpack/tests'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/advpack/tests'
config.status: creating dlls/amstream/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/amstream'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/amstream'
config.status: creating dlls/amstream/tests/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/amstream/tests'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/amstream/tests'
config.status: creating dlls/api-ms-win-core-localregistry-l1-1-0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/api-ms-win-core-localregistry-l1-1-0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/api-ms-win-core-localregistry-l1-1-0'
config.status: creating dlls/api-ms-win-core-processthreads-l1-1-0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/api-ms-win-core-processthreads-l1-1-0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/api-ms-win-core-processthreads-l1-1-0'
config.status: creating dlls/api-ms-win-core-winrt-error-l1-1-0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/api-ms-win-core-winrt-error-l1-1-0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/api-ms-win-core-winrt-error-l1-1-0'
config.status: creating dlls/api-ms-win-core-winrt-string-l1-1-0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/api-ms-win-core-winrt-string-l1-1-0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/api-ms-win-core-winrt-string-l1-1-0'
config.status: creating dlls/api-ms-win-downlevel-advapi32-l1-1-0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-advapi32-l1-1-0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-advapi32-l1-1-0'
config.status: creating dlls/api-ms-win-downlevel-advapi32-l2-1-0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-advapi32-l2-1-0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-advapi32-l2-1-0'
config.status: creating dlls/api-ms-win-downlevel-normaliz-l1-1-0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-normaliz-l1-1-0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-normaliz-l1-1-0'
config.status: creating dlls/api-ms-win-downlevel-ole32-l1-1-0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-ole32-l1-1-0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-ole32-l1-1-0'
config.status: creating dlls/api-ms-win-downlevel-shell32-l1-1-0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-shell32-l1-1-0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-shell32-l1-1-0'
config.status: creating dlls/api-ms-win-downlevel-shlwapi-l1-1-0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-shlwapi-l1-1-0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-shlwapi-l1-1-0'
config.status: creating dlls/api-ms-win-downlevel-shlwapi-l2-1-0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-shlwapi-l2-1-0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-shlwapi-l2-1-0'
config.status: creating dlls/api-ms-win-downlevel-user32-l1-1-0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-user32-l1-1-0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-user32-l1-1-0'
config.status: creating dlls/api-ms-win-downlevel-version-l1-1-0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-version-l1-1-0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/api-ms-win-downlevel-version-l1-1-0'
config.status: creating dlls/api-ms-win-security-base-l1-1-0/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/api-ms-win-security-base-l1-1-0'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/api-ms-win-security-base-l1-1-0'
config.status: creating dlls/apphelp/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/apphelp'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/apphelp'
config.status: creating dlls/apphelp/tests/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/apphelp/tests'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/apphelp/tests'
config.status: creating dlls/appwiz.cpl/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/appwiz.cpl'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/appwiz.cpl'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/atl'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/atl'
config.status: creating dlls/atl/tests/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/atl/tests'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/atl/tests'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/atl100'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/atl100'
config.status: creating dlls/atl100/tests/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/atl100/tests'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/atl100/tests'
config.status: creating dlls/atl110/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/atl110'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/atl110'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/atl80'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/atl80'
config.status: creating dlls/atl80/tests/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/atl80/tests'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/atl80/tests'
config.status: creating dlls/atl90/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/atl90'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/atl90'
config.status: creating dlls/authz/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/authz'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/authz'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/avicap32'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/avicap32'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/avifil32'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/avifil32'
config.status: creating dlls/avifil32/tests/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/avifil32/tests'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/avifil32/tests'
config.status: creating dlls/avifile.dll16/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/avifile.dll16'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/avifile.dll16'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/avrt'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/avrt'
config.status: creating dlls/bcrypt/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/bcrypt'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/bcrypt'
config.status: creating dlls/browseui/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/browseui'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/browseui'
config.status: creating dlls/browseui/tests/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/browseui/tests'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/browseui/tests'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/cabinet'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/cabinet'
config.status: creating dlls/cabinet/tests/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/cabinet/tests'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/cabinet/tests'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/capi2032'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/capi2032'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/cards'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/cards'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/cfgmgr32'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/cfgmgr32'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/clusapi'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/clusapi'
config.status: creating dlls/comcat/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/comcat'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/comcat'
config.status: creating dlls/comcat/tests/Makefile
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/comcat/tests'
make[1]: Nie ma nic do zrobienia w `all'.
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/comcat/tests'
make[1]: Wejście do katalogu `/root/wine-1.7.10/dlls/comctl32'
../../tools/winegcc/winegcc -B../../tools/winebuild --sysroot=../.. -fasynchronous-unwind-tables -o comctl32.dll.so -shared comctl32.spec animate.o comboex.o comctl32undoc.o commctrl.o datetime.o \
  dpa.o draglist.o dsa.o flatsb.o header.o hotkey.o imagelist.o ipaddress.o listview.o monthcal.o \
  nativefont.o pager.o progress.o propsheet.o rebar.o smoothscroll.o status.o string.o syslink.o \
  tab.o theme_button.o theme_combo.o theme_dialog.o theme_edit.o theme_listbox.o theming.o toolbar.o \
  tooltips.o trackbar.o treeview.o updown.o comctl32.res -lwinmm -luxtheme -luuid -luser32 -lgdi32 \
  -ladvapi32 -Wb,-dwinmm -Wb,-duxtheme -lwine ../../libs/port/libwine_port.a -lm 
winebuild: monthcal.o is an empty file
winegcc: ../../tools/winebuild/winebuild failed
make[1]: *** [comctl32.dll.so] Błąd 2
make[1]: Opuszczenie katalogu `/root/wine-1.7.10/dlls/comctl32'
make: *** [dlls/comctl32] Błąd 2
Awatar użytkownika
Yampress
Administrator
Posty: 6400
Rejestracja: 09 sierpnia 2007, 21:41
Lokalizacja: PL

Post autor: Yampress »

środowisko developerskie dla debiana zainstalowałeś ?
zielony kazio
Posty: 6
Rejestracja: 25 lutego 2014, 10:57

Post autor: zielony kazio »

Nie i jak to zainstalować jak można?
jave już mam ale flash tez nie mogę znaleźć
Awatar użytkownika
Menel
Member
Posty: 1117
Rejestracja: 24 sierpnia 2013, 19:58
Lokalizacja: doktor informoparalityki

Post autor: Menel »

a potrzebny Ci najnowszy koniecznie?, bo w repo masz, ale trochę starsze dla stbilnego jest 1.4 a dla testinga 1.6
zielony kazio
Posty: 6
Rejestracja: 25 lutego 2014, 10:57

Post autor: zielony kazio »

nie byle heroes3 działało jak instaluje tak

Kod: Zaznacz cały

 apt-get install wine 
to brakuje servera i rejestru i nie ma gui
doinstalowałem q4wine i dalej brakuje w folderze root oraz użytkownika brak folderu ./wine
a odkryłem ukryte foldery w menadżerze ja mam testing
Awatar użytkownika
ArnVaker
Beginner
Posty: 277
Rejestracja: 10 października 2012, 21:58

Post autor: ArnVaker »

Menel pisze:w repo masz, ale trochę starsze dla stbilnego jest 1.4 a dla testinga 1.6
+ wine-unstable jeszcze: http://packages.qa.debian.org/w/wine-unstable.html
ODPOWIEDZ