Re: 32 bit integers for article numbers: windows

"John E. Davis" <[email protected]>
Newsgroups gmane.network.slrn.user
Message-ID <[email protected]>
andrew <[email protected]> wrote:
> C:\Documents and Settings\andrew>slrn --version
> slrn pre0.9.9p1-19
>         * Note: This version is a developer preview.
> S-Lang Library Version: pre2.1.4-63

FWIW, slang-2.1.4 was released last weekend.

[...]
>  Using 32 bit integers for article numbers.

To enable it, you will need to edit src/slrnconf.h and change

  #undef HAVE_LONG_LONG
  #undef HAVE_ATOLL
  #undef HAVE_STRTOLL
  #define SIZEOF_LONG_LONG 8

to, e.g.,

  #define HAVE_LONG_LONG 1
  #define HAVE_ATOLL 1
  #define HAVE_STRTOLL 1
  #define SIZEOF_LONG_LONG 8

and then recompile.  If you see any compiler warnings, please send
those to me so I can see if they are serious or not.

Please note that unless some serious slrn problem is reported in the
next few days, I intend to release the first official patch this
weekend, i.e., 0.9.9p1.  However, 64 bit support for windows will
not be part of that patch since it has not been tested--- that will
have to wait until the next (non-patch) release.

Thanks,
--John

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.