Op Zo, 11 april, 2010 12:59, schreef D. Richard Hipp:
>
> On Apr 11, 2010, at 6:46 AM, Rene de Zwart wrote:
>
>>
>> Having had my way with fossil compiling under windows. I was looking
>> for
>> new challenges by compiling with other free compilers.
>> I tried digital mars c compiler. Which promptly said
>>  "unistd.h is for unix systems" (The smart little bugger :-)
>>
>> Do I correctly infer from this that native windows compilers are not
>> tested/used/supported?
>
>
> Correct.
>
> I don't own a windows machine. The windows binaries on the website are
> generated by cross-compiling off of Linux.  I do have the capability
> of running windows under VMWare (for testing), but I don't bring
> VMWare up that often and do not have any compilers installed there.
>
> D. Richard Hipp
> d...@hwaci.com
>
>
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
I have done compilations with
1) digitalmars c 8.42n (DMC)
2) borland bcc55
3) Microsoft express 2008 (MSVC)

Borland doesn't have support for long long type so it isn't usable

Microsoft and dmc lack unistd.h in various degrrees.
Which is fixable with what you find on the internet.
dirent.h is an other one also fixable via the internet.
Microsoft is the pain in the ass because gnumake isn't capable of
producing the fossil.exe. With a bit of fiddling around fossil.exe was
produced.

both fossils by dmc en msvc allow me to clone, open, diff, changes, ui and
server.

So seem you can use native compilers for fossil compiling.

I still want to look in the open watcom compiler.

-- 
Rene de Zwart

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to