Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > LinuxICE


Reply
 
Share Thread Tools Display Modes
Old 09-15-2008, 12:34 AM   #16
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,043
kev000 will become famous soon enough
Quote: Originally Posted by vyper1877 View Post
This is what I get when I try to run now that I applied the above fix, I get this message.

/usr/local/bin# ./nghost
09/14/2008 23:17:27 EDT - nghost.conf not found in ~/.nghost. Now looking in /usr/local/etc/nghost/.
09/14/2008 23:17:27 EDT - found config nghost.conf at /usr/local/etc/nghost/
Segmentation fault

That's a bummer. Can you run it through gdb and give me a stack trace? My guess is that it's a configuration problem.

Code:
gdb nghost run ... (nghost crashes) bt

thanks
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-15-2008, 11:00 PM   #17
Newbie
 
Join Date: Feb 2008
Posts: 7
vyper1877 is an unknown quantity at this point
gdb output

#/usr/local/bin# gdb nghost
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) run
Starting program: /usr/local/bin/nghost
[Thread debugging using libthread_db enabled]
09/15/2008 22:55:08 EDT - nghost.conf not found in ~/.nghost. Now looking in /usr/local/etc/nghost/.
09/15/2008 22:55:08 EDT - found config nghost.conf at /usr/local/etc/nghost/
[New Thread 0xb72d9700 (LWP 4961)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb72d9700 (LWP 4961)]
0xb7f1b820 in nghost::gfxengine_generic::createXScreen (this=0x8a78310, sr=@0xbfd7da8c) at gfxengine.cpp:130
130 win_x, win_y, width, height, win_border_width, BlackPixel(g_display, g_screen), WhitePixel(g_display,g_screen));
(gdb)

Thanks...
vyper1877 is offline   Reply With Quote
Old 09-16-2008, 07:19 AM   #18
Newbie
 
Join Date: Sep 2008
Posts: 2
chriswiggins is an unknown quantity at this point
I have the same problem

Hi kev000,

Your help on the X11 headers lead me to try the gentoo ebuild for some strange reason. Sure enough libnghost and nghost compiled fine

I am now also getting the segmentation fault but plugins are loaded etc and the screen flashes with the nghost window but disappears very quickly.

Ideas?

Cheers
Chris
chriswiggins is offline   Reply With Quote
Old 09-18-2008, 11:01 PM   #19
Newbie
 
Join Date: Feb 2008
Posts: 7
vyper1877 is an unknown quantity at this point
kev000,
Your help is greatly appreciated on this...
I guess I could install ubuntu in my computer, but I like having the real thing installed in my computer(debian)
Anyhow, I would like to see this resolved, otherwise, I think I am going to have to go looking for another front end
vyper1877 is offline   Reply With Quote
Old 09-19-2008, 12:20 AM   #20
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,043
kev000 will become famous soon enough
Quote: Originally Posted by vyper1877 View Post
#/usr/local/bin# gdb nghost
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) run
Starting program: /usr/local/bin/nghost
[Thread debugging using libthread_db enabled]
09/15/2008 22:55:08 EDT - nghost.conf not found in ~/.nghost. Now looking in /usr/local/etc/nghost/.
09/15/2008 22:55:08 EDT - found config nghost.conf at /usr/local/etc/nghost/
[New Thread 0xb72d9700 (LWP 4961)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb72d9700 (LWP 4961)]
0xb7f1b820 in nghost::gfxengine_generic::createXScreen (this=0x8a78310, sr=@0xbfd7da8c) at gfxengine.cpp:130
130 win_x, win_y, width, height, win_border_width, BlackPixel(g_display, g_screen), WhitePixel(g_display,g_screen));
(gdb)

Thanks...

vyper, can you type "bt" after you get to that point in gdb? That will give me the full stack trace.

I can't think of a reason why it would be crashing there. What resolution are you running at? Also, what version of X are you running?

also, make sure that "gui3" is disabled and you have compiled sdl_image with png support (learned from one of the guys that runs gentoo).
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development

Last edited by kev000; 09-19-2008 at 12:23 AM.
kev000 is offline   Reply With Quote
Old 09-19-2008, 12:21 AM   #21
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,043
kev000 will become famous soon enough
Quote: Originally Posted by chriswiggins View Post
Hi kev000,

Your help on the X11 headers lead me to try the gentoo ebuild for some strange reason. Sure enough libnghost and nghost compiled fine

I am now also getting the segmentation fault but plugins are loaded etc and the screen flashes with the nghost window but disappears very quickly.

Ideas?

Cheers
Chris

