Re: [naviserver-devel] mingw makefile problem

2008-03-08 Thread Vlad Seryakov
Problem solved, naviserver now compiles and runs successfully under 
Windows when built using mingw compiler.

All modules work, also i tested Postgres driver, works fined as well.

I think publishing somewhere binaries for win32, this way it is very 
easy to download and test the server, just not sure where to put the archive

Vlad Seryakov wrote:
 to the makefile gurus out there, i almost pulled all my remaining hair 
 trying to figure out this:
 
 i am compailing naviserver under mingw on window, all compiles fin until 
 i get into any modules.
 
 here is the problem
 
 # cd nssock
 
 # gmake -d
 GNU Make 3.81
 Copyright (C) 2006  Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.
 
 This program built for i686-pc-mingw32
 find_and_set_shell path search set default_shell = C:/msys/bin/sh.exe
 Reading makefiles...
 Reading makefile `makefile'...
 Reading makefile `../include/Makefile.build' (search path) (no ~ 
 expansion)...
 Reading makefile `../include/Makefile.module' (search path) (no ~ 
 expansion)...
 Reading makefile `../include/Makefile.global' (search path) (no ~ 
 expansion)...
 CreateProcess(C:\msys\bin\uname.exe,uname -a,...)
 Main thread handle = 0x07a0
 CreateProcess(C:\msys\bin\uname.exe,uname -a,...)
 ../include/Makefile.module:126: *** multiple target patterns.  Stop.
 
 # gmake -v
 GNU Make 3.81
 
 Makefile.module is our standard makefile, works fine under Linux.
 

-- 
Vlad Seryakov
[EMAIL PROTECTED]
http://www.crystalballinc.com/vlad/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel


[naviserver-devel] mingw makefile problem

2008-03-07 Thread Vlad Seryakov
to the makefile gurus out there, i almost pulled all my remaining hair 
trying to figure out this:

i am compailing naviserver under mingw on window, all compiles fin until 
i get into any modules.

here is the problem

# cd nssock

# gmake -d
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i686-pc-mingw32
find_and_set_shell path search set default_shell = C:/msys/bin/sh.exe
Reading makefiles...
Reading makefile `makefile'...
Reading makefile `../include/Makefile.build' (search path) (no ~ 
expansion)...
Reading makefile `../include/Makefile.module' (search path) (no ~ 
expansion)...
Reading makefile `../include/Makefile.global' (search path) (no ~ 
expansion)...
CreateProcess(C:\msys\bin\uname.exe,uname -a,...)
Main thread handle = 0x07a0
CreateProcess(C:\msys\bin\uname.exe,uname -a,...)
../include/Makefile.module:126: *** multiple target patterns.  Stop.

# gmake -v
GNU Make 3.81

Makefile.module is our standard makefile, works fine under Linux.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel