From: D.B. M. <db...@ho...> - 2008-05-21 08:50:48
|
Greetings, Casually reporting that as of Rev 549 ; if g++ -DHAVE_CONFIG_H -I. -I../../jazz/src -I. -DJAZZ_DATADIR=\"/root/Jazz++/TestInstall/share/Jazz++\" -Wall -Wno-unknown-pragmas -I../../jazz/Bitmaps -I/usr/local/wx287/lib/wx/include/gtk2-ansi-release-static-2.8 -I/usr/local/wx287/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -g -fno-inline -O0 -MT AlsaDriver.o -MD -MP -MF ".deps/AlsaDriver.Tpo" -c -o AlsaDriver.o ../../jazz/src/AlsaDriver.cpp; \ then mv -f ".deps/AlsaDriver.Tpo" ".deps/AlsaDriver.Po"; else rm -f ".deps/AlsaDriver.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I../../jazz/src -I. -DJAZZ_DATADIR=\"/root/Jazz++/TestInstall/share/Jazz++\" -Wall -Wno-unknown-pragmas -I../../jazz/Bitmaps -I/usr/local/wx287/lib/wx/include/gtk2-ansi-release-static-2.8 -I/usr/local/wx287/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -g -fno-inline -O0 -MT AlsaPlayer.o -MD -MP -MF ".deps/AlsaPlayer.Tpo" -c -o AlsaPlayer.o ../../jazz/src/AlsaPlayer.cpp; \ then mv -f ".deps/AlsaPlayer.Tpo" ".deps/AlsaPlayer.Po"; else rm -f ".deps/AlsaPlayer.Tpo"; exit 1; fi ../../jazz/src/AlsaPlayer.cpp: In member function 'int tAlsaPlayer::OutEvent(JZEvent*, int)': ../../jazz/src/AlsaPlayer.cpp:416: error: 'class tKeyOn' has no member named 'Channel' ../../jazz/src/AlsaPlayer.cpp:427: error: 'class tKeyOff' has no member named 'Channel' ../../jazz/src/AlsaPlayer.cpp:438: error: 'class tProgram' has no member named 'Channel' ../../jazz/src/AlsaPlayer.cpp:448: error: 'class tKeyPressure' has no member named 'Channel' ../../jazz/src/AlsaPlayer.cpp:459: error: 'class tChnPressure' has no member named 'Channel' ../../jazz/src/AlsaPlayer.cpp:469: error: 'class tControl' has no member named 'Channel' ../../jazz/src/AlsaPlayer.cpp:480: error: 'class tPitch' has no member named 'Channel' make[2]: *** [AlsaPlayer.o] Error 1 make[2]: Leaving directory `/mnt/store/jazzplusplus/trunk/Build/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/mnt/store/jazzplusplus/trunk/Build/src' make: *** [all-recursive] Error 1 Regards, Donald B _________________________________________________________________ Are you paid what you're worth? Find out: SEEK Salary Centre http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2Fcareer%2Dresources%2Fsalary%2Dcentre%2F%3Ftracking%3Dsk%3Ahet%3Asc%3Anine%3A0%3Ahot%3Atext&_t=764565661&_r=OCT07_endtext_salary&_m=EXT |
From: <ben...@ya...> - 2008-05-21 14:45:56
|
Yep, I concurr! Looks like there's some inconsistency in class tChannelEvent on whether accessors or public members are to be used.. I'd vote accessors myself, as it's easier to add sanity checks, but that's just me... In my working copy, I put the GetChannel() calls into Player.cpp and AlsaPlayer.cpp to get it compiling, but that doesn't treat the more fundamental issue of accessor or public members... Is the jazz++ style to use more public members than accessors? -Ben --- On Wed, 5/21/08, D.B. Moore <db...@ho...> wrote: > From: D.B. Moore <db...@ho...> > Subject: [jazzplusplus-devel] Routine test build results -- Last Changed Rev: 549 > To: jaz...@li... > Date: Wednesday, May 21, 2008, 2:50 AM > Greetings, > > Casually reporting that as of Rev 549 ; > > if g++ -DHAVE_CONFIG_H -I. -I../../jazz/src -I. > -DJAZZ_DATADIR=\"/root/Jazz++/TestInstall/share/Jazz++\" > -Wall -Wno-unknown-pragmas -I../../jazz/Bitmaps > -I/usr/local/wx287/lib/wx/include/gtk2-ansi-release-static-2.8 > -I/usr/local/wx287/include/wx-2.8 -D_FILE_OFFSET_BITS=64 > -D_LARGE_FILES -D__WXGTK__ -g -fno-inline -O0 -MT > AlsaDriver.o -MD -MP -MF ".deps/AlsaDriver.Tpo" > -c -o AlsaDriver.o ../../jazz/src/AlsaDriver.cpp; \ > then mv -f ".deps/AlsaDriver.Tpo" > ".deps/AlsaDriver.Po"; else rm -f > ".deps/AlsaDriver.Tpo"; exit 1; fi > if g++ -DHAVE_CONFIG_H -I. -I../../jazz/src -I. > -DJAZZ_DATADIR=\"/root/Jazz++/TestInstall/share/Jazz++\" > -Wall -Wno-unknown-pragmas -I../../jazz/Bitmaps > -I/usr/local/wx287/lib/wx/include/gtk2-ansi-release-static-2.8 > -I/usr/local/wx287/include/wx-2.8 -D_FILE_OFFSET_BITS=64 > -D_LARGE_FILES -D__WXGTK__ -g -fno-inline -O0 -MT > AlsaPlayer.o -MD -MP -MF ".deps/AlsaPlayer.Tpo" > -c -o AlsaPlayer.o ../../jazz/src/AlsaPlayer.cpp; \ > then mv -f ".deps/AlsaPlayer.Tpo" > ".deps/AlsaPlayer.Po"; else rm -f > ".deps/AlsaPlayer.Tpo"; exit 1; fi > ./../jazz/src/AlsaPlayer.cpp: In member function 'int > tAlsaPlayer::OutEvent(JZEvent*, int)': > ./../jazz/src/AlsaPlayer.cpp:416: error: 'class > tKeyOn' has no member named 'Channel' > ./../jazz/src/AlsaPlayer.cpp:427: error: 'class > tKeyOff' has no member named 'Channel' > ./../jazz/src/AlsaPlayer.cpp:438: error: 'class > tProgram' has no member named 'Channel' > ./../jazz/src/AlsaPlayer.cpp:448: error: 'class > tKeyPressure' has no member named 'Channel' > ./../jazz/src/AlsaPlayer.cpp:459: error: 'class > tChnPressure' has no member named 'Channel' > ./../jazz/src/AlsaPlayer.cpp:469: error: 'class > tControl' has no member named 'Channel' > ./../jazz/src/AlsaPlayer.cpp:480: error: 'class > tPitch' has no member named 'Channel' > make[2]: *** [AlsaPlayer.o] Error 1 > make[2]: Leaving directory > `/mnt/store/jazzplusplus/trunk/Build/src' > make[1]: *** [all] Error 2 > make[1]: Leaving directory > `/mnt/store/jazzplusplus/trunk/Build/src' > make: *** [all-recursive] Error 1 > > > Regards, > > Donald B > _________________________________________________________________ > Are you paid what you're worth? Find out: SEEK Salary > Centre > http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2Fcareer%2Dresources%2Fsalary%2Dcentre%2F%3Ftracking%3Dsk%3Ahet%3Asc%3Anine%3A0%3Ahot%3Atext&_t=764565661&_r=OCT07_endtext_salary&_m=EXT > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > jazzplusplus-devel mailing list > jaz...@li... > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel |
From: <ben...@ya...> - 2008-05-21 21:26:05
|
After that fix, I got the rest compiled, but still failed on link: Project.o: In function `JZProject': /home/ben/Build/JazzBuild/src/../../jazz/src/Project.cpp:167: undefined reference to `tAudioPlayer::tAudioPlayer(JZSong*)' /home/ben/Build/JazzBuild/src/../../jazz/src/Project.cpp:167: undefined reference to `tAudioPlayer::tAudioPlayer(JZSong*)' collect2: ld returned 1 exit status -Ben --- On Wed, 5/21/08, ben...@ya... <ben...@ya...> wrote: > From: ben...@ya... <ben...@ya...> > Subject: Re: [jazzplusplus-devel] Routine test build results -- Last Changed Rev: 549 > To: jaz...@li... > Date: Wednesday, May 21, 2008, 8:45 AM > Yep, I concurr! Looks like there's some inconsistency > in class tChannelEvent on whether accessors or public > members are to be used.. I'd vote accessors myself, as > it's easier to add sanity checks, but that's just > me... In my working copy, I put the GetChannel() calls > into Player.cpp and AlsaPlayer.cpp to get it compiling, but > that doesn't treat the more fundamental issue of > accessor or public members... Is the jazz++ style to use > more public members than accessors? > > -Ben > > --- On Wed, 5/21/08, D.B. Moore <db...@ho...> > wrote: > > > From: D.B. Moore <db...@ho...> > > Subject: [jazzplusplus-devel] Routine test build > results -- Last Changed Rev: 549 > > To: jaz...@li... > > Date: Wednesday, May 21, 2008, 2:50 AM > > Greetings, > > > > Casually reporting that as of Rev 549 ; > > > > if g++ -DHAVE_CONFIG_H -I. -I../../jazz/src -I. > > > -DJAZZ_DATADIR=\"/root/Jazz++/TestInstall/share/Jazz++\" > > -Wall -Wno-unknown-pragmas -I../../jazz/Bitmaps > > > -I/usr/local/wx287/lib/wx/include/gtk2-ansi-release-static-2.8 > > -I/usr/local/wx287/include/wx-2.8 > -D_FILE_OFFSET_BITS=64 > > -D_LARGE_FILES -D__WXGTK__ -g -fno-inline -O0 -MT > > AlsaDriver.o -MD -MP -MF > ".deps/AlsaDriver.Tpo" > > -c -o AlsaDriver.o ../../jazz/src/AlsaDriver.cpp; > \ > > then mv -f ".deps/AlsaDriver.Tpo" > > ".deps/AlsaDriver.Po"; else rm -f > > ".deps/AlsaDriver.Tpo"; exit 1; fi > > if g++ -DHAVE_CONFIG_H -I. -I../../jazz/src -I. > > > -DJAZZ_DATADIR=\"/root/Jazz++/TestInstall/share/Jazz++\" > > -Wall -Wno-unknown-pragmas -I../../jazz/Bitmaps > > > -I/usr/local/wx287/lib/wx/include/gtk2-ansi-release-static-2.8 > > -I/usr/local/wx287/include/wx-2.8 > -D_FILE_OFFSET_BITS=64 > > -D_LARGE_FILES -D__WXGTK__ -g -fno-inline -O0 -MT > > AlsaPlayer.o -MD -MP -MF > ".deps/AlsaPlayer.Tpo" > > -c -o AlsaPlayer.o ../../jazz/src/AlsaPlayer.cpp; > \ > > then mv -f ".deps/AlsaPlayer.Tpo" > > ".deps/AlsaPlayer.Po"; else rm -f > > ".deps/AlsaPlayer.Tpo"; exit 1; fi > > ./../jazz/src/AlsaPlayer.cpp: In member function > 'int > > tAlsaPlayer::OutEvent(JZEvent*, int)': > > ./../jazz/src/AlsaPlayer.cpp:416: error: 'class > > tKeyOn' has no member named 'Channel' > > ./../jazz/src/AlsaPlayer.cpp:427: error: 'class > > tKeyOff' has no member named 'Channel' > > ./../jazz/src/AlsaPlayer.cpp:438: error: 'class > > tProgram' has no member named 'Channel' > > ./../jazz/src/AlsaPlayer.cpp:448: error: 'class > > tKeyPressure' has no member named > 'Channel' > > ./../jazz/src/AlsaPlayer.cpp:459: error: 'class > > tChnPressure' has no member named > 'Channel' > > ./../jazz/src/AlsaPlayer.cpp:469: error: 'class > > tControl' has no member named 'Channel' > > ./../jazz/src/AlsaPlayer.cpp:480: error: 'class > > tPitch' has no member named 'Channel' > > make[2]: *** [AlsaPlayer.o] Error 1 > > make[2]: Leaving directory > > `/mnt/store/jazzplusplus/trunk/Build/src' > > make[1]: *** [all] Error 2 > > make[1]: Leaving directory > > `/mnt/store/jazzplusplus/trunk/Build/src' > > make: *** [all-recursive] Error 1 > > > > > > Regards, > > > > Donald B > > > _________________________________________________________________ > > Are you paid what you're worth? Find out: SEEK > Salary > > Centre > > > http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2Fcareer%2Dresources%2Fsalary%2Dcentre%2F%3Ftracking%3Dsk%3Ahet%3Asc%3Anine%3A0%3Ahot%3Atext&_t=764565661&_r=OCT07_endtext_salary&_m=EXT > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > jazzplusplus-devel mailing list > > jaz...@li... > > > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > jazzplusplus-devel mailing list > jaz...@li... > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel |
From: Peter J. S. <dev...@to...> - 2008-05-22 02:21:49
|
BG = Ben BG> After that fix, I got the rest compiled, but still BG> failed on link: BG> BG> Project.o: In function `JZProject': BG> /home/ben/Build/JazzBuild/src/../../jazz/src/Project.cpp:167: undefined reference to `tAudioPlayer::tAudioPlayer(JZSong*)' BG> /home/ben/Build/JazzBuild/src/../../jazz/src/Project.cpp:167: undefined reference to `tAudioPlayer::tAudioPlayer(JZSong*)' BG> collect2: ld returned 1 exit status Ben, You need to 1. Install the ALSA development package on your system 2. Clean out your Build directory 3. Rerun configure 4. Rerun make What distribution are you using? Donald, This might become part of a development or build FAQ. Pete |
From: D.B. M. <db...@ho...> - 2008-05-22 02:57:50
|
Greets, ---------------------------------------- > Date: Wed, 21 May 2008 19:21:41 -0700 > Subject: Re: [jazzplusplus-devel] Routine test build results -- Last ChangedRev: 549 > > BG = Ben > BG> After that fix, I got the rest compiled, but still > BG> failed on link: > BG> > BG> Project.o: In function `JZProject': > BG> /home/ben/Build/JazzBuild/src/../../jazz/src/Project.cpp:167: > undefined reference to `tAudioPlayer::tAudioPlayer(JZSong*)' > BG> /home/ben/Build/JazzBuild/src/../../jazz/src/Project.cpp:167: > undefined reference to `tAudioPlayer::tAudioPlayer(JZSong*)' > BG> collect2: ld returned 1 exit status > > Ben, > > You need to > > 1. Install the ALSA development package on your system > 2. Clean out your Build directory > 3. Rerun configure > 4. Rerun make > > What distribution are you using? > > Donald, > > This might become part of a development or build FAQ. > > Pete Yep, my thoughts exactly... I did reply/send about this thread earlier, but it seems that posting has been caught in the bowels of hotmail somewhere....(it may turn up later)....but to be sure, here's my thoughts... 1. add section to htdocs/mailinglist to expound list etiquette (raw emaill addr in test body avoidance, of which I myself was originally guilty ;-) 2. add section to htdocs/reportingbugs explaining the development cycle you're employing, and how things in SVN might inadvertently become 'broken' whilst changes to the code propagate into the whole source tree 3. And come up with a formal for the FAQ page (which I've notioned at in previous postings ) I'll get around to this in the next > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > jazzplusplus-devel mailing list > jaz...@li... > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel _________________________________________________________________ Search for local singles online @ Lavalife - Click here http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Flavalife9%2Eninemsn%2Ecom%2Eau%2Fclickthru%2Fclickthru%2Eact%3Fid%3Dninemsn%26context%3Dan99%26locale%3Den%5FAU%26a%3D30290&_t=764581033&_r=email_taglines_Search_OCT07&_m=EXT |
From: D.B. M. <db...@ho...> - 2008-05-22 03:13:09
|
---------------------------------------- Resend, previous posting was strangely missing bottom parts (??) Greets, > > >> ---------------------------------------- >>> Date: Wed, 21 May 2008 19:21:41 -0700 >>> Subject: Re: [jazzplusplus-devel] Routine test build results -- Last ChangedRev: 549 >>> >>> BG = Ben >>> BG> After that fix, I got the rest compiled, but still >>> BG> failed on link: >>> BG> >>> BG> Project.o: In function `JZProject': >>> BG> /home/ben/Build/JazzBuild/src/../../jazz/src/Project.cpp:167: >>> undefined reference to `tAudioPlayer::tAudioPlayer(JZSong*)' >>> BG> /home/ben/Build/JazzBuild/src/../../jazz/src/Project.cpp:167: >>> undefined reference to `tAudioPlayer::tAudioPlayer(JZSong*)' >>> BG> collect2: ld returned 1 exit status >>> >>> Ben, >>> >>> You need to >>> >>> 1. Install the ALSA development package on your system >>> 2. Clean out your Build directory >>> 3. Rerun configure >>> 4. Rerun make >>> >>> What distribution are you using? >>> >>> Donald, >>> >>> This might become part of a development or build FAQ. >>> >>> Pete >> Yep, my thoughts exactly... I did reply/send about this thread earlier, but it seems that posting has been caught in the bowels of hotmail somewhere....(it may turn up later)....but to be sure, here's my thoughts... 1. add section to htdocs/mailinglist to expound list etiquette (raw emaill addr in test body avoidance, of which I myself was originally guilty ;-) 2. add section to htdocs/reportingbugs explaining the development cycle you're employing, and how things in SVN might inadvertently become 'broken' whilst changes to the code propagate into the whole source tree 3. And come up with a formal for the FAQ page (which I've notioned at in previous postings ) I'll get around to this in the next 'x' number of hours.. Pete, if you wish, add a blank index.php somewhere like htdocs/faq and I'll get it filled-out with relevant content is short time. I think we need this location anyhow. It'll serve for a placeholder for current devel/svn FAQ's and later we can use it for Jazz++/distro/platform specific FAQ topics.. Regards, Donald B _________________________________________________________________ Never miss another e-mail with Hotmail on your mobile. http://www.livelife.ninemsn.com.au/article.aspx?id=343869 |
From: Peter J. S. <dev...@to...> - 2008-05-22 02:28:56
|
BG = Ben BG> Looks like there's some inconsistency in class tChannelEvent BG> on whether accessors or public members are to be used.. I'd BG> vote accessors myself, as it's easier to add sanity checks, BG> but that's just me... In my working copy, I put the BG> GetChannel() calls into Player.cpp and AlsaPlayer.cpp to BG> get it compiling, but that doesn't treat the more fundamental BG> issue of accessor or public members... Is the jazz++ style BG> to use more public members than accessors? No. I'm trying to convert to accessors, but it's just slow going. I'm trying to keep the build working as I convert the code, but I obviously fouled that up with respect to the various platforms with one of my commits. Pete |
From: Peter J. S. <dev...@to...> - 2008-05-21 15:54:43
|
DM = D.B. Moore DM> Greetings, DM> DM> Casually reporting that as of Rev 549 ; DM> DM> if g++ -DHAVE_CONFIG_H -I. -I../../jazz/src -I. -DJAZZ_DATADIR=\"/root/Jazz++/TestInstall/share/Jazz++\" -Wall -Wno-unknown-pragmas -I../../jazz/Bitmaps -I/usr/local/wx287/lib/wx/include/gtk2-ansi-release-static-2.8 -I/usr/local/wx287/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -g -fno-inline -O0 -MT AlsaDriver.o -MD -MP -MF ".deps/AlsaDriver.Tpo" -c -o AlsaDriver.o ../../jazz/src/AlsaDriver.cpp; \ DM> then mv -f ".deps/AlsaDriver.Tpo" ".deps/AlsaDriver.Po"; else rm -f ".deps/AlsaDriver.Tpo"; exit 1; fi DM> if g++ -DHAVE_CONFIG_H -I. -I../../jazz/src -I. -DJAZZ_DATADIR=\"/root/Jazz++/TestInstall/share/Jazz++\" -Wall -Wno-unknown-pragmas -I../../jazz/Bitmaps -I/usr/local/wx287/lib/wx/include/gtk2-ansi-release-static-2.8 -I/usr/local/wx287/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -g -fno-inline -O0 -MT AlsaPlayer.o -MD -MP -MF ".deps/AlsaPlayer.Tpo" -c -o AlsaPlayer.o ../../jazz/src/AlsaPlayer.cpp; \ DM> then mv -f ".deps/AlsaPlayer.Tpo" ".deps/AlsaPlayer.Po"; else rm -f ".deps/AlsaPlayer.Tpo"; exit 1; fi DM> ../../jazz/src/AlsaPlayer.cpp: In member function 'int tAlsaPlayer::OutEvent(JZEvent*, int)': DM> ../../jazz/src/AlsaPlayer.cpp:416: error: 'class tKeyOn' has no member named 'Channel' DM> ../../jazz/src/AlsaPlayer.cpp:427: error: 'class tKeyOff' has no member named 'Channel' DM> ../../jazz/src/AlsaPlayer.cpp:438: error: 'class tProgram' has no member named 'Channel' DM> ../../jazz/src/AlsaPlayer.cpp:448: error: 'class tKeyPressure' has no member named 'Channel' DM> ../../jazz/src/AlsaPlayer.cpp:459: error: 'class tChnPressure' has no member named 'Channel' DM> ../../jazz/src/AlsaPlayer.cpp:469: error: 'class tControl' has no member named 'Channel' DM> ../../jazz/src/AlsaPlayer.cpp:480: error: 'class tPitch' has no member named 'Channel' DM> make[2]: *** [AlsaPlayer.o] Error 1 DM> make[2]: Leaving directory `/mnt/store/jazzplusplus/trunk/Build/src' DM> make[1]: *** [all] Error 2 DM> make[1]: Leaving directory `/mnt/store/jazzplusplus/trunk/Build/src' DM> make: *** [all-recursive] Error 1 Yeah, During the work week I make progress at a very slow rate. I develop on one platform (Windows, Linux, or Mac) and have to catch up on the others later. In this case, Windows was first. Update your source tree and run make in your build directory. Pete |