Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
3d Desktop problem
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
chanakam2000
Tux's lil' helper
Tux's lil' helper


Joined: 14 Sep 2006
Posts: 76

PostPosted: Fri Aug 31, 2007 2:17 pm    Post subject: 3d Desktop problem Reply with quote

Hi,
I tired to install 3ddesktop on my new gentoo box.
I used
Code:
emerge 3ddesktop


But it did not work. the following is the bottom of error log.

Quote:

ii686-pc-linux-gnu-g++ -Wall -O3 -DQT_CLEAN_NAMESPACE -DSHAREDIR=\"/usr/share/3ddesktop\" -DSYSCONFDIR=\"/etc\" -O2 -march=i686 -pipe -o 3ddesk 3ddesk.o -lm -lXxf86vm -lXext -lSM -lICE -lSM -lICE
i686-pc-linux-gnu-g++ -Wall -O3 -DQT_CLEAN_NAMESPACE -DSHAREDIR=\"/usr/share/3ddesktop\" -DSYSCONFDIR=\"/etc\" -O2 -march=i686 -pipe -o 3ddeskd -L/usr/lib -lImlib2 -lfreetype -lz -ldl -lm -lglut -lGLU -lGL -lSM -lICE -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi -lm 3ddeskd.o xutil.o arrange.o util.o win.o camera.o config.o -lm -lXxf86vm -lXext -lSM -lICE -lSM -lICE
win.o: In function `GLWindow::grab_screenshot_data()':
win.cpp:(.text+0xf6): undefined reference to `imlib_create_image_from_drawable'
win.o: In function `GLWindow::open_display()':
win.cpp:(.text+0xde3): undefined reference to `imlib_context_set_display'
win.cpp:(.text+0xdeb): undefined reference to `imlib_context_set_visual'
win.cpp:(.text+0xdf3): undefined reference to `imlib_context_set_colormap'
win.cpp:(.text+0xe10): undefined reference to `imlib_context_set_drawable'
win.o: In function `GLWindow::grab_screenshot_data_portion(int, int, int, int)':
win.cpp:(.text+0x10e1): undefined reference to `imlib_copy_drawable_to_image'
collect2: ld returned 1 exit status
make[1]: *** [3ddeskd] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-misc/3ddesktop-0.2.9/work/3ddesktop-0.2.9'
make: *** [all] Error 2

!!! ERROR: x11-misc/3ddesktop-0.2.9 failed.
Call stack:
ebuild.sh, line 1638: Called dyn_compile
ebuild.sh, line 985: Called qa_call 'src_compile'
ebuild.sh, line 44: Called src_compile
ebuild.sh, line 657: Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/x11-misc/3ddesktop-0.2.9/temp/build.log'.


can you please help me to overcome this. Thank !!


Chanaka
Back to top
View user's profile Send private message
Venomtits22
n00b
n00b


Joined: 31 Aug 2007
Posts: 6

PostPosted: Fri Aug 31, 2007 2:26 pm    Post subject: Re: 3d Desktop problem Reply with quote

chanakam2000 wrote:
Hi,
I tired to install 3ddesktop on my new gentoo box.
I used
Code:
emerge 3ddesktop


But it did not work. the following is the bottom of error log.

Quote:

ii686-pc-linux-gnu-g++ -Wall -O3 -DQT_CLEAN_NAMESPACE -DSHAREDIR=\"/usr/share/3ddesktop\" -DSYSCONFDIR=\"/etc\" -O2 -march=i686 -pipe -o 3ddesk 3ddesk.o -lm -lXxf86vm -lXext -lSM -lICE -lSM -lICE
i686-pc-linux-gnu-g++ -Wall -O3 -DQT_CLEAN_NAMESPACE -DSHAREDIR=\"/usr/share/3ddesktop\" -DSYSCONFDIR=\"/etc\" -O2 -march=i686 -pipe -o 3ddeskd -L/usr/lib -lImlib2 -lfreetype -lz -ldl -lm -lglut -lGLU -lGL -lSM -lICE -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi -lm 3ddeskd.o xutil.o arrange.o util.o win.o camera.o config.o -lm -lXxf86vm -lXext -lSM -lICE -lSM -lICE
win.o: In function `GLWindow::grab_screenshot_data()':
win.cpp:(.text+0xf6): undefined reference to `imlib_create_image_from_drawable'
win.o: In function `GLWindow::open_display()':
win.cpp:(.text+0xde3): undefined reference to `imlib_context_set_display'
win.cpp:(.text+0xdeb): undefined reference to `imlib_context_set_visual'
win.cpp:(.text+0xdf3): undefined reference to `imlib_context_set_colormap'
win.cpp:(.text+0xe10): undefined reference to `imlib_context_set_drawable'
win.o: In function `GLWindow::grab_screenshot_data_portion(int, int, int, int)':
win.cpp:(.text+0x10e1): undefined reference to `imlib_copy_drawable_to_image'
collect2: ld returned 1 exit status
make[1]: *** [3ddeskd] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-misc/3ddesktop-0.2.9/work/3ddesktop-0.2.9'
make: *** [all] Error 2

