bugApolos - Bugs: bug #11373, pixmaps file

 
 

bug #11373: pixmaps file

Submitter:  None
Submitted:  Tue 21 Dec 2004 11:39:04 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  zeus
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 22 Dec 2004 01:04:17 AM UTC, comment #1: 

Thanks for the warning, I already changes the package and include all the .xpm image on it.

Thanks,

Jonathan Gonzalez V. <zeus>
Group administrator
Tue 21 Dec 2004 11:39:04 PM UTC, original submission:  

I try build a apolos debian packges and on the `make` have this error:

make  all-recursive
make[1]: Entering directory `/home/kairo/debian/deb/apolos/apolos-0.1.8'
Making all in src
make[2]: Entering directory `/home/kairo/debian/deb/apolos/apolos-0.1.8/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include -I/usr/include  -DLOCALEDIR=\"/usr/share/locale\"     -MT graf.o -MD -MP -MF ".deps/graf.Tpo" -c -o graf.o graf.c; \
then mv -f ".deps/graf.Tpo" ".deps/graf.Po"; else rm -f ".deps/graf.Tpo"; exit 1; fi
graf.c:22:31: ../pixmaps/stop.xpm: No such file or directory
graf.c:23:31: ../pixmaps/play.xpm: No such file or directory
graf.c:24:32: ../pixmaps/pause.xpm: No such file or directory
graf.c:25:31: ../pixmaps/next.xpm: No such file or directory
graf.c:26:32: ../pixmaps/eject.xpm: No such file or directory
graf.c:27:31: ../pixmaps/back.xpm: No such file or directory
graf.c:28:31: ../pixmaps/logo.xpm: No such file or directory
graf.c:29:32: ../pixmaps/comp1.xpm: No such file or directory
graf.c:30:31: ../pixmaps/disc.xpm: No such file or directory
graf.c:31:30: ../pixmaps/rip.xpm: No such file or directory
graf.c: In function `menu':
graf.c:90: error: `rip_xpm' undeclared (first use in this function)
graf.c:90: error: (Each undeclared identifier is reported only once
graf.c:90: error: for each function it appears in.)
graf.c: In function `botones':
graf.c:121: error: `back_xpm' undeclared (first use in this function)
graf.c:122: error: `play' undeclared (first use in this function)
graf.c:123: error: `pause_xpm' undeclared (first use in this function)
graf.c:124: error: `next_xpm' undeclared (first use in this function)
graf.c:125: error: `stop_xpm' undeclared (first use in this function)
graf.c:126: error: `eject_xpm' undeclared (first use in this function)
graf.c:127: error: `comp1_xpm' undeclared (first use in this function)
graf.c:128: error: `disc_xpm' undeclared (first use in this function)
graf.c: In function `about':
graf.c:224: error: `logo_xpm' undeclared (first use in this function)
make[2]: * [graf.o] Error 1
make[2]: Leaving directory `/home/kairo/debian/deb/apolos/apolos-0.1.8/src'
make[1]: * [all-recursive] Error 1
make[1]: Leaving directory `/home/kairo/debian/deb/apolos/apolos-0.1.8'
make: * [all] Error 2

looking the src/graf.c:

#include "../pixmaps/stop.xpm"
#include "../pixmaps/play.xpm"
#include "../pixmaps/pause.xpm"
#include "../pixmaps/next.xpm"
#include "../pixmaps/eject.xpm"
#include "../pixmaps/back.xpm"
#include "../pixmaps/logo.xpm"
#include "../pixmaps/comp1.xpm"
#include "../pixmaps/disc.xpm"
#include "../pixmaps/rip.xpm

but dont have a pixmaps dir.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-12-22 zeus StatusNone Fixed
    Assigned toNone zeus

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code