Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: April 13 2008,03:45 |
|
Quote | One more thing, did you build the gimp-2.4 on DSL with the compile-3.3.5.uci extension? I normally use it, but had some errors |
Yes, but I had an error as you say. Inserting the following in giounix.c will fix the error: "`SSIZE_MAX' undeclared": Code Sample | #ifndef SSIZE_MAX #define SSIZE_MAX 0x7fffffff #endif |
Quote | Did you have those build errors on your Debian setups? |
I gave up building on debian setups, but I do see a number of errors when using compile-3.3.5 - I'm not sure if it is because the extension is in /opt, because some of the headers are old or what. The "`_POSIX_ARG_MAX' undeclared" error pops up from time to time.
|