[3ddesktop-dev] Re: Compile prroblems on RH 7.3

Brad,

Here is what's happening:

It seems  to compile cleanly.  When I run 3ddeskd  I get  a crash and the 
error:

[root@localhost 3ddesktop-0.2.4]# ./3ddeskd
DCOPServer up and running.
Daemon started.  Run 3ddesk to activate.
[root@localhost 3ddesktop-0.2.4]# KCrash: crashing.... crashRecursionCounter 
= 2KCrash: Application Name = 3ddeskd path = <unknown> pid = 4004
Mutex destroy failure: Device or resource busy
kdeinit: Fatal IO error: client killed
kdeinit: sending SIGHUP to children.
kdeinit: sending SIGTERM to children.
kdeinit: Exit.

Then I  get a window that says:

SIGSEGV

Text appended for  you:

[New Thread 1024 (LWP 4167)]
0x420b48b9 in wait4 () from /lib/i686/libc.so.6
#0  0x420b48b9 in wait4 () from /lib/i686/libc.so.6
#1  0x4213030c in __DTOR_END__ () from /lib/i686/libc.so.6
#2  0x4041f5e2 in KCrash::defaultCrashHandler ()
   from /usr/lib/libkdecore-gcc2.96.so.4
#3  0x40f82f05 in pthread_sighandler () from /lib/i686/libpthread.so.0
#4  <signal handler called>
#5  0x40294539 in __nvsym17122 () from /usr/lib/libGL.so.1
#6  0x080ca440 in ?? ()
#7  0x080504a8 in initialize_3ddesktop () at 3ddeskd.cpp:1948
#8  0x08051355 in main (argc=1, argv=0xbffffa74) at 3ddeskd.cpp:2023
#9  0x42017589 in __libc_start_main () from /lib/i686/libc.so.6


This happens in Gnome and KDE and there is no core file dumped in the 
directory to send  you.

I dunno....any clues?

Best,
David




>From: Brad Wasson <bwasson@xxxxxxxxxx>
>Reply-To: 3ddesktop-dev@xxxxxxxxxxxxx
>To: "David Henry" <3ddesktop-dev@xxxxxxxxxxxxx>
>Subject: [3ddesktop-dev] Re: Compile prroblems on RH 7.3
>Date: Wed, 5 Mar 2003 09:44:12 -0500
>
>
>
>
>Can you send the full output of make all?  There should be
>'-lImlib2' in the link statement.  What output do you get from
>running "imlib2-config --libs" and "imlib2-config --cflags"?
>
>--Brad
>
>
>
>David Henry wrote:
>
> >
> >
> > Hi Brad,
> >
> > I am having compile problems wihh 3Ddesktop on RH7.3.  It is a new full
> > install.
> > I grabbed the Imlib2-1.0.6 and -devel RPMS an installed them.  I am
>getting
> > the following error.
> >
> > Any ideas?  Thanks in advance David
> > -------------
> >
> > [root@localhost 3ddesktop-0.2.4]# make all
> > win.o: In function `GLWindow::open_display(void)':
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:124: undefined reference to
> > `imlib_context_new'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:125: undefined reference to
> > `imlib_context_set_display'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:126: undefined reference to
> > `imlib_context_set_visual'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:127: undefined reference to
> > `imlib_context_set_colormap'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:128: undefined reference to
> > `imlib_context_set_drawable'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:129: undefined reference to
> > `imlib_context_set_anti_alias'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:130: undefined reference to
> > `imlib_context_set_blend'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:132: undefined reference to
> > `imlib_create_image'
> > win.o: In function `GLWindow::grab_screenshot_data_portion(int, int,
>int,
> > int)':/home/maxrisc/3ddesktop-0.2.4/win.cpp:484: undefined reference to
> > `imlib_create_image'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:489: undefined reference to
> > `imlib_context_set_image'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:494: undefined reference to
> > `imlib_copy_drawable_to_image'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:496: undefined reference to
> > `imlib_context_set_image'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:508: undefined reference to
> > `imlib_blend_image_onto_image'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:510: undefined reference to
> > `imlib_image_get_data'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:512: undefined reference to
> > `imlib_image_get_width'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:513: undefined reference to
> > `imlib_image_get_height'
> > win.o: In function `GLWindow::grab_screenshot_data(void)':
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:551: undefined reference to
> > `imlib_create_image'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:555: undefined reference to
> > `imlib_context_set_image'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:561: undefined reference to
> > `imlib_copy_drawable_to_image'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:563: undefined reference to
> > `imlib_context_set_image'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:564: undefined reference to
> > `imlib_image_clear'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:568: undefined reference to
> > `imlib_blend_image_onto_image'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:570: undefined reference to
> > `imlib_image_get_data'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:572: undefined reference to
> > `imlib_image_get_width'
> > /home/maxrisc/3ddesktop-0.2.4/win.cpp:573: undefined reference to
> > `imlib_image_get_height'
> > collect2: ld returned 1 exit status
> > make[1]: *** [3ddeskd] Error 1
> > make: *** [all] Error 2
> >
> > ------------------------------
> >
> > _________________________________________________________________
> > MSN 8 with e-mail virus protection service: 2 months FREE*
> > http://join.msn.com/?page=features/virus
> >
> >
> >
> >
>
>
>________________________________________________
>Get your own "800" number
>Voicemail, fax, email, and a lot more
>http://www.ureach.com/reg/tag
>


_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


Other related posts: