no icons or splash screen image

View: New views
3 Messages — Rating Filter:   Alert me  

no icons or splash screen image

by Bugzilla from WillyFoobar@gmx.de :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Michael,
Hello Trackers,
See alspo my mail just before....

When I install the package libsndfile
the software compile swuth the changes described in the mail before.

But..................
I surprinsingly received lots gcc-compiler warnings about
        broken fixed aliases and
        illegal signedness.

Are these warnings really what you want to have?

I installed the packages "pixbuf" and "pixbuf-devel"
from my central SuSE YaST admin tool
as required in the INSTALL file.

I have the following versions
        pixbuf 0.22.0
        libsndfile 1.0.17
I use SuSE 10.1 Distribution




(I also installed the package "pixbuf-devel-debuginfo")

I can  create the "soundtracker"  binary without problems,
(despite the bunch of warnings)

soundtracker has no splash image and no icons inside the gui.
The playSong/playPattern/Stop Icons are missing!

Yours,
        Willy Foobar

I receive the following assert outputs (sorry the lines are wrapped up...)
=========================================================================
hafi@duffy>app/soundtracker

Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.

Gtk-CRITICAL **: file gtkcontainer.c: line 713 (gtk_container_add): assertion
`widget != NULL' failed.

Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.

Gtk-CRITICAL **: file gtkcontainer.c: line 713 (gtk_container_add): assertion
`widget != NULL' failed.

Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.

Gtk-CRITICAL **: file gtkcontainer.c: line 713 (gtk_container_add): assertion
`widget != NULL' failed.

Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.

Gtk-CRITICAL **: file gtkcontainer.c: line 713 (gtk_container_add): assertion
`widget != NULL' failed.

Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.

Gtk-CRITICAL **: file gtkbox.c: line 331 (gtk_box_pack_start): assertion
`child != NULL' failed.

Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.

Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.

Gtk-CRITICAL **: file gtkbox.c: line 331 (gtk_box_pack_start): assertion
`child != NULL' failed.

Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.

Gtk-CRITICAL **: file gtkbox.c: line 331 (gtk_box_pack_start): assertion
`child != NULL' failed.

Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.

Gtk-CRITICAL **: file gtkbox.c: line 331 (gtk_box_pack_start): assertion
`child != NULL' failed.

Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.

** WARNING **: error subscribing sequencer port (Das Argument ist ungültig)


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Soundtracker-discuss mailing list
Soundtracker-discuss@...
https://lists.sourceforge.net/lists/listinfo/soundtracker-discuss

Re: no icons or splash screen image

by Yury Aliaev :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, Willy!

>
> But..................
> I surprinsingly received lots gcc-compiler warnings about
> broken fixed aliases and
> illegal signedness.
>
> Are these warnings really what you want to have?

No, they have appeared because of more strictness in new gcc. So they
are still need to be analyzed and fixed.

...

> I can  create the "soundtracker"  binary without problems,
> (despite the bunch of warnings)
>
> soundtracker has no splash image and no icons inside the gui.
> The playSong/playPattern/Stop Icons are missing!
>
> Yours,
> Willy Foobar
>
> I receive the following assert outputs (sorry the lines are wrapped up...)
> =========================================================================
> hafi@duffy>app/soundtracker
>
> Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
> NULL' failed.

...

This looks like the gdk-pixbuf stuff is ok, but the images have not
installed. Please show me the contents of your
$PREFIX/share/soundtracker directory ($PREFIX is, for instance /usr, if
ST binary is installed into /usr/bin, or /usr/local, if it's installed
into /usr/local/bin or so on). Also show me the output of `make install`
command, please.

Regards,
Yury.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Soundtracker-discuss mailing list
Soundtracker-discuss@...
https://lists.sourceforge.net/lists/listinfo/soundtracker-discuss

Re: no icons or splash screen image

by Bugzilla from WillyFoobar@gmx.de :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Yury,
Sorry it was my fault.....

I only did a
        >./configure
        >make
Then I called soundtracker from the local directory
        ./app/soundtracker
in this case I had no images in the splashscreen
and the icons of the buttons were missing.
When I did it correctly,
After performing a
        #make install
as root,
and calling
        >/usr/local/bin/soundtracker
or
        >soundtracker
everything works well,

so this task can be closed as successfull

 make
Am Dienstag, 7. November 2006 16:15 schrieb Yury Aliaev:
> Hi, Willy!
>
....

>
> This looks like the gdk-pixbuf stuff is ok, but the images have not
> installed. Please show me the contents of your
> $PREFIX/share/soundtracker directory ($PREFIX is, for instance /usr, if
> ST binary is installed into /usr/bin, or /usr/local, if it's installed
> into /usr/local/bin or so on). Also show me the output of `make install`
> command, please.
>
> Regards,
> Yury.
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Soundtracker-discuss mailing list
> Soundtracker-discuss@...
> https://lists.sourceforge.net/lists/listinfo/soundtracker-discuss

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Soundtracker-discuss mailing list
Soundtracker-discuss@...
https://lists.sourceforge.net/lists/listinfo/soundtracker-discuss