[MonetDB-users] building client on Windows
Hi, I want to construct a Monet client app in C on Windows but find very sparse info on this. I took notice of the fact that Windows is apparently not exactly Monet's main target platform. Still, I tried using nmake on the client sources but ran into errors involving missing (or incorrectly placed) files (see below). Do I really have to go through the complete 'Experts > Windows Installation', i.e. building MonetDB server itself? regards, Sander ...\clients-1.18.2\src\mapilib>nmake -f makefile.msc Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. makefile.msc(8) : fatal error U1052: file '.\..\..\rules.msc' not found
On 2007-09-24 19:08, Sander Kruseman wrote:
Hi,
I want to construct a Monet client app in C on Windows but find very sparse info on this. I took notice of the fact that Windows is apparently not exactly Monet's main target platform. Still, I tried using nmake on the client sources but ran into errors involving missing (or incorrectly placed) files (see below). Do I really have to go through the complete 'Experts > Windows Installation', i.e. building MonetDB server itself?
regards, Sander
...\clients-1.18.2\src\mapilib>nmake -f makefile.msc Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. makefile.msc(8) : fatal error U1052: file '.\..\..\rules.msc' not found
Building from the packaged binary distribution on Windows is not supported. Not all files needed for building are included, and some files are not installed in the places that a build would expect them. I fear you will have to build from source. Having said that, I personally (and I maintain the Windows port) have not tried building from the packaged source distribution on Windows, but only from sources checked out with CVS. -- Sjoerd Mullender
participants (2)
-
Sander Kruseman
-
Sjoerd Mullender