!!! ERROR: x11-misc/3ddesktop-0.2.9 failed.
Call stack:
ebuild.sh, line 1638: Called dyn_compile
ebuild.sh, line 985: Called qa_call 'src_compile'
ebuild.sh, line 44: Called src_compile
ebuild.sh, line 657: Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/x11-misc/3ddesktop-0.2.9/temp/build.log'.


can you please help me to overcome this. Thank !!


Chanaka


Bonjour,

I'd use just compiz over 3ddesktop there are enough 3d options and the rotating cube works well.
If you don't fancy compiz, try re-emerging Imlib2 and check your use options.

-=Venom=-
Back to top
View user's profile Send private message
chanakam2000
Tux's lil' helper
Tux's lil' helper


Joined: 14 Sep 2006
Posts: 76

PostPosted: Sun Sep 02, 2007 12:06 pm    Post subject: Re: 3d Desktop problem Reply with quote

Venomtits22 wrote:
chanakam2000 wrote:
Hi,
I tired to install 3ddesktop on my new gentoo box.
I used
Code:
emerge 3ddesktop


But it did not work. the following is the bottom of error log.

Quote:

ii686-pc-linux-gnu-g++ -Wall -O3 -DQT_CLEAN_NAMESPACE -DSHAREDIR=\"/usr/share/3ddesktop\" -DSYSCONFDIR=\"/etc\" -O2 -march=i686 -pipe -o 3ddesk 3ddesk.o -lm -lXxf86vm -lXext -lSM -lICE -lSM -lICE
i686-pc-linux-gnu-g++ -Wall -O3 -DQT_CLEAN_NAMESPACE -DSHAREDIR=\"/usr/share/3ddesktop\" -DSYSCONFDIR=\"/etc\" -O2 -march=i686 -pipe -o 3ddeskd -L/usr/lib -lImlib2 -lfreetype -lz -ldl -lm -lglut -lGLU -lGL -lSM -lICE -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi -lm 3ddeskd.o xutil.o arrange.o util.o win.o camera.o config.o -lm -lXxf86vm -lXext -lSM -lICE -lSM -lICE
win.o: In function `GLWindow::grab_screenshot_data()':
win.cpp:(.text+0xf6): undefined reference to `imlib_create_image_from_drawable'
win.o: In function `GLWindow::open_display()':
win.cpp:(.text+0xde3): undefined reference to `imlib_context_set_display'
win.cpp:(.text+0xdeb): undefined reference to `imlib_context_set_visual'
win.cpp:(.text+0xdf3): undefined reference to `imlib_context_set_colormap'
win.cpp:(.text+0xe10): undefined reference to `imlib_context_set_drawable'
win.o: In function `GLWindow::grab_screenshot_data_portion(int, int, int, int)':
win.cpp:(.text+0x10e1): undefined reference to `imlib_copy_drawable_to_image'
collect2: ld returned 1 exit status
make[1]: *** [3ddeskd] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-misc/3ddesktop-0.2.9/work/3ddesktop-0.2.9'
make: *** [all] Error 2

!!! ERROR: x11-misc/3ddesktop-0.2.9 failed.
Call stack:
ebuild.sh, line 1638: Called dyn_compile
ebuild.sh, line 985: Called qa_call 'src_compile'
ebuild.sh, line 44: Called src_compile
ebuild.sh, line 657: Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/x11-misc/3ddesktop-0.2.9/temp/build.log'.


can you please help me to overcome this. Thank !!


Chanaka


Bonjour,

I'd use just compiz over 3ddesktop there are enough 3d options and the rotating cube works well.
If you don't fancy compiz, try re-emerging Imlib2 and check your use options.

-=Venom=-



Thank !!!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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