From: Dave F. <dav...@co...> - 2004-03-22 06:13:20
|
All, There's a website now. :) http://jazzplusplus.sourceforge.net/ A few questions. :) First, everybody go read all the copy (there's not much) and make comments and stuff so I can edit it and make sure the website accurately puts across the message and information we all want it to put across. I just filled it in now to make it clear what information belongs where on the site and to fill out the layout so we could all see what it looks like. It uses the news export feature of sourceforge, so anytime a news item is added (can only be done by project admin), it'll be available on the website. I like that a lot. We can add plenty of other stuff to integrate the website with sourceforge's project management interfaces, according to this page: http://sourceforge.net/docman/display_doc.php?docid=1502&group_id=1 Let me know if you guys want more integration and so forth. Right now we're not using the tracking part of the sourceforge setup. I'm certainly not opposed to using it, and we can do a certain amount of integration between it and the website, and that's always cool. Finally, for Mark, is the wiki reliable? As in, can users always manage to find it? ;) I went ahead and linked to it, but if there are any doubts in your mind about where it's at always being available, then we should probably go ahead and move it to sourceforge's webserver. That's it for me. Tell me what you think of the design. :) I went for blue this time. ;) Dave -- Visit my website! http://www.davefancella.com/?event=em To err is humor. |
From: Patrick E. <pa...@pa...> - 2004-03-22 09:12:14
|
On Sunday 21 March 2004 15:05, Dave Fancella wrote: > There's a website now. :) Sweet. :) > A few questions. :) First, everybody go read all the copy > (there's not much) and make comments and stuff so I can edit it and > make sure the website accurately puts across the message and > information we all want it to put across. I just filled it in now > to make it clear what information belongs where on the site and to > fill out the layout so we could all see what it looks like. Is it using some sort of template system to display the standard code on each page? I didn't have a chance to look at the source. Anyways, the content looks good. I couldn't think of anything to add off the top of my head. > It uses the news export feature of sourceforge, so anytime a news > item is added (can only be done by project admin), it'll be > available on the website. I like that a lot. Er, I guess that's me. If anyone wants news added, lemme know and I can add it. If you keep having news, I'll probably just add you as a project admin too. > That's it for me. Tell me what you think of the design. :) I > went for blue this time. ;) Looks pretty decent. The font could be a little bigger for me. Patrick |
From: Dave F. <dav...@co...> - 2004-03-22 09:21:21
|
On Monday 22 March 2004 09:12 am, Patrick Earl wrote: > On Sunday 21 March 2004 15:05, Dave Fancella wrote: > > There's a website now. :) > > Sweet. :) > > > A few questions. :) First, everybody go read all the copy > > (there's not much) and make comments and stuff so I can edit it and > > make sure the website accurately puts across the message and > > information we all want it to put across. I just filled it in now > > to make it clear what information belongs where on the site and to > > fill out the layout so we could all see what it looks like. > > Is it using some sort of template system to display the standard code > on each page? I didn't have a chance to look at the source. Sorta. Uses the require_once() statement to include common files. And css, of course. There's little reason for this site to ever grow much bigger than it is, so it shouldn't ever be a pain to maintain. The parts that should grow, such as documentation and news, are already handled by applications suited for the purpose. So, there's a /include/leftnav.php , a /include/footer.php , and a so-far unused /include/header.php . If it becomes necessary to add a header, then the header.php file should get filled in and all the pages updated to use it. There's also a nice background in the /graphics directory that unfortunately didn't tile well. If someone could make it tile, I'd rather use that. It's called background.png, and you can hit it with your browser at http://jazzplusplus.sourceforge.net/graphics/background.png > Anyways, the content looks good. I couldn't think of anything to add > off the top of my head. > > > It uses the news export feature of sourceforge, so anytime a news > > item is added (can only be done by project admin), it'll be > > available on the website. I like that a lot. > > Er, I guess that's me. If anyone wants news added, lemme know and I > can add it. If you keep having news, I'll probably just add you as a > project admin too. Could you add a news item saying the website's up? ;) And also throw in there something about moving, and whether or not this is actually a fork of jazz++ (I assume it is, but the original developers might just want to 'pass the torch'). > > That's it for me. Tell me what you think of the design. :) I > > went for blue this time. ;) > > Looks pretty decent. The font could be a little bigger for me. Font size is always tricky. If you have access to a windows box, point IE at it and let me know what you wind up with. I'm 99% certain that font-size in IE will be a couple of points larger than it is in whatever browser you used that wasn't IE. ;) I *always* use relative font sizes, and in this case there's just a directive in the css to make the font-size: smaller; . It's too big for me at it's default size, and Mozilla shrinks it a little more than IE. Or maybe IE just starts out bigger. Dave > Patrick > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > jazzplusplus-devel mailing list > jaz...@li... > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel -- Visit my website! http://www.davefancella.com/?event=em It's not whether you win or lose, it's how you look playing the game. |
From: Patrick E. <pa...@pa...> - 2004-03-22 12:11:37
|
> There's also a nice background in the /graphics directory that > unfortunately didn't tile well. If someone could make it tile, I'd > rather use that. It's called background.png, and you can hit it > with your browser at > http://jazzplusplus.sourceforge.net/graphics/background.png Uh, I did a little seamlessing in gimp and I tried to upload it, but it wouldn't let me write to the directories or change the permissions. Can you ssh in and do a: chmod -R g+w /home/groups/j/ja/jazzplusplus/htdocs > Could you add a news item saying the website's up? ;) And also > throw in there something about moving, and whether or not this is > actually a fork of jazz++ (I assume it is, but the original > developers might just want to 'pass the torch'). Done. > > Looks pretty decent. The font could be a little bigger for me. > > Font size is always tricky. If you have access to a windows box, > point IE at it and let me know what you wind up with. I'm 99% > certain that font-size in IE will be a couple of points larger than > it is in whatever browser you used that wasn't IE. ;) I *always* > use relative font sizes, and in this case there's just a directive > in the css to make the font-size: smaller; . It's too big for me > at it's default size, and Mozilla shrinks it a little more than IE. > Or maybe IE just starts out bigger. Can I convince you to use the default font size? :) If the default size is too large for you, perhaps you could change your brower settings. If you really don't want to make it any larger, perhaps you could change it to a font without serifs, something like "helvetica, arial". BTW, I'd suggest making changes to Jazz and committing as soon as possible. I don't know how much you've used CVS, but you're probably going to get conflicts when you update your source so you can commit. The longer you wait, the more of a pain it'll be to merge things. Patrick |
From: Dave F. <dav...@co...> - 2004-03-22 12:19:18
|
On Monday 22 March 2004 12:11 pm, Patrick Earl wrote: > Uh, I did a little seamlessing in gimp and I tried to upload it, but > it wouldn't let me write to the directories or change the > permissions. Can you ssh in and do a: > chmod -R g+w /home/groups/j/ja/jazzplusplus/htdocs Done. > Can I convince you to use the default font size? :) If the default > size is too large for you, perhaps you could change your brower > settings. If you really don't want to make it any larger, perhaps > you could change it to a font without serifs, something like > "helvetica, arial". I'll play with the actual fonts. It is using the default font itself right now. If that doesn't work, *grudgingly* and it's that important to you *whiningly*, I'll up the size again. I can go for 90%, or other percentages and see if there's a happy medium. > BTW, I'd suggest making changes to Jazz and committing as soon as > possible. I don't know how much you've used CVS, but you're probably > going to get conflicts when you update your source so you can commit. > The longer you wait, the more of a pain it'll be to merge things. Actually, remember I was going to try to factor out the track view stuff? I said I might fail and I made my tarball before that because it could still build? Remember? ;) I failed. Miserably. Then my jazz timeslice ended and I've been doing websites. My jazz timeslice is coming back up, and it's my intention to start with a fresh checkout, a fresh outlook, and to focus solely on creating that middle layer and factoring as much into it as possible. And you've done so much with pianowin that you're probably in a better position to tackle that part of trackwin anyway. So I'm going to move myself over to that little project class I've been talking up so much. ;) So in short, not a problem. ;) Dave > Patrick > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > jazzplusplus-devel mailing list > jaz...@li... > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel -- Visit my website! http://www.davefancella.com/?event=em Last week's pet, this week's special. |
From: Patrick E. <pa...@pa...> - 2004-03-22 15:11:57
|
I uploaded background2.png to the graphics directory. It's not super-awesome, but at least it's sorta seamless. Who knows what it'll look like on the site. > Actually, remember I was going to try to factor out the track view > stuff? I said I might fail and I made my tarball before that > because it could still build? Remember? ;) I failed. Miserably. > Then my jazz timeslice ended and I've been doing websites. My > jazz timeslice is coming back up, and it's my intention to start > with a fresh checkout, a fresh outlook, and to focus solely on > creating that middle layer and factoring as much into it as > possible. And you've done so much with pianowin that you're > probably in a better position to tackle that part of trackwin > anyway. So I'm going to move myself over to that little project > class I've been talking up so much. ;) When you're working on the code, it would be good if you were able to somehow keep the current code as functional as it is. If you need to duplicate stuff to make that happen, so be it. I'd rather have half-ported functional code than half-ported broken code. :) If you can perform the process incrementally, all the better. I think that some of the "middle layer" is in things like tSong and the classes that derive from tEvent. I don't really have a clear vision of what all would be in the "Project" thing. I'll keep plugging away at the GUI when I have time. This week is going to be very busy for me, so I'm not sure how much time I'll have to work on Jazz. Patrick |
From: Matt K. <ra...@ch...> - 2004-03-24 01:55:17
|
All, I tried to build Jazz from CVS, and it fails in the aclocal command: aclocal: configure.in: 119: macro `AM_OPTIONS_WXCONFIG' not found in library aclocal: configure.in: 122: macro `AM_PATH_WXCONFIG' not found in lib I'm running on SuSE 8.2 pro, using the WxGTK packages that come with it. It's 2.4.0. This is some kind of M4 thang, but I'm not sure how to resolve it. Where are you Mandrake guys getting this macro from?? Looks like there needs to be a wxwin.m4 as mentioned in configure.in, but my system does not have this file. Matt |
From: Patrick E. <pa...@pa...> - 2004-03-24 03:39:12
|
The file is included in the first of these rpms from suse 9.0: ftp://ftp.suse.com/pub/suse/i386/9.0/suse/i586/ wxGTK-2.4.1.2-70.i586.rpm ftp://ftp.suse.com/pub/suse/i386/9.0/suse/i586/ wxGTK-devel-2.4.1.2-70.i586.rpm There doesn't appear to be a wxwin.m4 in 8.2. If those don't work, you could try digging around on rpmfind.net. Anyone know why they'd put the m4 in the main package and not in the devel file? To me, it doesn't seem particularly useful without the headers and libraries. Failing all that, you could always install Debian. ;) Patrick On Tuesday 23 March 2004 21:52, Matt Kelly wrote: > All, > > I tried to build Jazz from CVS, and it fails in the aclocal > command: > > > aclocal: configure.in: 119: macro `AM_OPTIONS_WXCONFIG' not found > in library aclocal: configure.in: 122: macro `AM_PATH_WXCONFIG' not > found in lib > > I'm running on SuSE 8.2 pro, using the WxGTK packages that come > with it. It's 2.4.0. > > This is some kind of M4 thang, but I'm not sure how to resolve it. > Where are you Mandrake guys getting this macro from?? Looks like > there needs to be a wxwin.m4 as mentioned in configure.in, but my > system does not have this file. > > Matt > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO > of GenToo technologies. Learn everything from fundamentals to > system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=cli >ck _______________________________________________ > jazzplusplus-devel mailing list > jaz...@li... > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel |
From: Joakim V. <jo...@ve...> - 2004-03-24 10:28:59
|
In my case the wxwin.m4 file resides in the devel rpm, which it should. details of my rpm: wxGTK-devel 2.4.2 1.rh90.ccrma Cheers, /Joakim Patrick Earl wrote: >The file is included in the first of these rpms from suse 9.0: > >ftp://ftp.suse.com/pub/suse/i386/9.0/suse/i586/ >wxGTK-2.4.1.2-70.i586.rpm >ftp://ftp.suse.com/pub/suse/i386/9.0/suse/i586/ >wxGTK-devel-2.4.1.2-70.i586.rpm > >There doesn't appear to be a wxwin.m4 in 8.2. If those don't work, >you could try digging around on rpmfind.net. > >Anyone know why they'd put the m4 in the main package and not in the >devel file? To me, it doesn't seem particularly useful without the >headers and libraries. > >Failing all that, you could always install Debian. ;) > > Patrick > >On Tuesday 23 March 2004 21:52, Matt Kelly wrote: > > >>All, >> >>I tried to build Jazz from CVS, and it fails in the aclocal >>command: >> >> >>aclocal: configure.in: 119: macro `AM_OPTIONS_WXCONFIG' not found >>in library aclocal: configure.in: 122: macro `AM_PATH_WXCONFIG' not >>found in lib >> >>I'm running on SuSE 8.2 pro, using the WxGTK packages that come >>with it. It's 2.4.0. >> >>This is some kind of M4 thang, but I'm not sure how to resolve it. >>Where are you Mandrake guys getting this macro from?? Looks like >>there needs to be a wxwin.m4 as mentioned in configure.in, but my >>system does not have this file. >> >>Matt >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: IBM Linux Tutorials >>Free Linux tutorial presented by Daniel Robbins, President and CEO >>of GenToo technologies. Learn everything from fundamentals to >>system >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=cli >>ck _______________________________________________ >>jazzplusplus-devel mailing list >>jaz...@li... >>https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel >> >> > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >jazzplusplus-devel mailing list >jaz...@li... >https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel > > |
From: Matt K. <ra...@ch...> - 2004-03-24 14:46:31
|
Joakim, Not in SuSE 8.2. Can someone e-mail me this file? We need to document this problem in the INSTALL file, just to cover all the bases. We could just include the file, but there may be version problems, etc. I'll write the text for the INSTALL file when I get things to compile. Thanks, Matt > > In my case the wxwin.m4 file resides in the devel rpm, which it should. > > details of my rpm: > > wxGTK-devel > 2.4.2 > 1.rh90.ccrma > > > > Cheers, > /Joakim > > Patrick Earl wrote: > > >The file is included in the first of these rpms from suse 9.0: > > > >ftp://ftp.suse.com/pub/suse/i386/9.0/suse/i586/ > >wxGTK-2.4.1.2-70.i586.rpm > >ftp://ftp.suse.com/pub/suse/i386/9.0/suse/i586/ > >wxGTK-devel-2.4.1.2-70.i586.rpm > > > >There doesn't appear to be a wxwin.m4 in 8.2. If those don't work, > >you could try digging around on rpmfind.net. > > > >Anyone know why they'd put the m4 in the main package and not in the > >devel file? To me, it doesn't seem particularly useful without the > >headers and libraries. > > > >Failing all that, you could always install Debian. ;) > > > > Patrick > > > >On Tuesday 23 March 2004 21:52, Matt Kelly wrote: > > > > > >>All, > >> > >>I tried to build Jazz from CVS, and it fails in the aclocal > >>command: > >> > >> > >>aclocal: configure.in: 119: macro `AM_OPTIONS_WXCONFIG' not found > >>in library aclocal: configure.in: 122: macro `AM_PATH_WXCONFIG' not > >>found in lib > >> > >>I'm running on SuSE 8.2 pro, using the WxGTK packages that come > >>with it. It's 2.4.0. > >> > >>This is some kind of M4 thang, but I'm not sure how to resolve it. > >>Where are you Mandrake guys getting this macro from?? Looks like > >>there needs to be a wxwin.m4 as mentioned in configure.in, but my > >>system does not have this file. > >> > >>Matt > >> > >> > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by: IBM Linux Tutorials > >>Free Linux tutorial presented by Daniel Robbins, President and CEO > >>of GenToo technologies. Learn everything from fundamentals to > >>system > >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=cli > >>ck _______________________________________________ > >>jazzplusplus-devel mailing list > >>jaz...@li... > >>https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel > >> > >> > > > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by: IBM Linux Tutorials > >Free Linux tutorial presented by Daniel Robbins, President and CEO of > >GenToo technologies. Learn everything from fundamentals to system > >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > >_______________________________________________ > >jazzplusplus-devel mailing list > >jaz...@li... > >https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > jazzplusplus-devel mailing list > jaz...@li... > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel > |
From: Matt K. <ra...@ch...> - 2004-03-24 15:53:10
|
All, Never mind, I found a copy. It is now compiling. Also, I did a CVS update just now, and the mysterious "dialogs.txt" file appeared, and the XPM/BPM files fixed themselves. Not sure why this wasn't working yesterday... used the exact same CVS commands. ??? Can't argue with success, I guess. :) Matt > > Joakim, > > Not in SuSE 8.2. Can someone e-mail me this file? > > We need to document this problem in the INSTALL file, just to cover > all the bases. > > We could just include the file, but there may be version problems, etc. > > I'll write the text for the INSTALL file when I get things to compile. > > Thanks, > > Matt |
From: Gelu S. <gel...@ya...> - 2004-03-24 16:26:16
|
Just when everybody starts getting sleepy, here I wake up, yours truly Windows guy. "Also, I did a CVS update just now, and the mysterious "dialogs.txt" file appeared, and the XPM/BPM files fixed themselves. Not sure why this wasn't working yesterday... used the exact same CVS commands." I just did my homework with SourceForge CVS service. Anonymous CVS access is on a different server than SSH. They are synchronised every 5 hours or so, that explains the delay. I am currently trying to put up a VC++ workspace with everything in it. Using wxWindows 2.4.2 and CVS. I succeeded compiling the jazzdll in msw/ . I learned the hard way that there's a dynarray.h/cpp in jazz and another one in WxWindows. As for the main jazz app, eventwin.cpp contains some code that ms compiler doesn't accept, something like something*=(((tSomething*)(int)data++) one line afer the other (sorry, I'm at work now...). error says operator ++ only works on l-values. Looks obfuscated to me anyhow. I heard someone is on it, maybe he takes care. +1 instead ++ seems to do the job. There's something spooky with wxWindows also. Compiling the libs worked fine (they have the vc++ workspaces I love), but headers make extensive reference to "wx/setup.h" which just isn't there. I had to copy it from "include\wx\msw\setup.h". I don't suppose any of you linux guys have a clue about this one... I might take up for those dialogs, seems like a task more suited for me right now, but I have to compile the damn thing first. Gelu __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html |
From: Patrick E. <pa...@pa...> - 2004-03-24 16:44:21
|
On Wednesday 24 March 2004 09:26, Gelu Stoicescu wrote: > I just did my homework with SourceForge CVS service. > Anonymous CVS access is on a different server than > SSH. They are synchronised every 5 hours or so, that > explains the delay. Ohh! Good to know. I don't know that there's a good solution to this other than to be patient. > I am currently trying to put up a VC++ workspace with > everything in it. Using wxWindows 2.4.2 and CVS. > I succeeded compiling the jazzdll in msw/ . I learned > the hard way that there's a dynarray.h/cpp in jazz and > another one in WxWindows. Is that an issue? Should we rename it? > As for the main jazz app, eventwin.cpp contains some > code that ms compiler doesn't accept, something like > something*=(((tSomething*)(int)data++) one line afer > the other (sorry, I'm at work now...). error says > operator ++ only works on l-values. Looks obfuscated > to me anyhow. I heard someone is on it, maybe he takes > care. +1 instead ++ seems to do the job. I can't find the code you're talking about. In fact, I can't find ++ in any of the code in eventwin.cpp. It rather odd to replace a post-increment with a +1 though, they have very different meanings. > There's something spooky with wxWindows also. > Compiling the libs worked fine (they have the vc++ > workspaces I love), but headers make extensive > reference to "wx/setup.h" which just isn't there. I > had to copy it from "include\wx\msw\setup.h". I don't > suppose any of you linux guys have a clue about this > one... On my box, wx/setup.h was placed in the dir indicated by a -I directive generated by wx-config. In other words, all was good out of the box. > I might take up for those dialogs, seems like a task > more suited for me right now, but I have to compile > the damn thing first. Getting it compiling at all under windows is likely going to involve a fair bit of work. Feel free to ask questions or give indications of areas that are problematic. BTW, if anyone else is thinking of working on the dialogs, don't worry... there are plenty to go around. :) Patrick |
From: joakim v. <jo...@ve...> - 2004-03-24 20:52:08
Attachments:
wxwin.m4
|
Here is the file from my rpm. But do you really have the devel rpm then if you lack this file? Cheers, /Joakim Matt Kelly wrote: >Joakim, > >Not in SuSE 8.2. Can someone e-mail me this file? > >We need to document this problem in the INSTALL file, just to cover >all the bases. > >We could just include the file, but there may be version problems, etc. > >I'll write the text for the INSTALL file when I get things to compile. > >Thanks, > >Matt > > > >>In my case the wxwin.m4 file resides in the devel rpm, which it should. >> >>details of my rpm: >> >>wxGTK-devel >>2.4.2 >>1.rh90.ccrma >> >> >> >>Cheers, >>/Joakim >> >>Patrick Earl wrote: >> >> >> >>>The file is included in the first of these rpms from suse 9.0: >>> >>>ftp://ftp.suse.com/pub/suse/i386/9.0/suse/i586/ >>>wxGTK-2.4.1.2-70.i586.rpm >>>ftp://ftp.suse.com/pub/suse/i386/9.0/suse/i586/ >>>wxGTK-devel-2.4.1.2-70.i586.rpm >>> >>>There doesn't appear to be a wxwin.m4 in 8.2. If those don't work, >>>you could try digging around on rpmfind.net. >>> >>>Anyone know why they'd put the m4 in the main package and not in the >>>devel file? To me, it doesn't seem particularly useful without the >>>headers and libraries. >>> >>>Failing all that, you could always install Debian. ;) >>> >>> Patrick >>> >>>On Tuesday 23 March 2004 21:52, Matt Kelly wrote: >>> >>> >>> >>> >>>>All, >>>> >>>>I tried to build Jazz from CVS, and it fails in the aclocal >>>>command: >>>> >>>> >>>>aclocal: configure.in: 119: macro `AM_OPTIONS_WXCONFIG' not found >>>>in library aclocal: configure.in: 122: macro `AM_PATH_WXCONFIG' not >>>>found in lib >>>> >>>>I'm running on SuSE 8.2 pro, using the WxGTK packages that come >>>>with it. It's 2.4.0. >>>> >>>>This is some kind of M4 thang, but I'm not sure how to resolve it. >>>>Where are you Mandrake guys getting this macro from?? Looks like >>>>there needs to be a wxwin.m4 as mentioned in configure.in, but my >>>>system does not have this file. >>>> >>>>Matt >>>> >>>> >>>> >>>>------------------------------------------------------- >>>>This SF.Net email is sponsored by: IBM Linux Tutorials >>>>Free Linux tutorial presented by Daniel Robbins, President and CEO >>>>of GenToo technologies. Learn everything from fundamentals to >>>>system >>>>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=cli >>>>ck _______________________________________________ >>>>jazzplusplus-devel mailing list >>>>jaz...@li... >>>>https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel >>>> >>>> >>>> >>>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by: IBM Linux Tutorials >>>Free Linux tutorial presented by Daniel Robbins, President and CEO of >>>GenToo technologies. Learn everything from fundamentals to system >>>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >>>_______________________________________________ >>>jazzplusplus-devel mailing list >>>jaz...@li... >>>https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel >>> >>> >>> >>> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: IBM Linux Tutorials >>Free Linux tutorial presented by Daniel Robbins, President and CEO of >>GenToo technologies. Learn everything from fundamentals to system >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >>_______________________________________________ >>jazzplusplus-devel mailing list >>jaz...@li... >>https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel >> >> >> > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >jazzplusplus-devel mailing list >jaz...@li... >https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel > > |
From: Matt K. <ra...@ch...> - 2004-03-24 22:49:53
|
> Here is the file from my rpm. > > But do you really have the devel rpm then if you lack this file? Well, you have to remember that this is SuSE, and they do things their own way. I have no idea why this file isn't included. But it's not. I have everything compiled now. Jazz is running! Thanks, Matt |
From: Joakim V. <jo...@ve...> - 2004-03-22 15:13:44
|
Great Dave! /Joakim Dave Fancella wrote: >All, > >There's a website now. :) > >http://jazzplusplus.sourceforge.net/ > >A few questions. :) First, everybody go read all the copy (there's not >much) and make comments and stuff so I can edit it and make sure the website >accurately puts across the message and information we all want it to put >across. I just filled it in now to make it clear what information belongs >where on the site and to fill out the layout so we could all see what it >looks like. > >It uses the news export feature of sourceforge, so anytime a news item is >added (can only be done by project admin), it'll be available on the website. >I like that a lot. > >We can add plenty of other stuff to integrate the website with sourceforge's >project management interfaces, according to this page: > >http://sourceforge.net/docman/display_doc.php?docid=1502&group_id=1 > >Let me know if you guys want more integration and so forth. Right now we're >not using the tracking part of the sourceforge setup. I'm certainly not >opposed to using it, and we can do a certain amount of integration between it >and the website, and that's always cool. > >Finally, for Mark, is the wiki reliable? As in, can users always manage to >find it? ;) I went ahead and linked to it, but if there are any doubts in >your mind about where it's at always being available, then we should probably >go ahead and move it to sourceforge's webserver. > >That's it for me. Tell me what you think of the design. :) I went for blue >this time. ;) > >Dave > > > |
From: Dave F. <dav...@co...> - 2004-03-22 21:58:45
|
On Monday 22 March 2004 03:11 pm, Patrick Earl wrote: > I uploaded background2.png to the graphics directory. It's not > super-awesome, but at least it's sorta seamless. Who knows what > it'll look like on the site. It's still not tiling well, but I left it there so you could see it. It's a background I originally made that goes in a space that's only as high in pixels as the background is. :( So it works on my website where I've used it. :) Part of it is tiling nicely, though. The part right in the middle. But you can see where the seems are on the outer edges. It does look like the GIMP made it seemless like it was supposed to, though. :) You can also see if it will look good when it finally tiles well or if we should just drop it and use a solid background until someone comes along that can just make a killer pic to use. I changed the font-family to Arial, Helvetica. I couldn't think of a good third fallback and decided to just let the browser pick it. Most machines have either Arial or Helvetica, though. Arial ships with Windows and Helvetica is part of the base XFree86 distribution, I believe. So give it a look now and if it's still not right we'll play with sizes a little. ;) Dave > > Actually, remember I was going to try to factor out the track view > > stuff? I said I might fail and I made my tarball before that > > because it could still build? Remember? ;) I failed. Miserably. > > Then my jazz timeslice ended and I've been doing websites. My > > jazz timeslice is coming back up, and it's my intention to start > > with a fresh checkout, a fresh outlook, and to focus solely on > > creating that middle layer and factoring as much into it as > > possible. And you've done so much with pianowin that you're > > probably in a better position to tackle that part of trackwin > > anyway. So I'm going to move myself over to that little project > > class I've been talking up so much. ;) > > When you're working on the code, it would be good if you were able to > somehow keep the current code as functional as it is. If you need to > duplicate stuff to make that happen, so be it. I'd rather have > half-ported functional code than half-ported broken code. :) If you > can perform the process incrementally, all the better. > > I think that some of the "middle layer" is in things like tSong and > the classes that derive from tEvent. I don't really have a clear > vision of what all would be in the "Project" thing. I'll keep > plugging away at the GUI when I have time. This week is going to be > very busy for me, so I'm not sure how much time I'll have to work on > Jazz. > > Patrick > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > jazzplusplus-devel mailing list > jaz...@li... > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel -- Visit my website! http://www.davefancella.com/?event=em *** ******* ********* ****** Confucious say: "Is stuffy inside fortune cookie." ******* *** |
From: Patrick E. <pa...@pa...> - 2004-03-23 00:34:39
|
On Monday 22 March 2004 06:58, Dave Fancella wrote: > On Monday 22 March 2004 03:11 pm, Patrick Earl wrote: > It's still not tiling well, but I left it there so you could see > it. It's a background I originally made that goes in a space > that's only as high in pixels as the background is. :( So it > works on my website where I've used it. :) Part of it is tiling > nicely, though. The part right in the middle. But you can see > where the seems are on the outer edges. It does look like the GIMP > made it seemless like it was supposed to, though. :) You can also > see if it will look good when it finally tiles well or if we should > just drop it and use a solid background until someone comes along > that can just make a killer pic to use. Ya, that was looking lame. I made a new pic and uploaded it. I also made the orange font more yellow. IMHO, it looks not bad now. > I changed the font-family to Arial, Helvetica. I couldn't think of > a good third fallback and decided to just let the browser pick it. > Most machines have either Arial or Helvetica, though. Arial ships > with Windows and Helvetica is part of the base XFree86 > distribution, I believe. So give it a look now and if it's still > not right we'll play with sizes a little. ;) Fonts look good to me. Thanks. Patrick |
From: Dave F. <dav...@co...> - 2004-03-23 04:18:29
|
On Tuesday 23 March 2004 12:34 am, Patrick Earl wrote: > On Monday 22 March 2004 06:58, Dave Fancella wrote: > > On Monday 22 March 2004 03:11 pm, Patrick Earl wrote: > > It's still not tiling well, but I left it there so you could see > > it. It's a background I originally made that goes in a space > > that's only as high in pixels as the background is. :( So it > > works on my website where I've used it. :) Part of it is tiling > > nicely, though. The part right in the middle. But you can see > > where the seems are on the outer edges. It does look like the GIMP > > made it seemless like it was supposed to, though. :) You can also > > see if it will look good when it finally tiles well or if we should > > just drop it and use a solid background until someone comes along > > that can just make a killer pic to use. > > Ya, that was looking lame. I made a new pic and uploaded it. I also > made the orange font more yellow. IMHO, it looks not bad now. Actually, it looks quite good now. Now we just need to fill out the pages with more text so the background will be understated a bit more. :) We can leave the news page mostly alone, except I'm going to capture it for text processing (need to give each news item a class that we can manipulate in the stylesheet). The other stuff could be spread out some more with a few well-placed, small graphics. > > I changed the font-family to Arial, Helvetica. I couldn't think of > > a good third fallback and decided to just let the browser pick it. > > Most machines have either Arial or Helvetica, though. Arial ships > > with Windows and Helvetica is part of the base XFree86 > > distribution, I believe. So give it a look now and if it's still > > not right we'll play with sizes a little. ;) > > Fonts look good to me. Thanks. :) Looks good to me too. Dave > Patrick > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > jazzplusplus-devel mailing list > jaz...@li... > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel -- Visit my website! http://www.davefancella.com/?event=em The goys have proven the following theorem... -- Physicist John von Neumann, at the start of a classroom lecture. |
From: Dave F. <dav...@co...> - 2004-03-23 04:26:27
|
On Tuesday 23 March 2004 12:34 am, Patrick Earl wrote: > Ya, that was looking lame. I made a new pic and uploaded it. I also > made the orange font more yellow. IMHO, it looks not bad now. Just wanted to mention, I just showed it to my wife and she said "WOW!". SO it's looks good to her, too. ;) I'm going to go ahead and pull my name out of the footer and make a credits page, I think. That would be the proper way to credit myself for the website, and to credit everyone else for their work. Unless there are objections, here's what I'm going to do for now: I'll list as 'core developers' or 'jazzplusplus team' people who currently have write access to cvs and Joakim. I assume he'll have it shortly anyway, in fact. I'll list as 'contributors' everyone else that I've seen cross this list so far. I'll list as 'have made contributions' anyone else, and something that says 'based on code originally written by ....'. And, of course, a line that says "If we missed anybody, email jazzplusplus-devel and tell us, and we're sorry for missing you". Any objections, comments, etc. to this? I realize that credits can be a sticky issue, and I don't want it to be sticky. Then I'll post a link, of course, and everyone can chime in if they were accidentally left out. Then I'll put a link at the bottom that says "Additional credits can be found here" and link to the wiki, or Mark can put a comment on the wiki page saying 'This page is out of date, look here for the current credits'. Dave -- Visit my website! http://www.davefancella.com/?event=em People who have no faults are terrible; there is no way of taking advantage of them. |
From: Dave F. <dav...@co...> - 2004-03-23 06:32:44
|
On Monday 22 March 2004 08:26 pm, Dave Fancella wrote: > Any objections, comments, etc. to this? I realize that credits can be a > sticky issue, and I don't want it to be sticky. Then I'll post a link, of > course, and everyone can chime in if they were accidentally left out. Credits are here: http://jazzplusplus.sourceforge.net/credits/ Did I miss anybody? I didn't do the link to the credits page in the wiki yet, I'm still waiting for someone to chime in on that. :) I also went over the news page and got it formatted a bit finally. I must admit, string manipulation isn't my strong point. :( Anyway, I'm happy with the way it looks. Someone should look at it with each new news item and make sure it works, up to four or five news items. If it breaks, we can fix it. If it doesn't break, then we don't have to worry about it. :) Sourceforge should really give us some macros or something so we can format the exported news. :( So, unless/until there are comments on the website for me to fix, I pronounce it done. At least, I'm done with it. :) And happy with it, to boot. Dave > Then I'll put a link at the bottom that says "Additional credits can be > found here" and link to the wiki, or Mark can put a comment on the wiki > page saying 'This page is out of date, look here for the current credits'. > > Dave -- Visit my website! http://www.davefancella.com/?event=em You are here: *** *** ********* ******* ***** *** * But you're not all there. |