Re: [naviserver-devel] Windows 7 recommended compiler and build tools?

2014-08-26 Thread Ibrahim Tannir
Hi Andrew, Here are my sources along with all the VC10 projects and makefiles for a 64-bit build of Naviserver 4.99.2 with TCL 8.4.18. http://s3.amazonaws.com/ARCHIWARE/mynavi.tar.gz Unfortunately, I don't have the time to fidget with the makefiles and VC projects to make them universally usab

Re: [naviserver-devel] Windows 7 recommended compiler and build tools?

2014-08-25 Thread Maurizio Martignano
recommended compiler and build tools? On Sun, Aug 10, 2014 at 05:18:57PM +0200, Maurizio Martignano wrote: > As build environment I would select your option #2, that is " > Microsoft's compiler, using nmake from the command-line." So, just how are you folks actually making that work?

Re: [naviserver-devel] Windows 7 recommended compiler and build tools?

2014-08-25 Thread Andrew Piskorski
On Mon, Aug 25, 2014 at 01:45:58PM -0400, Andrew Piskorski wrote: > The stock Tcl win/README file says that they build with "Visual C++ > 6.0 and the TEA Makefile", but VC++ 6.0 is 32-bit only, so the > ActiveState folks must be doing something slightly different for > their 64-bit builds. Anybod

Re: [naviserver-devel] Windows 7 recommended compiler and build tools?

2014-08-25 Thread Andrew Piskorski
On Sun, Aug 10, 2014 at 05:18:57PM +0200, Maurizio Martignano wrote: > As build environment I would select your option #2, that is " Microsoft's > compiler, using nmake from the command-line." So, just how are you folks actually making that work? I imagine the build process should be something r

Re: [naviserver-devel] Windows 7 recommended compiler and build tools?

2014-08-10 Thread Maurizio Martignano
r, but I do not know the actual user requirements. Hope this helps, Maurizio Martignano -Original Message- From: Andrew Piskorski [mailto:a...@piskorski.com] Sent: 10 August 2014 12:46 To: naviserver-devel@lists.sourceforge.net Subject: [naviserver-devel] Windows 7 recommended compiler

Re: [naviserver-devel] Windows 7 recommended compiler and build tools?

2014-08-10 Thread Andrew Piskorski
On Sun, Aug 10, 2014 at 06:45:43AM -0400, Andrew Piskorski wrote: > Also, do I need to use the same compiler for everything, or is it > feasible to say build NaviServer with MinGW, but Tcl or my own > custom code with Microsoft's 2013 compiler? I found the message below, basically saying that mix

[naviserver-devel] Windows 7 recommended compiler and build tools?

2014-08-10 Thread Andrew Piskorski
I just started looking into running NaviServer 4.99.6 (the latest release) on Windows 7 (64-bit), and am trying to figure out the proper approach to building it (plus my own custom code) from source. >From prior experience with ancient versions of Tcl and AOLserver, I know of at least three build