[ reper @ 07.02.2005. 20:48 ] @
Zanima me koji je ovo kompajler i gde ga mogu skinuti... Vec imam instraliran gcc... Ne znam koji ce mi ovo ali mi ttreba za kompajliranje ATI control panela.... Ajd ako znate javite! |
[ reper @ 07.02.2005. 20:48 ] @
[ VRider @ 08.02.2005. 07:17 ] @
gcc je c/c++ kompajler, dok je g++ samo programcic koji poziva gcc sa odgovarajucim parametrima.
[ reper @ 08.02.2005. 12:02 ] @
Gde ga skinuti?
Nemogu da se snadjem na sajtu.... Daje direct link! Tnx! ![]() [ Mitrović Srđan @ 08.02.2005. 12:34 ] @
[ Alef @ 08.02.2005. 12:48 ] @
A verovetno si ga i dobio sa distribucijom Linuxa koju koristiš, pa ne moraš da skidaš…
Potraži na instalacionim diskovima ili već u paket menadžeru koji koristiš… [Ovu poruku je menjao Alef dana 08.02.2005. u 15:01 GMT+1] [ vladab @ 08.02.2005. 13:51 ] @
Probaj da ukucas u konzoli g++, pa ako kaze da nema tog programa, onda ga juri po netu.
[ VRider @ 08.02.2005. 19:02 ] @
Kom crnom netu?
Nema diska bez toga. [ reper @ 09.02.2005. 18:03 ] @
Na suse-u 9.1 nema ja sam vec skidao kopajliran gcc sa neta ali nesto nece da kopajlira c++....
verzija 3.3.3-41 [ Shatterhand @ 10.02.2005. 01:51 ] @
Jesi li siguran da nema g++? Malo mi je to nelogicno.
Code: shatter@fearless:~$ whereis g++ g++: /usr/bin/g++ /usr/man/man1/g++.1.gz /usr/share/man/man1/g++.1.gz Probaj na taj nacin... [ vladab @ 10.02.2005. 10:26 ] @
Citat: VRider: Kom crnom netu? Nema diska bez toga. Ma, znam, ali izgleda da je ovo neka cudna distribucija. :O) Probaj c++ umesto g++, mozda ce to da ti radi. [ reper @ 10.02.2005. 11:44 ] @
vedran@vexotron:~> whereis c++
c++: vedran@vexotron:~> whereis g++ g++: vedran@vexotron:~> wheresi gcc bash: wheresi: command not found vedran@vexotron:~> whereis gcc gcc: /usr/bin/gcc /usr/share/man/man1/gcc.1.gz vedran@vexotron:~> Slika govori za sebe.... ![]() [ Mitrović Srđan @ 10.02.2005. 13:27 ] @
vec rekoh ako koristis SuSe personal moras naknadno skinuti te pakete ;P
ftp://ftp.suse.com/pub/suse/i386/9.1/suse/i586/ [ reper @ 13.02.2005. 11:58 ] @
Ljudi podrska za ovo je shit... (c++) skinuo sam najnoviji libstdc i najnoviji gcc-c++ i opet k**** nece da kompajlira... tj. pocne i onda klasika make error!
Imali jos nesto sto treba da se instalira? [ axez @ 13.02.2005. 13:14 ] @
Bice da ti nesto ne radis kako treba.
Ajde sad reci sta pokusavas da kompajliras, koju tacno gresku javlja i sve ostalo po PS-u. [Ovu poruku je menjao VRider dana 14.02.2005. u 08:24 GMT+1] [ filmil @ 13.02.2005. 22:24 ] @
Citat: Ljudi podrska za ovo je shit... (c++) skinuo sam najnoviji libstdc i najnoviji gcc-c++ i opet k**** Ajde budi ljubazan pa objasni šta tačno želiš da uradiš, šta kucaš i kakve poruke dobijaš. f [ Leftist @ 15.02.2005. 12:45 ] @
mozda ti trebaju aclocal, autoconf , i m4. Naravno pod uslovom da si skinuo sve potrebne lib-ove (glibc i slicno)
[ homoludens @ 16.02.2005. 09:05 ] @
ovo jeste glupo, ali mi je doslo da kazem:
a da uzmes neku kompletniju distribuciju, sada ti fali g++, i verovatno jos nesto, kasnije ce ti trebati nesto trece..., ako nemas neku pristojnu vezu sa internetom, moze da ispadne dosta naporno. inace ja sam bio na suse-u jedno 1.5 godine, i mislio sam da su ti problemi normalni i da ja ne znam kako se to radi, a onda mi se sve to smucilo i reko hajde nesto drugo i uzeo slackware-a, i zamisli sve se lepo kompalira nemas nikakvih problema. inace sa suse je najpametnije da koristis rpm pakete kompajliranje je meni na njemu slabo islo, sada se jezim od rpm-a. verovatno da ljudi imaju bolja iskustva ali ja vise volim vanilla kernel i direktnu kontrolu, pa kada nesto ne radi barem znam zasto ne radi(mada mi se ovo jos nije desilo). [ reper @ 16.02.2005. 11:15 ] @
Uspeo sam da ga poteram ali imam gresku pri kompajliranju skoro svakog c++ programa... Evo primer za KONTROL PANEL ATijevih drivera:
vedran@linux:~/Desktop/fglrx_panel_sources> make gcc -c -g -O2 -fno-strength-reduce -funsigned-char -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/X11R6/include -I. -I./include_dummy FGLRXExtensions.c gcc -c -g -O2 -fno-strength-reduce -funsigned-char -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/X11R6/include -I. -I./include_dummy ATITVOExtensions.c g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy main.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy Sheet.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy Page.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy InfoPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy DualScreenPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy AdjustPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy TVoutAdjustPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy BoardInfo.cpp /usr/lib/qt3/bin/moc Sheet.h -o moc_Sheet.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy moc_Sheet.cpp /usr/lib/qt3/bin/moc Page.h -o moc_Page.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy moc_Page.cpp /usr/lib/qt3/bin/moc InfoPage.h -o moc_InfoPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy moc_InfoPage.cpp /usr/lib/qt3/bin/moc DualScreenPage.h -o moc_DualScreenPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy moc_DualScreenPage.cpp /usr/lib/qt3/bin/moc AdjustPage.h -o moc_AdjustPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy moc_AdjustPage.cpp /usr/lib/qt3/bin/moc TVoutAdjustPage.h -o moc_TVoutAdjustPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy moc_TVoutAdjustPage.cpp g++ FGLRXExtensions.o ATITVOExtensions.o main.o Sheet.o Page.o InfoPage.o DualScreenPage.o AdjustPage.o TVoutAdjustPage.o BoardInfo.o moc_Sheet.o moc_Page.o moc_InfoPage.o moc_DualScreenPage.o moc_AdjustPage.o moc_TVoutAdjustPage.o -o fireglcontrol.qt3.gcc3.3.3 -L/usr/lib/qt3/lib -L/usr/X11R6/lib -lqt -lGLU -lGL -lXmu -lICE -lSM -ldl -lXext -lX11 -lm -lXinerama -lXrender -lfreetype -lXxf86vm -L/usr/X11R6/lib -lXft /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld: cannot find -lqt collect2: ld returned 1 exit status make: *** [fireglcontrol.qt3.gcc3.3.3] Error 1 rm moc_Page.cpp moc_TVoutAdjustPage.cpp moc_AdjustPage.cpp moc_InfoPage.cpp moc_DualScreenPage.cpp moc_Sheet.cpp vedran@linux:~/Desktop/fglrx_panel_sources> Ima li neko ideju? [ filmil @ 16.02.2005. 11:53 ] @
Citat: g++ FGLRXExtensions.o ATITVOExtensions.o main.o Sheet.o Page.o InfoPage.o DualScreenPage.o AdjustPage.o TVoutAdjustPage.o BoardInfo.o moc_Sheet.o moc_Page.o moc_InfoPage.o moc_DualScreenPage.o moc_AdjustPage.o moc_TVoutAdjustPage.o -o fireglcontrol.qt3.gcc3.3.3 -L/usr/lib/qt3/lib -L/usr/X11R6/lib -lqt -lGLU -lGL -lXmu -lICE -lSM -ldl -lXext -lX11 -lm -lXinerama -lXrender -lfreetype -lXxf86vm -L/usr/X11R6/lib -lXft /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld: cannot find -lqt collect2: ld returned 1 exit status make: *** [fireglcontrol.qt3.gcc3.3.3] Error 1 rm moc_Page.cpp moc_TVoutAdjustPage.cpp moc_AdjustPage.cpp moc_InfoPage.cpp moc_DualScreenPage.cpp moc_Sheet.cpp vedran@linux:~/Desktop/fglrx_panel_sources Ima li neko ideju? Hint: distribucije zasnovane na RPM-u često dele biblioteke na runtime i development deo, pri čemu je runtime deo obično pod imenom ime, a development pod imenom ime-devel. Neke druge distribucije, kao npr. Slackware, ne prave ovu razliku. f [ Alef @ 16.02.2005. 12:03 ] @
A da pročitaš grešku koju ti je ispisao?
![]() Code: cannot find -lqt Nemaš Qt biblioteku. Poslušaj Homoludensov savet (ne moraš baš sa uzmeš Slackware, uzmi Mandrake, sa njim dolazi jako mnogo paketa za razvoj) ili nabavi na nekom CD-u dodatne pakete za Suse, dušu ćeš ispustiti, ako budeš svaki čas skidao nove sa neta sa lošom konekcijom. [ reper @ 16.02.2005. 18:52 ] @
Ali pobogu zaboga bas sam to insalirao:
qt3-3.3.1-33.i586.rpm i qt3-devel-3.3.1-33.i586.rpm Stvarno ne znam sta da radim... mozda noviji Qt3 da instaliram? [ reper @ 18.02.2005. 19:05 ] @
Evo da javim da sam instalirao i qt3-static-ista-verzija kao u proslom postu i sada dobijem ovo:
vedran@vexotron:~/Desktop/fglrx_panel_sources> make gcc -c -g -O2 -fno-strength-reduce -funsigned-char -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/X11R6/include -I. -I./include_dummy FGLRXExtensions.c gcc -c -g -O2 -fno-strength-reduce -funsigned-char -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/X11R6/include -I. -I./include_dummy ATITVOExtensions.c g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy main.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy Sheet.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy Page.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy InfoPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy DualScreenPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy AdjustPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy TVoutAdjustPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy BoardInfo.cpp /usr/lib/qt3/bin/moc Sheet.h -o moc_Sheet.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy moc_Sheet.cpp /usr/lib/qt3/bin/moc Page.h -o moc_Page.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy moc_Page.cpp /usr/lib/qt3/bin/moc InfoPage.h -o moc_InfoPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy moc_InfoPage.cpp /usr/lib/qt3/bin/moc DualScreenPage.h -o moc_DualScreenPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy moc_DualScreenPage.cpp /usr/lib/qt3/bin/moc AdjustPage.h -o moc_AdjustPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy moc_AdjustPage.cpp /usr/lib/qt3/bin/moc TVoutAdjustPage.h -o moc_TVoutAdjustPage.cpp g++ -c -O2 -fno-strength-reduce -funsigned-char -Wall -W -Dlinux -DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/lib/qt3/include -I. -I./include_dummy moc_TVoutAdjustPage.cpp g++ FGLRXExtensions.o ATITVOExtensions.o main.o Sheet.o Page.o InfoPage.o DualScreenPage.o AdjustPage.o TVoutAdjustPage.o BoardInfo.o moc_Sheet.o moc_Page.o moc_InfoPage.o moc_DualScreenPage.o moc_AdjustPage.o moc_TVoutAdjustPage.o -o fireglcontrol.qt3.gcc3.3.3 -L/usr/lib/qt3/lib -L/usr/X11R6/lib -lqt -lGLU -lGL -lXmu -lICE -lSM -ldl -lXext -lX11 -lm -lXinerama -lXrender -lfreetype -lXxf86vm -L/usr/X11R6/lib -lXft /usr/lib/qt3/lib/libqt.a(qapplication_x11.o)(.text+0xd726): In function `.L4290': : undefined reference to `XRRUpdateConfiguration' /usr/lib/qt3/lib/libqt.a(qapplication_x11.o)(.text+0xd73e): In function `.L4290': : undefined reference to `XRRRootToScreen' /usr/lib/qt3/lib/libqt.a(qapplication_x11.o)(.text+0xf34d): In function `qt_init_internal(int*, char**, _XDisplay*, unsigned long, unsigned long)': : undefined reference to `XListInputDevices' /usr/lib/qt3/lib/libqt.a(qapplication_x11.o)(.text+0xf715): In function `qt_init_internal(int*, char**, _XDisplay*, unsigned long, unsigned long)': : undefined reference to `XFreeDeviceList' /usr/lib/qt3/lib/libqt.a(qapplication_x11.o)(.text+0xf8ea): In function `qt_init_internal(int*, char**, _XDisplay*, unsigned long, unsigned long)': : undefined reference to `XOpenDevice' /usr/lib/qt3/lib/libqt.a(qapplication_x11.o)(.text+0xf9bc): In function `qt_init_internal(int*, char**, _XDisplay*, unsigned long, unsigned long)': : undefined reference to `XOpenDevice' /usr/lib/qt3/lib/libqt.a(qapplication_x11.o)(.text+0xfa65): In function `qt_init_internal(int*, char**, _XDisplay*, unsigned long, unsigned long)': : undefined reference to `XRRSelectInput' /usr/lib/qt3/lib/libqt.a(qapplication_x11.o)(.text+0x10c2a): In function `qt_init_internal(int*, char**, _XDisplay*, unsigned long, unsigned long)': : undefined reference to `XRRQueryExtension' /usr/lib/qt3/lib/libqt.a(qapplication_x11.o)(.text+0x123ae): In function `qt_cleanup()': : undefined reference to `XCloseDevice' /usr/lib/qt3/lib/libqt.a(qapplication_x11.o)(.text+0x123de): In function `qt_cleanup()': : undefined reference to `XCloseDevice' /usr/lib/qt3/lib/libqt.a(qwidget_x11.o)(.text+0x33dc): In function `QWidget::setMouseTracking(bool)': : undefined reference to `XSelectExtensionEvent' /usr/lib/qt3/lib/libqt.a(qwidget_x11.o)(.text+0x341e): In function `QWidget::setMouseTracking(bool)': : undefined reference to `XSelectExtensionEvent' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0x28a): In function `write_jpeg_image(QImageIO*)': : undefined reference to `jpeg_std_error' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0x300): In function `write_jpeg_image(QImageIO*)': : undefined reference to `jpeg_CreateCompress' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0x35a): In function `write_jpeg_image(QImageIO*)': : undefined reference to `jpeg_set_defaults' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0x3a2): In function `write_jpeg_image(QImageIO*)': : undefined reference to `jpeg_set_quality' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0x3b3): In function `write_jpeg_image(QImageIO*)': : undefined reference to `jpeg_start_compress' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0x42d): In function `write_jpeg_image(QImageIO*)': : undefined reference to `jpeg_write_scanlines' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0x52a): In function `write_jpeg_image(QImageIO*)': : undefined reference to `jpeg_finish_compress' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0x532): In function `write_jpeg_image(QImageIO*)': : undefined reference to `jpeg_destroy_compress' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0xa11): In function `read_jpeg_image(QImageIO*)': : undefined reference to `jpeg_resync_to_restart' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0xa4f): In function `read_jpeg_image(QImageIO*)': : undefined reference to `jpeg_CreateDecompress' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0xa69): In function `read_jpeg_image(QImageIO*)': : undefined reference to `jpeg_std_error' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0xa9b): In function `read_jpeg_image(QImageIO*)': : undefined reference to `jpeg_destroy_decompress' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0xad3): In function `read_jpeg_image(QImageIO*)': : undefined reference to `jpeg_read_header' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0xadb): In function `read_jpeg_image(QImageIO*)': : undefined reference to `jpeg_start_decompress' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0xc9f): In function `read_jpeg_image(QImageIO*)': : undefined reference to `jpeg_read_scanlines' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0xcbd): In function `read_jpeg_image(QImageIO*)': : undefined reference to `jpeg_finish_decompress' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0x105f): In function `read_jpeg_image(QImageIO*)': : undefined reference to `jpeg_finish_decompress' /usr/lib/qt3/lib/libqt.a(qjpegio.o)(.text+0x1143): In function `read_jpeg_image(QImageIO*)': : undefined reference to `jpeg_read_scanlines' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x19c): In function `qt_zlib_compression_hack()': : undefined reference to `compress' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1ba): In function `qt_zlib_compression_hack()': : undefined reference to `uncompress' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x3bf): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_get_IHDR' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x40c): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_read_update_info' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x4dd): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_set_expand' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x53a): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_get_valid' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x574): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_read_update_info' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x5a ![]() : undefined reference to `png_get_valid' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x625): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_set_invert_mono' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x637): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_read_update_info' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x6b9): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_set_packing' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x6fa): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_set_filler' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x751): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_get_valid' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x772): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_get_gAMA' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x78 ![]() : undefined reference to `png_set_gamma' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x7a ![]() : undefined reference to `png_get_valid' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x7d0): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_set_packing' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x7e4): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_read_update_info' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x81f): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_get_IHDR' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x87a): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_get_valid' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x921): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_set_bgr' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x92e): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_set_gray_to_rgb' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x93e): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_set_strip_16' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x95e): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_get_valid' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x975): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_set_strip_16' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x985): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_set_swap_alpha' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x997): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_set_expand' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x99f): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_set_strip_16' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x9a7): In function `setup_qt(QImage&, png_struct_def*, png_info_struct*, float)': : undefined reference to `png_set_gray_to_rgb' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xb39): In function `read_png_image(QImageIO*)': : undefined reference to `png_create_read_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xb81): In function `read_png_image(QImageIO*)': : undefined reference to `png_set_error_fn' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xb8c): In function `read_png_image(QImageIO*)': : undefined reference to `png_create_info_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xbaa): In function `read_png_image(QImageIO*)': : undefined reference to `png_destroy_read_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xbc7): In function `read_png_image(QImageIO*)': : undefined reference to `png_create_info_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xbe6): In function `read_png_image(QImageIO*)': : undefined reference to `png_destroy_read_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xc1 ![]() : undefined reference to `png_destroy_read_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xc42): In function `read_png_image(QImageIO*)': : undefined reference to `png_set_read_fn' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xc54): In function `read_png_image(QImageIO*)': : undefined reference to `png_read_info' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xc9a): In function `read_png_image(QImageIO*)': : undefined reference to `png_destroy_read_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xcf ![]() : undefined reference to `png_get_IHDR' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xd39): In function `read_png_image(QImageIO*)': : undefined reference to `png_read_image' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xd4b): In function `read_png_image(QImageIO*)': : undefined reference to `png_get_x_pixels_per_meter' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xd69): In function `read_png_image(QImageIO*)': : undefined reference to `png_get_y_pixels_per_meter' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xd9c): In function `read_png_image(QImageIO*)': : undefined reference to `png_get_text' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xe6d): In function `read_png_image(QImageIO*)': : undefined reference to `png_read_end' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xe86): In function `read_png_image(QImageIO*)': : undefined reference to `png_destroy_read_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xf19): In function `qpiw_flush_fn': : undefined reference to `png_get_io_ptr' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xf54): In function `iod_read_fn': : undefined reference to `png_get_io_ptr' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xf9c): In function `iod_read_fn': : undefined reference to `png_error' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xfd4): In function `qpiw_write_fn': : undefined reference to `png_get_io_ptr' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0xfff): In function `qpiw_write_fn': : undefined reference to `png_error' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1065): In function `QPNGFormat::end(png_struct_def*, png_info_struct*)': : undefined reference to `png_get_x_offset_pixels' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x107d): In function `QPNGFormat::end(png_struct_def*, png_info_struct*)': : undefined reference to `png_get_y_offset_pixels' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x10cd): In function `QPNGFormat::end(png_struct_def*, png_info_struct*)': : undefined reference to `png_get_x_pixels_per_meter' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x10eb): In function `QPNGFormat::end(png_struct_def*, png_info_struct*)': : undefined reference to `png_get_y_pixels_per_meter' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x111e): In function `QPNGFormat::end(png_struct_def*, png_info_struct*)': : undefined reference to `png_get_text' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x126 ![]() : undefined reference to `png_progressive_combine_row' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x12c4): In function `QPNGFormat::info(png_struct_def*, png_info_struct*)': : undefined reference to `png_set_interlace_handling' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1339): In function `QPNGFormat::decode(QImage&, QImageConsumer*, unsigned char const*, int)': : undefined reference to `png_create_read_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1370): In function `QPNGFormat::decode(QImage&, QImageConsumer*, unsigned char const*, int)': : undefined reference to `png_set_error_fn' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1382): In function `QPNGFormat::decode(QImage&, QImageConsumer*, unsigned char const*, int)': : undefined reference to `png_set_compression_level' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1390): In function `QPNGFormat::decode(QImage&, QImageConsumer*, unsigned char const*, int)': : undefined reference to `png_create_info_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x13e4): In function `QPNGFormat::decode(QImage&, QImageConsumer*, unsigned char const*, int)': : undefined reference to `png_set_progressive_read_fn' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x140a): In function `QPNGFormat::decode(QImage&, QImageConsumer*, unsigned char const*, int)': : undefined reference to `png_set_sig_bytes' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1469): In function `QPNGFormat::decode(QImage&, QImageConsumer*, unsigned char const*, int)': : undefined reference to `png_process_data' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x14b0): In function `QPNGFormat::decode(QImage&, QImageConsumer*, unsigned char const*, int)': : undefined reference to `png_destroy_read_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x14e6): In function `QPNGFormat::decode(QImage&, QImageConsumer*, unsigned char const*, int)': : undefined reference to `png_destroy_read_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1525): In function `QPNGFormat::decode(QImage&, QImageConsumer*, unsigned char const*, int)': : undefined reference to `png_destroy_read_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x155e): In function `end_callback': : undefined reference to `png_get_progressive_ptr' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x159e): In function `row_callback': : undefined reference to `png_get_progressive_ptr' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x15ee): In function `info_callback': : undefined reference to `png_get_progressive_ptr' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x166a): In function `QPNGFormat::~QPNGFormat [in-charge deleting]()': : undefined reference to `png_destroy_read_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x16e4): In function `QPNGFormat::~QPNGFormat [in-charge]()': : undefined reference to `png_destroy_read_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1754): In function `QPNGFormat::~QPNGFormat [not-in-charge]()': : undefined reference to `png_destroy_read_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x19d ![]() : undefined reference to `png_set_text' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1aba): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_create_write_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1aee): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_set_error_fn' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1af9): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_create_info_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1b11): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_destroy_write_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1b51): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_set_compression_level' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1b9 ![]() : undefined reference to `png_set_write_fn' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1c12): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_set_IHDR' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1cac): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_set_sig_bytes' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1ce2): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_set_pHYs' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1d09): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_write_info' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1d34): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_set_packing' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1daf): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_write_chunk' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1e20): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_write_chunk' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1e60): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_get_IHDR' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1ea6): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_write_image' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1ec4): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_write_end' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1f00): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_destroy_write_struct' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1f4e): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_set_oFFs' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x1f86): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_set_PLTE' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x2071): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_set_packswap' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x20a3): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_set_filler' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x2134): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_set_tRNS' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x2157): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_set_gAMA' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x217c): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_set_bgr' /usr/lib/qt3/lib/libqt.a(qpngio.o)(.text+0x218c): In function `QPNGImageWriter::writeImage(QImage const&, int, int, int)': : undefined reference to `png_set_swap_alpha' /usr/lib/qt3/lib/libqt.a(qcstring.o)(.text+0x305b): In function `qUncompress(unsigned char const*, int)': : undefined reference to `uncompress' /usr/lib/qt3/lib/libqt.a(qcstring.o)(.text+0x31db): In function `qCompress(unsigned char const*, int)': : undefined reference to `compress' collect2: ld returned 1 exit status make: *** [fireglcontrol.qt3.gcc3.3.3] Error 1 rm moc_Page.cpp moc_TVoutAdjustPage.cpp moc_AdjustPage.cpp moc_InfoPage.cpp moc_DualScreenPage.cpp moc_Sheet.cpp vedran@vexotron:~/Desktop/fglrx_panel_sources> Razmisljam mozda da mu je prestara ova verzija Qt3-a ilii vi imate bolju ideju? P.S. Jel uspeo neko da kompajlira ovaj s***it? ![]() [ homoludens @ 19.02.2005. 05:38 ] @
pa verovatno ti verzija qt nije ok (mozda je stara,a mozda je i previse nova-sumnjam)
proveri sve dependens, i za drivere i za g++, sigurno pise negde u doc ili na sajtovima. a da, moguce je i da ti imas sve sto treba samo se stvari nalaze na pogresnim/nepoznatim mestima. inace to sto ti se gore javlje jeste problem (po meni) rpm-based distribucija, sa rpm-a sve lepo radi, ali kada krem u kompajliranje zivot mi se smuci od gresaka. ja nisam mogao da izadjem na kraj sa tim, ko moze svaka cast. a i tebi zelim srecu sa tim. [ homoludens @ 19.02.2005. 06:37 ] @
hajde da probam da budem i koristan:
jesi li odradio onako kako pise u readme fajlu: ftp://ftp.suse.com/pub/suse/i3...se91/i386/fglrx/8.10.19/README evo howto http://www.rage3d.com/content/articles/atilinuxhowto/ ovo pretpostavljam da si gledao: http://www.ati.com/support/infobase/linuxhowto-ati.html a na kraju nisam shvatio da li si uspeo u instalaciji gcc-a ili ne? [ reper @ 19.02.2005. 11:46 ] @
Jesam gcc odnosno C++ sada radi ali nemere da se kompajlira nesto ovaj driver.. I stvarno ne znam zasto
sve zive pakete od Qt3-a sam instalirao... i sve verzija 3.3.1 pa sam onda instalirao 3.3.3 i opet isti shit... Sada skidam sa Qt-ovog sajta najnoviju verziju pa cu je kompajlirati i probati i javiti rezultate... A u medjuvremenu neka se javi neko ko je nekim slucaj kompajlirao taj panel... Imam najnovije drivere za moju Radeonku.. [ filmil @ 19.02.2005. 23:16 ] @
Citat: inace to sto ti se gore javlje jeste problem (po meni) rpm-based distribucija, sa rpm-a sve lepo radi, ali kada krem u kompajliranje zivot mi se smuci od gresaka. ja nisam mogao da izadjem na kraj sa tim, ko moze svaka cast. a i tebi zelim srecu sa tim. Da stvari budu gore, ovde kod mene (Fedora Core 3) devel paketi kao da nemaju definisane međuzavisnosti pa apt ili šta se već koristi za dopremanje uopšte ne instalira sve -devel koji fale. Kompajliranje je jednostavno jednom kada instaliraš sve potrebne -devel pakete, ali na žalost u većini slučajeva treba ih instalirati mnogo, mnogo. Pogotovo ako misliš da prevedeš nešto za KDE ili GNOME recimo. f [ filmil @ 19.02.2005. 23:19 ] @
Citat: Jesam gcc odnosno C++ sada radi ali nemere da se kompajlira nesto ovaj driver.. I stvarno ne znam zasto Druga stvar, Qt ima „notorno“ nestandardne direktorijume u koje pakuje biblioteke, pa bi vredelo da probaš da uz pomoć LDFLAGS objasniš skriptu ./configure gde treba da traži Qt. f Copyright (C) 2001-2025 by www.elitesecurity.org. All rights reserved.
|