chris, can you also run this through gdb? I wonder if you are crashing at the same point as vyper....

is this debian etch or lenny? (sid?)???
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development

Last edited by kev000; 09-19-2008 at 12:23 AM.
kev000 is offline   Reply With Quote
Old 09-19-2008, 12:56 AM   #22
Newbie
 
Join Date: Feb 2008
Posts: 7
vyper1877 is an unknown quantity at this point
Hi Kev000, I am running, Lenny
X.Org X Server 1.4.2
I have tried running the program at various resolutions, but that does not fix the problem, mainly running at 1400x1050, but like I said I have even tried with all the other available ones.
# gdb nghost
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) run
Starting program: /usr/local/bin/nghost
[Thread debugging using libthread_db enabled]
09/19/2008 00:36:35 EDT - nghost.conf not found in ~/.nghost. Now looking in /u sr/local/etc/nghost/.
09/19/2008 00:36:35 EDT - found config nghost.conf at /usr/local/etc/nghost/
[New Thread 0xb7339700 (LWP 12045)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7339700 (LWP 12045)]
0xb7f7b820 in nghost::gfxengine_generic::createXScreen (this=0x878f310,
sr=@0xbf9df6ec) at gfxengine.cpp:130
130 win_x, win_y, width, height, win_border_width, BlackPi xel(g_display, g_screen), WhitePixel(g_display,g_screen));
(gdb) bt
#0 0xb7f7b820 in nghost::gfxengine_generic::createXScreen (this=0x878f310,
sr=@0xbf9df6ec) at gfxengine.cpp:130
#1 0xb7f7bc1f in nghost::gfxengine_sdl::createScreen (this=0x878f310,
sr=@0xbf9df6ec) at gfxengine.cpp:213
#2 0x0805ae6a in main (argc=1, argv=Cannot access memory at address 0x4
) at main.cpp:195
(gdb)
vyper1877 is offline   Reply With Quote
Old 09-23-2008, 01:43 PM   #23
Newbie
 
Join Date: Sep 2008
Posts: 11
Virtuoid is an unknown quantity at this point
help pls

this is what i get with ./configure

virtuoid@Virtu-Ubuntu:~/Desktop/xds.txt/libnghost-2.0.1$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether build environment is sane... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for xmlpp... configure: error: Package requirements (libxml++-2.6) were not met:

No package 'libxml++-2.6' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables xmlpp_CFLAGS
and xmlpp_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

this is what i get with make

virtuoid@Virtu-Ubuntu:~/Desktop/xds.txt/libnghost-2.0.1$ make
make: *** No targets specified and no makefile found. Stop.
Virtuoid is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-23-2008, 01:48 PM   #24
Newbie
 
Join Date: Feb 2008
Posts: 7
vyper1877 is an unknown quantity at this point
Any idea yet Kev00 on what the problem could be?
vyper1877 is offline   Reply With Quote
Old 09-23-2008, 03:24 PM   #25
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,043
kev000 will become famous soon enough
install the libxml++ dev package and you should be fine...
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is offline   Reply With Quote
Old 09-24-2008, 04:34 AM   #26
Newbie
 
Join Date: Sep 2008
Posts: 2
chriswiggins is an unknown quantity at this point
Kev,

At the moment (after re-compiling nghost libnghost and all deps) i now get this:

