From: Gregory S. <wo...@tr...> - 2018-01-12 13:41:44
|
(I also switched auto_ptr to unique_ptr which will require C++11. I hope that's OK, since just about every compiler supports it now. You'll need autoconf-archive to get the C++11 macros when you autoreconf) On Wed, Jan 10, 2018 at 8:31 PM, Gregory Smith <wo...@tr...> wrote: > Tito, > > Thanks. I committed some changes to remove the warnings I get compiling in > Ubuntu 17.10. > > Here's why the sound doesn't work: https://trac.wxwidgets.org/ticket/14899 > > We could call an external player, or write our own PulseAudio support...or > contribute a PulseAudio driver to wxWidgets :) > > Gregory > > > On Tue, Dec 26, 2017 at 10:27 AM, Tito Dal Canton <ti...@da...> > wrote: > >> Hi Gregory, >> >> I committed the changes required for a successful build. >> >> The file history menu does not work as it is now. I managed to get a >> list of recently-open files appear in the File menu itself (not in the >> submenu) by uncommenting a couple lines in ShapeFusionApp.cpp, but I am >> not sure how well that plays on other OSes. The list is also not >> persisted when the program quits, but I don't think that feature ever >> existed. I need to go through the wx docs again to fix this properly. >> Anyway I think that is a minor feature. >> >> A bigger one I want to look into next is that sounds don't play anymore >> on my system. >> >> Cheers >> T >> >> On 2017-12-25 07:08 PM, Gregory Smith wrote: >> > Tito, >> > >> > Any updates on this? Would you consider committing your fixes? >> > >> > Gregory >> > >> > >> > On Thu, Jul 6, 2017 at 3:22 PM, Gregory Smith <wo...@tr... >> > <mailto:wo...@tr...>> wrote: >> > >> > Tito, >> > >> > I just committed one little fix I had outstanding to SVN. Switching >> > to git is a good idea. Ditching SourceForge would also be a good >> > idea :-p >> > >> > Gregory >> > >> > >> > On Tue, Jul 4, 2017 at 6:27 PM, Tito Dal Canton <ti...@da... >> > <mailto:ti...@da...>> wrote: >> > >> > Hi all, >> > >> > Not sure if anybody is still following this list, but I just >> gave >> > ShapeFusion a try on my current system (Debian old stable with >> > wx 3.0). >> > I needed a few tweaks here and there to get the code to build >> after >> > several years (!). After those fixes, I could build and load a >> > shapes >> > file, and browse it normally. I'm tempted to push those fixes >> > upstream. >> > However, if somebody else has been maintaining SF elsewhere in >> > the mean >> > time, I'd like to hear about it so the repos don't diverge. >> > >> > Also, I moved to git years ago for pretty much anything I do, >> > and I'm >> > thinking about migrating SF to git too (still keeping it on >> > Sourceforge >> > though, at least for now). Anybody *against* moving to git? >> > >> > Cheers >> > T >> > >> > ----------------------------------------------------------- >> ------------------- >> > Check out the vibrant tech community on one of the world's most >> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> > _______________________________________________ >> > Shapefusion-devel mailing list >> > Sha...@li... >> > <mailto:Sha...@li...> >> > https://lists.sourceforge.net/lists/listinfo/shapefusion-devel >> > <https://lists.sourceforge.net/lists/listinfo/shapefusion-devel >> > >> > >> > >> > >> > >> > >> > ------------------------------------------------------------ >> ------------------ >> > Check out the vibrant tech community on one of the world's most >> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> > >> > >> > >> > _______________________________________________ >> > Shapefusion-devel mailing list >> > Sha...@li... >> > https://lists.sourceforge.net/lists/listinfo/shapefusion-devel >> > >> > > |