Re: Better mousetrap W Makefile by Ken Fox- May 5, 2000 Chip Salzenberg writes:> You mean, &39;building outside of the source dir&39; If so, three cheers.> I&39;m in the habit of keeping sources in usrcfoobar and building in> ubuildfoobar with symlink ubuildfoobarSRC -> usrcfoobar.I&39;ve found that lndir (from the X11 distribution) works very well. WhenI build something, I unpack the original sources into "foo-X.Y" and thenmake a directory "OS-foo-X.Y" (where OS is SunOS, IRIX, etc.). Removewrite permission on...http://www.nntp.perl.org/group/perl.perl6.porters/2000/05/msg198.html RE: Simplfied vector<> by Moore, Paul- May 2, 2000 From: Chip Salzenberg mailto:chipvalinux.com> > The standard C++ vector<> container is almost perfect for use in Perl> arrays and the data stack. But it has a major weakness... It&39;s _so_> general that it doesn&39;t use memcpy() or moral equivalent when it has> to grow. Instead, it uses copy constructors in a loop. That could be> a major performance issue with vector<Counted_p<T>>.> > Now, I could write a vector<> -- it&39;s not that hard,...http://www.nntp.perl.org/group/perl.perl6.porters/2000/05/msg197.html Re: Better mousetrap W Makefile by John van V.- May 1, 2000 I like it.Its 4K+ lines are clearly enough written to break them up into a number ofsmaller modules specific to their packages and methods. This would allow hooksfor upstream applications to implement aspects of the module.A lot of the methods only use packages as a place to keep them, they areindependant of the class structures. These could go into a utility moduleslike the ones I am creating from the perl power tools for NT.Documentation at the end implies that its success depends on the...http://www.nntp.perl.org/group/perl.perl6.porters/2000/05/msg196.html Re: Better mousetrap W Makefile by Joshua N Pritikin- May 1, 2000 On Mon, May 01, 2000 at 12:29:52PM -0400, betrahul.net wrote:> 2000-04-30-01:18:25 Chip Salzenberg:> > And now for something completely different: I&39;ve asked Adam Turoff> > to look at Cons, getting entirely away from the whole &39;makefile&39;> > thing.> > Is Cons alive> > I didn&39;t find anything on freshmeat or search.cpan.org, and when> I went to the referenced debian site, I found a ".orig" tarball> (sometimes I&39;m _REALLY_ glad I...http://www.nntp.perl.org/group/perl.perl6.porters/2000/05/msg195.html Re: Better mousetrap W Makefile by Mark Hollomon- May 1, 2000 > Bennett Todd wrote:> > 2000-04-30-01:18:25 Chip Salzenberg:> > And now for something completely different: I&39;ve asked Adam Turoff> > to look at Cons, getting entirely away from the whole &39;makefile&39;> > thing.> > Is Cons alive> try http:www.dsmit.comcons-- Mark Hollomonmhhnortelnetworks.comESN 451-9008 (302)454-9008http://www.nntp.perl.org/group/perl.perl6.porters/2000/05/msg194.html Re: Better mousetrap W Makefile by Bennett Todd- May 1, 2000 2000-04-30-01:18:25 Chip Salzenberg:> And now for something completely different: I&39;ve asked Adam Turoff> to look at Cons, getting entirely away from the whole &39;makefile&39;> thing.Is Cons aliveI didn&39;t find anything on freshmeat or search.cpan.org, and whenI went to the referenced debian site, I found a ".orig" tarball(sometimes I&39;m _REALLY_ glad I don&39;t have anything to do withDebian), with file timestamps in November of 1996, with a perlscript completely...http://www.nntp.perl.org/group/perl.perl6.porters/2000/05/msg193.html Re: Better mousetrap W Makefile by John van V.- May 1, 2000 > Overrides can be setup to easily override build instructions without meaningwith modifying any every scripts.Hmmm, you mean like this :use Loose; thanks to M Schwern$myperl = new perl6;$myperl -> home(thinmanpuny.vm.org);$myperl -> OS(PerlOS);$myperl -> h-w(x86);print $myperl -> compile;......print $myperl -> test;......$myperl -> targets = mynodes ;print $myperl -> install ;......$myperl -> realclean ;$ourperl = new perl6 ;$outperl -> users = CXN::PUNY ->...http://www.nntp.perl.org/group/perl.perl6.porters/2000/05/msg192.html Re: Better mousetrap W Makefile by Stephen Zander- May 1, 2000 >>>>> "Jarkko" == Jarkko Hietaniemi <jhiiki.fi> writes: Jarkko> So it didn&39;t go in.And I haven&39;t gone back to it since. Thanks for the reminder, Jarkko.-- Stephen"And what do we burn apart from witches"... "More witches!"http://www.nntp.perl.org/group/perl.perl6.porters/2000/05/msg191.html |