nkie@tauwharabaylinux ~ $ nghost
09/24/2008 08:31:16 NZST - found config nghost.conf at /home/junkie/.nghost/
09/24/2008 08:31:16 NZST - skin from options: vistique
09/24/2008 08:31:16 NZST - vistique/skin.xml
09/24/2008 08:31:16 NZST - /home/junkie/.nghost/vistique/skin.xml
09/24/2008 08:31:16 NZST - /usr/local/share/nghost/vistique/skin.xml
09/24/2008 08:31:16 NZST - vistique/skin.xml
09/24/2008 08:31:16 NZST - Writelock initialized!
09/24/2008 08:31:16 NZST - Writelock initialized!
09/24/2008 08:31:16 NZST - Writelock initialized!
09/24/2008 08:31:16 NZST - Writelock initialized!
09/24/2008 08:31:16 NZST - searching for libnghostdownload.so
09/24/2008 08:31:16 NZST - settings.cpp:get_plugin_dir(127) - Failed to find 'libnghostdownload.so'
plugin: /usr/local/lib/nghost//libnghostdownload.so
found: /usr/local/lib/nghost//libnghostdownload.so
09/24/2008 08:31:16 NZST - Loading plugin '/usr/local/lib/nghost//libnghostdownload.so'
09/24/2008 08:31:16 NZST - Loaded plugin 'download' version '1.0.0' by 'Jean Yav (n2o_2k)'
Description:
download plugin utilizing the cURL library
09/24/2008 08:31:16 NZST - searching for libnghostn2ograbber.so
09/24/2008 08:31:16 NZST - settings.cpp:get_plugin_dir(127) - Failed to find 'libnghostn2ograbber.so'
plugin: /usr/local/lib/nghost//libnghostn2ograbber.so
found: /usr/local/lib/nghost//libnghostn2ograbber.so
09/24/2008 08:31:16 NZST - Loading plugin '/usr/local/lib/nghost//libnghostn2ograbber.so'
09/24/2008 08:31:16 NZST - Loaded plugin 'Artgrabber' version '1.0.0' by 'Jean Yav (n2o_2k)'
Description:
Album art grabber plugin using amazon web service
09/24/2008 08:31:16 NZST - Loaded plugin 'download' version '1.0.0' by 'Jean Yav (n2o_2k)'
Description:
download plugin utilizing the cURL library
09/24/2008 08:31:16 NZST - Loaded plugin 'Artgrabber' version '1.0.0' by 'Jean Yav (n2o_2k)'
Description:
Album art grabber plugin using amazon web service
09/24/2008 08:31:16 NZST - searching for libnghostdbsqlite.so
09/24/2008 08:31:16 NZST - settings.cpp:get_plugin_dir(127) - Failed to find 'libnghostdbsqlite.so'
plugin: /usr/local/lib/nghost//libnghostdbsqlite.so
found: /usr/local/lib/nghost//libnghostdbsqlite.so
09/24/2008 08:31:16 NZST - Loading plugin '/usr/local/lib/nghost//libnghostdbsqlite.so'
09/24/2008 08:31:16 NZST - Loaded plugin 'sqlite3 db plugin' version '1.0.0' by 'Richard "KShots" F. Ostrow Jr.'
Description:
sqlite3 database plugin for nghost2
09/24/2008 08:31:16 NZST - Using db/db-file: /home/junkie/.nghost/NGhost
09/24/2008 08:31:16 NZST - searching for libnghostdbsqlite.so
09/24/2008 08:31:16 NZST - settings.cpp:get_plugin_dir(127) - Failed to find 'libnghostdbsqlite.so'
plugin: /usr/local/lib/nghost//libnghostdbsqlite.so
found: /usr/local/lib/nghost//libnghostdbsqlite.so
09/24/2008 08:31:16 NZST - Loading plugin '/usr/local/lib/nghost//libnghostdbsqlite.so'
09/24/2008 08:31:16 NZST - Populate: DROP TABLE IF EXISTS player
09/24/2008 08:31:16 NZST - SQL: CREATE TABLE `player` (`id` INTEGER UNSIGNED AUTO_INCREMENT,`Volume` INTEGER UNSIGNED NOT NULL DEFAULT '50', PRIMARY KEY (`id`))
BaseDB: CREATE TABLE `player` (`id` INTEGER UNSIGNED AUTO_INCREMENT,`Volume` INTEGER UNSIGNED NOT NULL DEFAULT '50', PRIMARY KEY (`id`))
09/24/2008 08:31:16 NZST - Populate: INSERT INTO player ( `Id`, `Volume` ) VALUES ( '0','50' )
BaseDB: query: INSERT INTO player ( `Id`, `Volume` ) VALUES ( '0','50' )
09/24/2008 08:31:16 NZST - Loaded plugin 'sqlite3 db plugin' version '1.0.0' by 'Richard "KShots" F. Ostrow Jr.'
Description:
sqlite3 database plugin for nghost2
09/24/2008 08:31:16 NZST - Using db/db-file: /home/junkie/.nghost/NGhost
09/24/2008 08:31:16 NZST - SQL: SELECT * FROM extended_media_info WHERE `id` = 1
09/24/2008 08:31:16 NZST - Populate: DROP TABLE IF EXISTS extended_media_info
09/24/2008 08:31:16 NZST - SQL: CREATE TABLE `extended_media_info` (`id` INTEGER UNSIGNED AUTO_INCREMENT,`key` VARCHAR(200) NOT NULL,`times_played` INTEGER UNSIGNED NOT NULL DEFAULT '0',`last_position` INTEGER UNSIGNED NOT NULL DEFAULT '0',`rating` INTEGER UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`id`))
BaseDB: CREATE TABLE `extended_media_info` (`id` INTEGER UNSIGNED AUTO_INCREMENT,`key` VARCHAR(200) NOT NULL,`times_played` INTEGER UNSIGNED NOT NULL DEFAULT '0',`last_position` INTEGER UNSIGNED NOT NULL DEFAULT '0',`rating` INTEGER UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`id`))
09/24/2008 08:31:16 NZST - reading Generic Action Plugins from plugins.conf
09/24/2008 08:31:16 NZST - plugins.conf not found in ~/.nghost. Now looking in /usr/local/etc/nghost/.
09/24/2008 08:31:16 NZST - found config plugins.conf at /usr/local/etc/nghost/
09/24/2008 08:31:16 NZST - attempting to load generic action plugin:
nghost: symbol lookup error: nghost: undefined symbol: _ZN6nghost7plugins19createGenericActionEPc


