[perl #57006] [PATCH] add cygwin opengl config quirks

2008-08-19 Thread Reini Urban via RT
One more fix on this issue on parsing the headers. X freeglut only if DISPLAY is set, otherwise use native w32api GLUT -- Reini Urban difforig config/auto/opengl.pm lib/Parrot/Configure/Step/Methods.pm header parsing: need to match the linker logic. On cygwin without DISPLAY leave out

[perl #57694] You are nominated for an Associates

2008-08-07 Thread Reini Urban via RT
Spam -- Reini Urban

[perl #57548] [TODO] enhance #CONDITIONED_LINE by recursive logical expressions as in LISP

2008-08-03 Thread Reini Urban via RT
First patch was wrong, this is ok. (conf arg was missing) -- Reini Urban Index: parrot-svn/lib/Parrot/Configure/Compiler.pm === --- parrot-svn.orig/lib/Parrot/Configure/Compiler.pm +++ parrot-svn/lib/Parrot/Configure/Compiler.pm @@

[perl #38392] [BUG] FreeBSD bugs with JIT on t/op/trans.t

2008-08-02 Thread Reini Urban via RT
On Sat Jun 14 17:17:03 2008, [EMAIL PROTECTED] wrote: Can anyone on FreeBSD give us an update on this issue? freebsd7, recent parrot svn (r29922) passes the t/op/trans.t tests Determining JIT capability.yes It even works with freebsd's make, not only

[perl #57224] [BUG] darwin hints with -arch ppc64

2008-07-24 Thread Reini Urban via RT
Discussed at #parrot. Attached patch was confirmed to work. Why did it not fail before? Because the op added -arch ppc64 by himself, default darwin perl does not contain ppc64. -- Reini Urban

[perl #56558] [PATCH] pdb rename to parrot_pdb

2008-07-15 Thread Reini Urban via RT
This got warnocked for 0.6.4 rename the debugger, not the disassembler. -- Reini Urban

[perl #56562] [PATCH] root.in: add cygwin importlib

2008-07-15 Thread Reini Urban via RT
Reminder: This got warnocked for 0.6.4 -- Reini Urban

[perl #56544] [PATCH] install_files.pl

2008-07-03 Thread Reini Urban via RT
This is the next version. About the /usr/runtime location I'm not sure yet. Is this really kosher? On cygwin the .include searchpath is now: /usr/runtime/parrot/include /usr/runtime/parrot /usr /usr/lib/parrot/include /usr/lib/parrot/ . with extensions: .exe .lnk .exe.lnk .past

[perl #56558] [PATCH] pdb rename to parrot_pdb

2008-07-03 Thread Reini Urban via RT
Added patch -- Reini Urban 2008-07-03 17:17:39 rurban * requires a svn rename before: svn rename src/pdb.c src/parrot_pdb.c svn rename t/tools/pdb.t t/tools/parrot_pdb.t * MANIFEST, docs/debug.pod, docs/debugger.pod, docs/parrot.pod src/parrot_pdb.c, t/tools/parrot_pdb.t: rename pdb to

[perl #56544] [PATCH] install_files.pl

2008-07-02 Thread Reini Urban via RT
This patch is not so good. I studied the fedory rmp spec and gentoo ebuild and want all the manual fixes/hacks here. We should rather skip /usr/{compilers,config,src,language,tools} Later needed: symlink /usr/include/parrot/parrot.h to /usr/include/parrot.h mv ${D}/usr/bin/pdb.exe

[perl #56544] [PATCH] install_files.pl

2008-07-02 Thread Reini Urban via RT
The first patch is not so good. I studied the fedory rmp spec and gentoo ebuild and want all the manual fixes/hacks here. We should rather skip /usr/{compilers,config,src,language,tools} Later needed: symlink /usr/include/parrot/parrot.h to /usr/include/parrot.h mv ${D}/usr/bin/pdb.exe