Gisle Vanem wrote:

>>   ./configure --prefix=/usr --sysconfdir=/etc --enable-trace \
>>   --enable-static-module=all --enable-static --enable-shared=no
>
> Yuck! I hate configure and the autoshit tools. I used my own
> Makefile.MingW.

  Yeah, me too! it's slow and messy.. but it's the only way to keep
  the Unix and Windows versions always in sync.

>> > Mingw has _PC_NAME_MAX, but no pathconf():
>> >
>> > -#ifdef _PC_NAME_MAX
>> > +#if defined(_PC_NAME_MAX) && !defined(_WIN32)
>> >        extra = pathconf(path->buf, _PC_NAME_MAX);
>> > #else
>> >        extra = PATH_MAX;
>>
>>   This is odd.  It is compiling for me without this change.
>
> pathconf() is not part of MingW period. It is in libgw32.a, but that
> is a GNU-Win library. I was hoping cherokee should only depend on
> native libs (like msvcrt.dll etc.).

  Ummm.. I didn't know it. Good point! I'll take a look at it. By the
  moment I've logged a bug (you are in the CC).

    http://www.0x50.org/bugs/ticket/43

>>   Can you send your configuration file please?  I fixed that
>>   problem in the beta 4 or 5..
>
> When CHEROKEE_EMBEDDED is used, no configuration file is read
> AFAICS. Ref. main.c:

  Yeah, well.. I don't use the embedded version in Windows. Anyway,
  I've fixed a few bugs right now that, I guess, were the source of
  the problem.

     http://www.0x50.org/bugs/login/changeset/198

--
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to