Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 09-26-2008, 11:56 AM   #31
Newbie
 
Join Date: Sep 2008
Posts: 11
Virtuoid is an unknown quantity at this point
kev I need your help pls do not quit me!!
Virtuoid is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-26-2008, 01:24 PM   #32
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,039
kev000 will become famous soon enough
so you do have the libx11-dev package installed? hmm...

don't give up brotha' we'll get you fixed up.

it looks like configure didn't find all the libs, odd. sdl_gfx and sdl_image devel packages need to be installed. I'm surprised you got past configure... that may require looking into.

Are you still getting that same error after you installed the libx11-dev headers?
__________________
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-26-2008, 01:30 PM   #33
Newbie
 
Join Date: Nov 2006
Posts: 13
goroX is an unknown quantity at this point
Quote: Originally Posted by Virtuoid View Post
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?

Do you have the devel package for sdl_image and sdl_gfx ?
goroX is offline   Reply With Quote
Old 09-27-2008, 04:34 AM   #34
Newbie
 
Join Date: Sep 2008
Posts: 11
Virtuoid is an unknown quantity at this point
I installed both the SDL packages. And the message of missing packages is disappared. This is the error at last version always after the command: make

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


I can't find this gfxengine.h package anywere but if i do locate this is the answer

virtuoid@Virtu-Ubuntu:~/Desktop/libnghost-2.0.1$ locate gfxengine.h

/home/virtuoid/Desktop/libnghost-2.0.1/src/gui2/gfxengine.h
/home/virtuoid/Desktop/libnghost-2.0.1/src/gui3/gfxengine.h
/home/virtuoid/Desktop/xds.txt/libnghost-2.0.1/src/gui2/gfxengine.h
/home/virtuoid/Desktop/xds.txt/libnghost-2.0.1/src/gui3/gfxengine.h
Virtuoid is offline   Reply With Quote
Old 09-27-2008, 12:16 PM   #35
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,039
kev000 will become famous soon enough
virtuiod, what distro are you running?

if it's ubuntu:

sudo apt-get install libx11-dev
__________________
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-27-2008 at 12:18 PM.
kev000 is offline   Reply With Quote
Old 09-27-2008, 12:31 PM   #36
Newbie
 
Join Date: Sep 2008
Posts: 11
Virtuoid is an unknown quantity at this point
I have already installed it but it doesn't work (I'm on an EEEPC 900 with Ubuntu Hardy Heron). Any suggestions?
Virtuoid is offline   Reply With Quote
Old 09-27-2008, 07:35 PM   #37
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,039
kev000 will become famous soon enough
does the deb package work for you? it's built on feisty, but I run it on my desktop (hardy).
__________________
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-27-2008, 08:30 PM   #38
Newbie
 
Join Date: Sep 2008
Posts: 11
Virtuoid is an unknown quantity at this point
I tried it first of .tar.gz but it didn't work!!
Virtuoid is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-27-2008, 09:42 PM   #39
Newbie
 
Join Date: Sep 2008
Posts: 11
Virtuoid is an unknown quantity at this point
I installed deb files but i don't know the command to launch it ^^

if i do virtuoid@Virtu-Ubuntu:~/Desktop/libnghost-2.0.1$ nghost

i get

nghost: symbol lookup error: nghost: undefined symbol: _ZN6nghost5ncore16m_genericActionsE
Virtuoid is offline   Reply With Quote
Old 09-28-2008, 02:02 AM   #40
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,039
kev000 will become famous soon enough
Interesting, there shouldn't be anything that uses genericActions in nGhost 2.0.1.

I probably installed libnghost + nghost 2.0.1 on a fresh system almost a dozen times with no problems...


I don't know what to say other than try the debs for 2.0.2. Make sure you uninstall everything you can find related to nghost first.
__________________
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-28-2008, 11:57 AM   #41
Newbie
 
Join Date: Sep 2008
Posts: 11
Virtuoid is an unknown quantity at this point
I clean my pc using:

apt-get remove nghost
and
apt-get remove libnghost

than i used apt-get --purge remove nghost

after this: locate nghost and i deleted manually all of what was found
tip: after i deleted everything "locate" always find something that "ls" or "ls -a" doesn't find

i reinstalled debs 2.0.2 and this is the answer when i type in terminal nghost

virtuoid@Virtu-Ubuntu:~$ nghost
09/28/2008 17:38:06 CEST:WARNING - Writelock initialized!
09/28/2008 17:38:06 CEST:WARNING - Writelock initialized!
09/28/2008 17:38:06 CEST:WARNING - Writelock initialized!
09/28/2008 17:38:06 CEST:WARNING - Writelock initialized!
found: /usr/lib/nghost//libnghostdownload.so
09/28/2008 17:38:06 CEST:WARNING - populate.cpp:SearchDir(60) - Failed to create the artgrabber plugin
09/28/2008 17:38:06 CEST:WARNING - populate.cpp:SearchDir(60) - Failed to create the artgrabber plugin
found: /usr/lib/nghost//libsqlitedatabase.so
found: /usr/lib/nghost//libsqlitequery.so
2008-09-28 17:38:06 :: Query: get_result: prepare query failed: no such table: player(1)
BaseDB: query: INSERT INTO player ( `Id`, `Volume` ) VALUES ( '0','50' )
2008-09-28 17:38:06 :: Query: get_result: prepare query failed: no such table: extended_media_info(1)
tried to connect to: (icepanel) localhost : 6999
tried to connect to: (nscan) localhost : 6997
09/28/2008 17:38:06 CEST:WARNING - Writelock initialized!
50
UPDATE player SET `Volume` = '50' WHERE `id` = '0'
2008-09-28 17:38:07 :: Query: database schema has changed: database schema has changed(17)
09/28/2008 17:41:15 CEST:ERROR - nsocket.cpp:connectTo(171) - Error connecting to host(110) - Connection timed out: icepanel
XIO: fatal IO error 0 (Success) on X server ":0.0"
after 16 requests (16 known processed) with 0 events remaining.


the first time

09/28/2008 17:43:10 CEST:WARNING - Writelock initialized!
09/28/2008 17:43:10 CEST:WARNING - Writelock initialized!
09/28/2008 17:43:10 CEST:WARNING - Writelock initialized!
09/28/2008 17:43:10 CEST:WARNING - Writelock initialized!
found: /usr/lib/nghost//libnghostdownload.so
09/28/2008 17:43:10 CEST:WARNING - populate.cpp:SearchDir(60) - Failed to create the artgrabber plugin
09/28/2008 17:43:10 CEST:WARNING - populate.cpp:SearchDir(60) - Failed to create the artgrabber plugin
found: /usr/lib/nghost//libsqlitedatabase.so
found: /usr/lib/nghost//libsqlitequery.so
BaseDB: query: INSERT INTO player ( `Id`, `Volume` ) VALUES ( '0','50' )
tried to connect to: (icepanel) localhost : 6999
tried to connect to: (nscan) localhost : 6997
09/28/2008 17:43:11 CEST:WARNING - Writelock initialized!
50
UPDATE player SET `Volume` = '50' WHERE `id` = '0'
2008-09-28 17:43:11 :: Query: database schema has changed: database schema has changed(17)
-39200
09/28/2008 17:43:24 CEST:WARNING - populate.cpp:SearchDir(60) - Failed to create the artgrabber plugin
2008-09-28 17:43:24 :: Query: get_result: prepare query failed: near ",": syntax error(1)
09/28/2008 17:46:20 CEST:ERROR - nsocket.cpp:connectTo(171) - Error connecting to host(110) - Connection timed out: icepanel
09/28/2008 17:46:33 CEST:ERROR - nsocket.cpp:connectTo(171) - Error connecting to host(110) - Connection timed out: nghost
09/28/2008 17:49:29 CEST:ERROR - nsocket.cpp:connectTo(171) - Error connecting to host(110) - Connection timed out: nscan
09/28/2008 17:49:29 CEST:WARNING - NSocket: couldn't send message 'scan:media_list_box "/home/virtuoid/music" "music" "mp3|ogg|flac"' to 'nscan'
09/28/2008 17:49:29 CEST:WARNING - NSocket: couldn't send message 'scan:media_list_box "/home/virtuoid/video" "video" "mpg|avi|mp4|mpeg"' to 'nscan'
09/28/2008 17:49:29 CEST:WARNING - NSocket: couldn't send message 'scan:media_list_box "/media/usb" "usb_music" "mp3|ogg|flac"' to 'nscan'
09/28/2008 17:49:29 CEST:WARNING - NSocket: couldn't send message 'scan:media_list_box "/media/usb" "usb_video" "mpg|avi|mp4|mpeg"' to 'nscan'
09/28/2008 17:49:29 CEST:WARNING - NSocket: couldn't send message 'subscribe:media_list_box "/home/virtuoid/music" "music" "mp3|ogg|flac"' to 'nscan'
09/28/2008 17:49:29 CEST:WARNING - NSocket: couldn't send message 'subscribe:media_list_box "/media/usb" "usb_music" "mp3|ogg|flac"' to 'nscan'
09/28/2008 17:49:29 CEST:WARNING - NSocket: couldn't send message 'subscribe:media_list_box "/home/virtuoid/video" "video" "mpg|avi|mp4|mpeg"' to 'nscan'
09/28/2008 17:49:29 CEST:WARNING - NSocket: couldn't send message 'subscribe:media_list_box "/media/usb" "usb_video" "mpg|avi|mp4|mpeg"' to 'nscan'
09/28/2008 17:49:42 CEST:ERROR - nsocket.cpp:connectTo(171) - Error connecting to host(110) - Connection timed out: nghost
x: 2 y: -16
x: 2 y: -16
x: 2 y: -16
x: 2 y: -16
x: 2 y: -16
x: 2 y: -16
x: 2 y: -16
x: 2nghost y: -16
2008-09-28 17:49:42 :: Query: get_result: prepare query failed: no such table: music(1)

[1]+ Stopped nghost


the second time, and this

virtuoid@Virtu-Ubuntu:~$ nghost
09/28/2008 17:51:03 CEST:WARNING - Writelock initialized!
09/28/2008 17:51:03 CEST:WARNING - Writelock initialized!
09/28/2008 17:51:03 CEST:WARNING - Writelock initialized!
09/28/2008 17:51:03 CEST:WARNING - Writelock initialized!
found: /usr/lib/nghost//libnghostdownload.so
09/28/2008 17:51:03 CEST:WARNING - populate.cpp:SearchDir(60) - Failed to create the artgrabber plugin
09/28/2008 17:51:03 CEST:WARNING - populate.cpp:SearchDir(60) - Failed to create the artgrabber plugin
found: /usr/lib/nghost//libsqlitedatabase.so
found: /usr/lib/nghost//libsqlitequery.so
BaseDB: query: INSERT INTO player ( `Id`, `Volume` ) VALUES ( '0','50' )
tried to connect to: (icepanel) localhost : 6999
tried to connect to: (nscan) localhost : 6997
09/28/2008 17:51:03 CEST:WARNING - Writelock initialized!
09/28/2008 17:51:03 CEST:ERROR - NSocket: nsocket.cpp:serverInit(83) - Error binding socket(98) - Address already in use
Problems with Server Init
50
UPDATE player SET `Volume` = '50' WHERE `id` = '0'
2008-09-28 17:51:04 :: Query: database schema has changed: database schema has changed(17)

[2]+ Stopped nghost


all other times

All of this with behind a green screen that i have to force quit
Virtuoid is offline   Reply With Quote
Old 09-28-2008, 04:55 PM   #42
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,039
kev000 will become famous soon enough
sorry about the current lack of documentation. make sure your db setting in nghost.conf is pointing to a valid dir/file. Other than that, run nscan and nghost and you should be in business.

Code:
nscan nghost

note also that you can get more/less output from nghost by running nghost -d3.

If you have any more issues, drop into #linuxice on irc.freenode.com and anyone there can assist you live.
__________________
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-29-2008, 10:02 AM   #43
Newbie
 
Join Date: Sep 2008
Posts: 11
Virtuoid is an unknown quantity at this point
I'll try having assistance on irc. anyways file nghost.conf doesn't exist
Virtuoid is offline   Reply With Quote
Old 04-26-2009, 08:47 PM   #44
Newbie
 
Join Date: Feb 2009
Posts: 6
White_Comet is an unknown quantity at this point
Hi,

I just downloaded Nghost 2.0.2 and am having difficulty with it. I read the online documentation on the OpenICE site, following the directions to the letter but I cannot locate the Nghost.conf file anywhere. I'm running Ubuntu 8.04 Hardy Heron and it is a fresh install of Nghost that went in with no issues using the debian packages. I have searched for a solution but came up empty-handed.

Can someone please help?
White_Comet is offline   Reply With Quote
Old 04-28-2009, 06:35 AM   #45
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,039
kev000 will become famous soon enough
Quote: Originally Posted by White_Comet View Post
Hi,

I just downloaded Nghost 2.0.2 and am having difficulty with it. I read the online documentation on the OpenICE site, following the directions to the letter but I cannot locate the Nghost.conf file anywhere. I'm running Ubuntu 8.04 Hardy Heron and it is a fresh install of Nghost that went in with no issues using the debian packages. I have searched for a solution but came up empty-handed.

Can someone please help?

look for nghost.conf in /etc/nghost/nghost.conf. I usually copy mine to ~/.nghost to do local edits.
__________________
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
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 02:01 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