> Hmmm. Could you try changing:
>
> OUTFILE_STATICDEBUG=$(OUTDIR)/libpqxx_staticD
> OUTFILE_STATICRELEASE=$(OUTDIR)/libpqxx_static
> OUTFILE_DLLDEBUG=$(OUTDIR)/libpqxxD
> OUTFILE_DLLRELEASE=$(OUTDIR)/libpqxx
>
> into
>
> OUTFILE_STATICDEBUG=$(OUTDIR)\libpqxx_staticD
> OUTFILE_STATICRELEASE=$(OUTDIR)\libpqxx_static
> OUTFILE_DLLDEBUG=$(OUTDIR)\libpqxxD
> OUTFILE_DLLRELEASE=$(OUTDIR)\libpqxx

I did, but the same error message appears. I changed the slash in:  
!include win32/common as well, without success.
Only to be sure, you are talking only about the makefile: vc-libpqxx.mak,  
is that correct?
>
> in the makefile? I'm guessing that it doesn't like forward slashes. By  
> the way, you're not compiling with .NET2003 but with .NET2005, right? At  
> least that's what the output says ("Microsoft Visual Studio 8", whereas  
> .NET2003 is 7.1).

That is partially correct. I didn't say before that I try to compile  
libpqxx on two different computers. One with VS.NET2003 and the other with  
VS 2005 Express. I get the same error message with both compilers.

Thus, unfortunately the problem is not solved yet.

Best,
Stefan


_______________________________________________
Libpqxx-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to