|
From: SourceForge.net <no...@so...> - 2005-08-03 01:17:24
|
Bugs item #1250678, was opened at 2005-08-03 01:35 Message generated for change (Comment added) made by dsalt You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109655&aid=1250678&group_id=9655 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gxine Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Darren Salt (dsalt) Summary: gxine 0.4.6: missing .icn files? Initial Comment: Trying to compile gxine 0.4.6 dowloaded from sourceforge: Fedora 4 gcc 4.0.0 gtk+-2.6.9 configure works fine and then noskin_windows.c fails to compile with the following errors: noskin_window.c:48:20: error: play.icn: No such file or directory noskin_window.c:49:21: error: pause.icn: No such file or directory noskin_window.c:50:27: error: fastforward.icn: No such file or directory noskin_window.c:51:20: error: stop.icn: No such file or directory noskin_window.c:52:24: error: playlist.icn: No such file or directory noskin_window.c:53:24: error: settings.icn: No such file or directory noskin_window.c:54:23: error: speaker.icn: No such file or directory noskin_window.c:55:25: error: nospeaker.icn: No such file or directory Source is the #include "play.icn", etc. statements in noskin_window.c. Is this a problem with the distribution or am I missing icon bitmaps somewhere? Thanks, be...@lm... ---------------------------------------------------------------------- >Comment By: Darren Salt (dsalt) Date: 2005-08-03 02:17 Message: Logged In: YES user_id=294680 You need gdk-pixbuf-csource, and I evidently need to add a check for its presence... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109655&aid=1250678&group_id=9655 |