Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
qt 4.4 i opengl
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
wodzik
l33t
l33t


Joined: 12 Jun 2005
Posts: 713
Location: Człuchów

PostPosted: Wed Feb 27, 2008 8:35 am    Post subject: qt 4.4 i opengl Reply with quote

wczoraj zauwazylem, ze w portage jest qt-4.4, wiec nie zastanawiajac sie dlugo zaczelem kompilowac. calkiem fajnie, ze rozbili to kilka mniejszych ebuildow, chociaz nie wiem jaki to ma sens, skoro do wszystkich uzywa tych samych zrodel (qt-x11-preview-opensource-src-4.4.0-tp1.tar.gz). zauwzylem ze przy kompilacji poszczegolnych czesci pojawia mi sie "OpenGL support ...... no", chociaz do samego qt jest dodana flaga opengl. ktos mi moze powiedziec czemu tak jest? bo chyba fajnie by bylo miec qt-gui z wkompilowana obsluga opengl
_________________
:() { :|: & };: <- nie próbuj wpisywać tego w konsoli
Back to top
View user's profile Send private message
Arfrever
Bodhisattva
Bodhisattva


Joined: 29 Apr 2006
Posts: 2463
Location: 異世界

PostPosted: Wed Feb 27, 2008 12:51 pm    Post subject: Reply with quote

A jak jest w wypadku "x11-libs/qt-opengl"?
Back to top
View user's profile Send private message
wodzik
l33t
l33t


Joined: 12 Jun 2005
Posts: 713
Location: Człuchów

PostPosted: Wed Feb 27, 2008 4:57 pm    Post subject: Reply with quote

hm w przypadku opengl jest "yes", ale mam nowy problem, przy kompilacji kadu 0.6 rc4mam takie co:
Code:
 *
 * ERROR: net-im/kadu-core-0.6.0_rc4 failed.
 * Call stack:
 *                    ebuild.sh, line   46:  Called pkg_setup
 *   kadu-core-0.6.0_rc4.ebuild, line   34:  Called built_with_use 'pkg_setup' 'pkg_setup'
 *                eutils.eclass, line 1726:  Called die
 * The specific snippet of code:
 *                  die)   die "$PKG does not actually support the $1 USE flag!";;
 *  The die message:
 *   x11-libs/qt-4.4.0_rc1 does not actually support the gif USE flag!


tyle, ze nigdzie tam nie ma flagi gif.
-----------------EDIT-----------
zauwazylem takie cos:
Code:
GIF support ......... plugin
TIFF support ........ plugin (system)
JPEG support ........ plugin (system)
PNG support ......... yes (system)

tyle ze nie wiem jak sie to ma do obslugi gifow, czy trza cos skompilowac, czy o co kaman
_________________
:() { :|: & };: <- nie próbuj wpisywać tego w konsoli
Back to top
View user's profile Send private message
OBenY
Guru
Guru


Joined: 15 Feb 2004
Posts: 552
Location: Poland -> Wroclaw

PostPosted: Wed Feb 27, 2008 5:13 pm    Post subject: Reply with quote

Przyjrzę się temu bliżej tym bardziej, ze finalna wersja 0.6.0 lada dzien bedzie gotowa :)
_________________
Linux registered user: #205241
KDE registered user: #1919
http://obeny.obeny.net
Back to top
View user's profile Send private message
Arfrever
Bodhisattva
Bodhisattva


Joined: 29 Apr 2006
Posts: 2463
Location: 異世界

PostPosted: Thu Feb 28, 2008 12:56 pm    Post subject: Reply with quote

wodzik wrote:
przy kompilacji kadu 0.6 rc4mam takie co:
Code:
 *
 * ERROR: net-im/kadu-core-0.6.0_rc4 failed.
 * Call stack:
 *                    ebuild.sh, line   46:  Called pkg_setup
 *   kadu-core-0.6.0_rc4.ebuild, line   34:  Called built_with_use 'pkg_setup' 'pkg_setup'
 *                eutils.eclass, line 1726:  Called die
 * The specific snippet of code:
 *                  die)   die "$PKG does not actually support the $1 USE flag!";;
 *  The die message:
 *   x11-libs/qt-4.4.0_rc1 does not actually support the gif USE flag!


tyle, ze nigdzie tam nie ma flagi gif.


Caleb Tennis zdecydował o niewyłączalności obsługi GIF, PNG i JPEG w "x11-libs/qt-gui".

Dodatkowo można zobaczyć Błąd 206571.
Back to top
View user's profile Send private message
Arfrever
Bodhisattva
Bodhisattva


Joined: 29 Apr 2006
Posts: 2463
Location: 異世界

PostPosted: Fri Feb 29, 2008 5:31 pm    Post subject: Reply with quote

Code:
--- net-im/kadu-core/kadu-core-0.6.0_rc4.ebuild
+++ net-im/kadu-core/kadu-core-0.6.0_rc4.ebuild
@@ -31,7 +31,7 @@
 pkg_setup()
 {
        # Break if qt3 is compiled without gif use flag
-       if has_version '=x11-libs/qt-3*' && ! built_with_use 'x11-libs/qt' gif
+       if has_version '=x11-libs/qt-3*' && ! built_with_use '=x11-libs/qt-3*' gif
        then
                die "Please re-emerge x11-libs/qt-3.x with the 'gif' flag set"
        fi
Back to top
View user's profile Send private message
wodzik
l33t
l33t


Joined: 12 Jun 2005
Posts: 713
Location: Człuchów

PostPosted: Fri Feb 29, 2008 7:08 pm    Post subject: Reply with quote

dobra zminilem recznie i w koncu trybi. a tak w ogole jak nalozyc ta late? bo jak bym nie probowal, to caly czas mam error.
_________________
:() { :|: & };: <- nie próbuj wpisywać tego w konsoli
Back to top
View user's profile Send private message
SlashBeast
Retired Dev
Retired Dev


Joined: 23 May 2006
Posts: 2922

PostPosted: Fri Feb 29, 2008 7:37 pm    Post subject: Reply with quote

error to dość ogólnie powiedziane. Albo, ręcznie zmień tą jedną linijkę albo użyj tego diffa i tyle.
Back to top
View user's profile Send private message
Arfrever
Bodhisattva
Bodhisattva


Joined: 29 Apr 2006
Posts: 2463
Location: 異世界

PostPosted: Fri Feb 29, 2008 7:46 pm    Post subject: Reply with quote

wodzik wrote:
a tak w ogole jak nalozyc ta late? bo jak bym nie probowal, to caly czas mam error.


To wynik przypadkowego przekształcenia 0x09 na 0x20.
Code:
patch -l ...
Back to top
View user's profile Send private message
OBenY
Guru
Guru


Joined: 15 Feb 2004
Posts: 552
Location: Poland -> Wroclaw

PostPosted: Sat Mar 01, 2008 3:40 pm    Post subject: Reply with quote

Arfrever: dzieki, zaaplikowane :)
_________________
Linux registered user: #205241
KDE registered user: #1919
http://obeny.obeny.net
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum