| Summary: | euler 1.60.6 does not compile, error in metaps.c | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Pietro Franchi <tinaught> |
| Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
If you attache the patch next time instead of pasting it, you can save me even more time :-) Thanks. Silent fix in 1.60.6, -r1 makes use of CFLAGS additionally. |
there is an error doing emerge euler because of an error in metaps.c. I've investigated a bit and the problem seems to be fixed by this patch: --- metaps.c.old 2004-02-15 09:53:10.502606720 +0100 +++ metaps.c 2004-02-15 09:55:52.156031664 +0100 @@ -209,7 +209,7 @@ // rectangle clipping // x1 y1 x2 y2 setclip static char setclipmacro[]= "/setclip {\n\ -gsave +gsave\n\ /y2 exch def\n\ /x2 exch def\n\ /y1 exch def\n\ :)