-
I'm running configure with --mandir=/usr/share/man, but this switch is ignored and man files go to /usr/man instead.
2009-12-02 17:32:45 UTC by sergiopasra
-
For source code file tkimg1.3/libtiff/contrib/iptcutil/iptcutil.c
function formatIPTC
I notice the following code
str=(unsigned char *) malloc((unsigned int) (taglen+1));
if (str == (unsigned char *) NULL)
{
printf("Memory allocation failed");
return 0;
}
for (tagindx=0; tagindx
2009-10-21 09:14:40 UTC by dcb314
-
obermeier committed revision 228 to the tkImg SVN repository, changing 1 files.
2009-10-18 13:46:15 UTC by obermeier
-
Thanks, Daniel and Wordtech. So this issue can be closed now.
2009-07-29 11:37:37 UTC by nijtmans
-
Daniel's fix works for me, I have successfully built TkImg as a four-way universal binary.
2009-07-27 21:57:24 UTC by wordtech
-
nijtmans committed revision 227 to the tkImg SVN repository, changing 1 files.
2009-07-27 14:17:24 UTC by nijtmans
-
I can confirm that updating to latest tcl.m4 and regenerating all configure scripts is sufficient to fix this issue.
2009-07-27 13:12:36 UTC by das
-
nijtmans committed revision 226 to the tkImg SVN repository, changing 2 files.
2009-07-27 12:55:00 UTC by nijtmans
-
fixed in r225. Thanks!
2009-07-27 09:20:47 UTC by nijtmans
-
nijtmans committed revision 225 to the tkImg SVN repository, changing 2 files.
2009-07-27 09:20:20 UTC by nijtmans