Menu

#5 Win32 build?

open
nobody
None
5
2004-08-19
2004-08-19
Dan Piponi
No

Brook is cool but it'd be nice if it built under Win32.
I've tried to build under Win32 using

cygwin:
$ make
lexer.cpp
lexer.cpp(25) : fatal error C1083: Cannot open include
file: 'unistd.h': No such
file or directory
make[1]: *** [built/lexer.obj] Error 2
make: *** [dep] Error 2
(I removed the unistd.h include and tried again but I
get more errors which when fixed lead to more etc.)

mingw:
make
...
...
LINK : fatal error LNK1181: cannot open input file
"C:/msys/1.0/nologo.obj"
make[2]: *** [built/context.obj] Error 2
make[1]: *** [dep] Error 2
make: *** [brcc] Error 2

and MSVC++ to no avail. A pity as the cygwin case
looked like it was well on its way to building
something. The brook home page does seem to suggest
that things should build under Win32 so I guess that
means this is a bug.

Discussion


Log in to post a comment.