Почетак › Форуми › Линукс дистрибуције › Mandriva › Софтвер › problem sa instaliranjem zgv-a
- This topic has 1 одговор, 2 гласа, and was last updated 22 years, 10 months раније by
Nostromo.
-
АуторЧланци
-
4. новембар 2003. у 11:13 pm #3016
Arion
Учесникmozda sam se malo zaleteo sa postovanjem ovde ali… nestasan sam da da 🙂
poqsao sam da istaliram zgv
u INSTALL pise
”
once you’re sure those libraries are installed, you should have a
overall check through `config.mk’, to see if it all looks ok. Most
people should find it ok as-is, but you may want to change PREFIX
and/or comment out SHARE_INFIX if you want the files to go somewhere
other than /usr/bin, /usr/share/info, and /usr/share/man/man1. (The
latter two paths may look a little odd to old hands like me :-), but
they’re FHS-friendly and thus the default.)(There’s also an option to use a somewhat buggy SDL backend; I’d
recommend only using this if you really have to. Note that if you
do enable it, the zgv executable will be installed as `zgv-sdl’.)Then do `make’, and (as root) `make install’. This compiles zgv, then
installs it and its documentation (both info files and man page).
”
ja nisam znao sta se tu radi sa configure.mk ali sam probao
make
i rekao mi je
”
[root@localhost zgv-5.7]# make
cd src && make zgv
make[1]: Entering directory `~/programi/instaliraj!!/zgv-5.7/src’
gcc -O2 -Wall -fomit-frame-pointer -finline-functions -DBACKEND_SVGALIB -DRGB_DB_FILE=\”/usr/X11R6/lib/X11/rgb.txt\” -c -o zgv.o zgv.c
In file included from zgv.c:40:
zgv_io.h:18:17: vga.h: No such file or directory
zgv_io.h:19:19: vgagl.h: No such file or directory
zgv_io.h:20:22: vgamouse.h: No such file or directory
zgv.c:249: `G640x480x256′ undeclared here (not in a function)
zgv.c: In function `main’:
zgv.c:347: warning: implicit declaration of function `vga_disabledriverreport’
zgv.c:348: warning: implicit declaration of function `vga_init’
zgv.c: In function `my_mouse_init’:
zgv.c:436: warning: implicit declaration of function `vga_getmousetype’
zgv.c:439: `MOUSE_NONE’ undeclared (first use in this function)
zgv.c:439: (Each undeclared identifier is reported only once
zgv.c:439: for each function it appears in.)
zgv.c:449: warning: implicit declaration of function `mouse_init_return_fd’
zgv.c:450: `MOUSE_DEFAULTSAMPLERATE’ undeclared (first use in this function)
zgv.c:486: warning: implicit declaration of function `mouse_setscale’
zgv.c:493: warning: implicit declaration of function `mouse_setposition’
zgv.c: In function `load_one_file’:
zgv.c:579: warning: implicit declaration of function `vga_runinbackground’
zgv.c: In function `copyfromconfig’:
zgv.c:630: `G320x400x256′ undeclared (first use in this function)
zgv.c:630: `G360x480x256′ undeclared (first use in this function)
zgv.c:635: warning: implicit declaration of function `vga_hasmode’
zgv.c:636: `G640x480x256′ undeclared (first use in this function)
zgv.c:643: `G640x480x16′ undeclared (first use in this function)
zgv.c: In function `mainloop’:
zgv.c:877: warning: implicit declaration of function `mouse_getx’
zgv.c:877: warning: implicit declaration of function `mouse_gety’
zgv.c:878: warning: implicit declaration of function `mouse_getbutton’
zgv.c:916: `MOUSE_LEFTBUTTON’ undeclared (first use in this function)
zgv.c:939: warning: implicit declaration of function `vga_getydim’
zgv.c:940: warning: implicit declaration of function `vga_getxdim’
zgv.c:1052: `G640x480x16′ undeclared (first use in this function)
zgv.c:1233: warning: implicit declaration of function `mouse_close’
zgv.c: In function `draw_rb_menu’:
zgv.c:1594: `G640x480x16′ undeclared (first use in this function)
zgv.c:1603: warning: implicit declaration of function `gl_setcontextvga’
zgv.c:1604: warning: implicit declaration of function `gl_getbox’
zgv.c:1614: warning: implicit declaration of function `vga_getscansegment’
zgv.c:1627: `G640x480x256′ undeclared (first use in this function)
zgv.c:1629: `G800x600x256′ undeclared (first use in this function)
zgv.c:1631: `G1024x768x256′ undeclared (first use in this function)
zgv.c:1633: `G1280x1024x256′ undeclared (first use in this function)
zgv.c: In function `undraw_rb_menu’:
zgv.c:1652: `G640x480x16′ undeclared (first use in this function)
zgv.c:1655: warning: implicit declaration of function `gl_putbox’
zgv.c:1665: warning: implicit declaration of function `vga_drawscansegment’
zgv.c: In function `inithowfar’:
zgv.c:2039: warning: implicit declaration of function `vga_setcolor’
zgv.c:2041: warning: implicit declaration of function `vga_drawline’
zgv.c: In function `showhowfar’:
zgv.c:2080: warning: implicit declaration of function `vga_lockvc’
zgv.c:2081: warning: implicit declaration of function `vga_oktowrite’
zgv.c:2083: warning: implicit declaration of function `vga_unlockvc’
zgv.c: In function `smallhowfar’:
zgv.c:2104: warning: implicit declaration of function `mouse_update’
zgv.c: In function `showgifdir’:
zgv.c:2345: `G640x480x16′ undeclared (first use in this function)
zgv.c: In function `screenon’:
zgv.c:2650: warning: implicit declaration of function `vga_getcurrentmode’
zgv.c:2651: warning: implicit declaration of function `vga_setmode’
zgv.c:2657: warning: implicit declaration of function `vga_setpalette’
zgv.c:2658: warning: implicit declaration of function `vga_clear’
zgv.c:2672: `G640x480x16′ undeclared (first use in this function)
zgv.c:2762: warning: implicit declaration of function `vga_drawscanline’
zgv.c: In function `screenoff’:
zgv.c:2786: `TEXT’ undeclared (first use in this function)
make[1]: *** [zgv.o] Error 1
make[1]: Leaving directory `~/programi/instaliraj!!/zgv-5.7/src’
make: *** [zgv] Error 2
”
sta mi je on to sve ispisao? predpostavljam da terba da instaliram nesto pre nego sto ponovo poqsam da instaliram zgv, ali sta je to?hvala jos jedared…
6. новембар 2003. у 8:51 am #14288Nostromo
УчесникJesi pokusao mozda sa ovim paketom:
http://rpmfind.net/linux/RPM/PLD/dists/ra/PLD/i386/PLD/RPMS/zgv-5.5-2.i386.html -
АуторЧланци
Форум ‘Софтвер’ је закључан за нове теме и одговоре.