Re: 1.5 on linux?

1999-09-21 Thread Brett Thomas
On Tue, Sep 21, 1999 at 09:41:56AM +0200, Gabor Fleischer wrote: > On Mon, 20 Sep 1999, Tom Spindler wrote: > > If your system can handle `make depend`, you should do so after CVS > > Hmm. The problem is that I do this every time: > cd freeamp/cvs ; cvs -d update ; cd .. > cp -R cvs/freeamp freea

Re: 1.5 on linux?

1999-09-21 Thread Nathan Thomas
Are you guys testing on the 6.1 beta yet? You can get the rawhide from our ftp site, or you can get the rpms under /pub/lorax but they won't necessarily be as current as the rawhide...I'll confess I'm not sure on the actual beta program for developers, but if you're interested, I'll look into it

Re: 1.5 on linux?

1999-09-21 Thread robert
On Tue, 21 Sep 1999, Brett Thomas wrote: > On Tue, Sep 21, 1999 at 09:41:56AM +0200, Gabor Fleischer wrote: > > On Mon, 20 Sep 1999, Tom Spindler wrote: > > > If your system can handle `make depend`, you should do so after CVS > > > Hmmm. The 1.5 build was broken yesterday morning, but Rob check

Re: extreme solaris wackiness

1999-09-21 Thread robert
On 20 Sep, Tom Spindler wrote: > Well, I think I'm getting closer to finding what's causing the > Solaris strangeness; for one, it appears that sometimes the LWP > or Reader gets stuck, and so WasteTime() gets called an awful > lot. A side effect seems to be the creation of several hundred > threa

bpp undeclared.

1999-09-21 Thread Timothy Ball
Just did a checkout of the 1.5 stuff. Got a bpp undeclared error. It's in line: ui/theme/unix/src/GTKBitmap.cpp:for (int bit = bpp - 1; bit >= 0; bit--) anyone care if I make it 32? --timball

Themes: features request

1999-09-21 Thread Valters Vingolds
1. parser should recognize html comments in theme.xml. 2. theme path should probably be pointing to _the_ xml file, not directory. then directory would be assumed one level up the xml file path. 3. should have means of specifying font used 4. should be able to omit controls from theme.xml - curr

Re: bpp undeclared.

1999-09-21 Thread Isaac J. Richards
Should be bitcount, not bpp.. I'll fix it in a bit. Isaac

Re: Themes: features request

1999-09-21 Thread Isaac Richards
At 12:54 AM 9/22/99 +0300, you wrote: >2. theme path should probably be pointing to _the_ xml file, not directory. >then directory would be assumed one level up the xml file path. Naw, I think using the dir is the right way to do it... We need to have a standardized starting xml file for the the

Re: bpp undeclared.

1999-09-21 Thread Gabor Fleischer
On Tue, 21 Sep 1999, Timothy Ball wrote: > ui/theme/unix/src/GTKBitmap.cpp:for (int bit = bpp - 1; bit > >= 0; bit--) > anyone care if I make it 32? Where the hell do you have this code? I didn't find it in 1.3,1.5,2.0. I only have this file in 1.5, but it does not have any "for" in it

Re: bpp undeclared.

1999-09-21 Thread Isaac Richards
At 12:12 AM 9/22/99 +0200, you wrote: >Where the hell do you have this code? I didn't find it in 1.3,1.5,2.0. >I only have this file in 1.5, but it does not have any "for" in it. I checked it in to the 1.5 tree about 8 hours ago. Doesn't do anything useful without the rest of the gtk specific im

Re: Themes: features request

1999-09-21 Thread Robert Kaye
> 1. parser should recognize html comments in theme.xml. That's on the todo list. > 2. theme path should probably be pointing to _the_ xml file, not directory. > then directory would be assumed one level up the xml file path. Nope, that's correct, as Isaac pointed out. > 3. should have means

Re: 1.5 on linux?

1999-09-21 Thread Tom Spindler
> > If your system can handle `make depend`, you should do so after CVS > > Hmm. The problem is that I do this every time: > cd freeamp/cvs ; cvs -d update ; cd .. > cp -R cvs/freeamp freeamp ; cd freeamp > ./configure ; make Right after ./configure, you still want to do `make clean` before doin

Re: extreme solaris wackiness

1999-09-21 Thread Tom Spindler
> > Well, I think I'm getting closer to finding what's causing the > > Solaris strangeness; for one, it appears that sometimes the LWP > > or Reader gets stuck, and so WasteTime() gets called an awful > > lot. A side effect seems to be the creation of several hundred > > threads. :) > > Wow -- th

Half success

1999-09-21 Thread Gabor Fleischer
I made a complete checkout, and now 1.5 compiles :-) (BTW I don't know why I should checkout, and update -d why didn't get everyting) Now I can play on soundcard (unfortunatelly alsa does not work yet, but i'll try to fix) with freeampcmd and freeamp-xlib. But i have these warnings: ./plugins/the

RE: Half success

1999-09-21 Thread Isaac Richards
On 22-Sep-99 Gabor Fleischer wrote: > I made a complete checkout, and now 1.5 compiles :-) > (BTW I don't know why I should checkout, and update -d why didn't get > everyting) > Now I can play on soundcard (unfortunatelly alsa does not work yet, > but i'll try to fix) with freeampcmd and freeamp-

RE: Half success

1999-09-21 Thread Isaac Richards
Oops. =) Sorry 'bout the empty email.. On 22-Sep-99 Gabor Fleischer wrote: > I made a complete checkout, and now 1.5 compiles :-) > (BTW I don't know why I should checkout, and update -d why didn't get > everyting) > Now I can play on soundcard (unfortunatelly alsa does not work yet, > but i'll

Re: Half success

1999-09-21 Thread Tom Spindler
> ./plugins/ncurses.ui: undefined symbol: color_set > > I have ncurses4.2, gdk1.0.6 from potato(debian). > Is it the same at your linux? Do they work on any potato? Well, I don't have a linux, but I'll answer anyway. :) It seems that only newer versions of ncurses have color_set; since yours do