Change History (8)
comment:1 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 23 years ago
comment:3 by , 22 years ago
perl Makefile.PL --without-guessing make
(now make crashes because all the .o files are in sourceroot and not in xs/ as expected by the makefile...)
cd Gtk vi Makefile, edit the line starting with 'OBJECT =' (not the one that is
commented-out). Remove all the xs/ and build/ at the beginning of the filenames in this line.
make make install
Thanks to Thomas for looking in the archives.
comment:4 by , 22 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | gimp-1.2.3 → gimp-1.2.4 |
Version increment (1.2.4)
comment:5 by , 22 years ago
Status: | reopened → assigned |
---|---|
Summary: | gimp-1.2.4 → gimp-1.2.5 |
Version increment (1.2.5)
comment:6 by , 22 years ago
Priority: | high → highest |
---|
comment:7 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
make install-strip failed (I think it was trying to strip a directory)
Located Gtk-Perl and PDL, did not test PDL as it appeared to have limited usage, but did test Gtk-Perl. Could not get a successful make, so they are not listed in the dependencies. May retry later.