Will run this through gdb shortly (it is installing now)

Cheers
Chris
chriswiggins is offline   Reply With Quote
Old 09-24-2008, 06:02 AM   #27
Newbie
 
Join Date: Sep 2008
Posts: 11
Virtuoid is an unknown quantity at this point
Quote: Originally Posted by kev000 View Post
install the libxml++ dev package and you should be fine...

done, this is the new error message

hecking for sdl... configure: error: Package requirements (sdl) were not met:

No package 'sdl' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables sdl_CFLAGS
and sdl_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


same thing like last if i do make


Help!
Virtuoid is offline   Reply With Quote
Old 09-24-2008, 06:21 AM   #28
Newbie
 
Join Date: Sep 2008
Posts: 11
Virtuoid is an unknown quantity at this point
i installed all dependecies (like 15 -,-) so ./configure works on libnghost-2.0.1 but this is what i get when i do make

In file included from gfxengine.h:27,
from background.h:23,
from background.cpp:20:
effects.h:25:23: error: SDL_image.h: No such file or directory
effects.h:27:26: error: SDL_rotozoom.h: No such file or directory
In file included from background.h:23,
from background.cpp:20:
gfxengine.h:63: error: ISO C++ forbids declaration of ‘Display’ with no type
gfxengine.h:63: error: expected ‘;’ before ‘*’ token
gfxengine.h:64: error: expected `;' before ‘static’
gfxengine.h:64: error: ISO C++ forbids declaration of ‘Window’ with no type
gfxengine.h:64: error: expected ‘;’ before ‘&’ token
gfxengine.h:65: error: expected `;' before ‘int’
gfxengine.h:103: error: ISO C++ forbids declaration of ‘Display’ with no type
gfxengine.h:103: error: expected ‘;’ before ‘*’ token
gfxengine.h:104: error: ‘Window’ does not name a type
make[3]: *** [libnghostgui2_la-background.lo] Error 1
make[3]: Leaving directory `/home/virtuoid/Desktop/libnghost-2.0.1/src/gui2'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/virtuoid/Desktop/libnghost-2.0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/virtuoid/Desktop/libnghost-2.0.1'
make: *** [all] Error 2


these are just the last strings

i get similar errors when i do sudo make install. what should i do?

Last edited by Virtuoid; 09-24-2008 at 08:48 AM.
Virtuoid is offline   Reply With Quote
Old 09-24-2008, 11:11 AM   #29
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,043
kev000 will become famous soon enough
Virtuoid : install the libx11-dev headers and you should be okay

chriswiggins: you are almost there. your current error seems to be a result of some outdated code somewhere. update libnghost and nghost, recompile, install and I think this issue will go away. It happens sometimes when you are using the bleeding edge code from svn. Good news though, you'll be able to experience all the goodies we are putting in before anyone else (along with all the bugs ).
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is offline   Reply With Quote
Old 09-24-2008, 12:05 PM   #30
Newbie
 
Join Date: Sep 2008
Posts: 11
Virtuoid is an unknown quantity at this point
[QUOTE=kev000;1255716]Virtuoid : install the libx11-dev headers and you should be okay

same problem!! not solved, help me
Virtuoid is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Ice and Nghost looking for developers wirelessdreamer LinuxICE 5 08-16-2009 07:05 AM
Centrafuse 2.0 Final Jan_RedGTiVR6 Centrafuse 0 08-17-2008 01:35 PM
Canīt get DirectX to work Linde Software & Software Development 0 10-19-2007 08:35 AM
SD crashes on startup mangus580 StreetDeck 7 10-05-2007 12:14 PM
Carputer as a comp sci final year project? MikeHunt79 General MP3Car Discussion 5 06-23-2004 10:19 AM



All times are GMT -5. The time now is 08:54 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics