Re: tutorial, blog, hackathon

2008-04-04 Thread Joshua McAdams
> The dorms sound workable. Is it the same dorms as last time YAPC::NA was in > Chicago? Those are under construction, so we've been moved to the other set of dorms across the road from the 2k6 dorms. They are a little older, but have been recently updated and are supposedly decent dorms (and no

Re: tutorial, blog, hackathon

2008-04-03 Thread Joshua McAdams
> > The dorms that we have this year have large common areas that we have > > 24x7 access too. I can investigate them more if I need too. > > This would be excellent. If the hackathon is the weekend before > YAPC::NA, will the dorms and common areas be available then? > (I.e., would I be abl

Re: tutorial, blog, hackathon

2008-04-01 Thread Joshua McAdams
> > Excellent. Where? On the IIT campus? > > Location to be determined. Likely either on campus, or at the conference > hotel, depending on where the majority of Parrot hackers are staying. The dorms that we have this year have large common areas that we have 24x7 access too. I can investiga

[perl #50966] PATCH: Allow git checkouts to pass at least one test that is svn checkout dependent

2008-02-18 Thread Joshua McAdams
# New Ticket Created by "Joshua McAdams" # Please include the string: [perl #50966] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50966 > I'm using git-svn to check parrot; however, some of the parrot

Re: r25810 - make error

2008-02-18 Thread Joshua McAdams
> That '/usr/local/lib/libparrot.dylib' shouldn't be there. It's probably a > remnant of an old installation. Uninstalling the old libparrot should fix > this problem. I think I did install a version of parrot from macports and then uninstalled it... must not have cleaned up enough. Regardless,

Re: r25810 - make error

2008-02-18 Thread Joshua McAdams
[snip] > Am attaching my results for contrast. Mine are achieved with the > wrapper around Configure.pl which I posted on list earlier in > thread. Note that in mine 'ld' picks up the value passed via shell > setting at step 'inter::progs'. > > This works for me, but may not be relevant to your

Re: r25810 - make error

2008-02-17 Thread Joshua McAdams
> g++-4.0 -o myops_ops.bundle myops_ops.o -L/opt/local/lib > -L/usr/local/lib -L/Users/joshua/Development/parrot/blib/lib > -flat_namespace -L/opt/local/lib > -L/Users/joshua/Development/parrot/blib/lib -bundle -undefined > suppress -L/Users/joshua/Development/parrot/blib/lib -lparrot By the way

Re: r25810 - make error

2008-02-17 Thread Joshua McAdams
> Josh: For some time, I've been config'ing parrot this way on OS X: > > %cat ~/bin/ccc > CCACHE="ccache " > CC="${CCACHE}gcc-4.0" > CX="${CCACHE}g++-4.0" > perl Configure.pl --cc="$CC" --cxx="$CX" --link="$CX" --ld="$CX" $@ > > Give this a whirl. (setting CCACHE to "" if you don't have it.) This >

Re: r25810 - make error

2008-02-17 Thread Joshua McAdams
> Are you using the Apple-supplied C and C++ compilers? Presuming that > 'cc' and 'c++' are symlinks, what do they link to? I believe so. I do have darwinports installed, but I think that everything it installs goes into /opt/local/ --(0)> ls -l `which cc` lrwxr-xr-x 1 root wheel 7 May 28

r25810 - make error

2008-02-17 Thread Joshua McAdams
I just checked out parrot r25810 and ran 'perl Configure.pl' and 'make' and got the following error. This is on a PowerBook G4 running Darwin 8.11.0. Could someone point me to what I am doing wrong? Thanks, Josh ... c++ -o myops_ops_cg.bundle myops_ops_cg.o -L/opt/local/lib -L/usr/local/lib -L