[Bug 51829] kmail fails to compile on Solaris 7

Ingo Klöcker kloecker at kde.org
Wed Jan 8 22:47:41 GMT 2003


On Wednesday 08 January 2003 21:45, aaronw at net.com wrote:
> I can get things to compile if I modify configure.in and
> configure such that it adds the compile flag -D_LARGE_FILES=1 instead
> of -D_FILE_OFFSET_BITS=64.  I.E. the following change allows the
> compile to work:
>
> in configure.in line 70:
>
> AC_SYS_LARGEFILE
> if test "x$ac_cv_sys_file_offset_bits" != "xno"; then
> #  CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64"
>   CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=1"
> fi
>
> if test "x$ac_cv_sys_large_files" != "xno"; then
>   CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=1"
> fi

configure.in is generated by some automagic. So patching this file won't 
help.

Regards,
Ingo

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: signature
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20030108/83b1f615/attachment.sig>


More information about the kde-core-devel mailing list