Jeroen T. Vermeulen wrote:
 > Can that be fixed with the right quoting?  I'd rather have a solution 
 > for this than just document that it doesn't work.

Sorry, I should have included the fixes. Mine was to move the folder to 
C:\. I don't have much Windows dev experience and the DOS quoting 
behavior seems a bit unuseful to me :)

(1) win32/vc-libpqxx.mak:80 should read

/I "include" /I $(PGSQLSRC)/include /I $(PGSQLSRC)/interfaces/libpq \

(2) win32/common-sample should end with

LIBPATH1=$(PGSQLSRC)/interfaces/libpq/Release
LIBPATH2=$(PGSQLSRC)/interfaces/libpq/Debug

Curran
_______________________________________________
Libpqxx-general mailing list
Libpqxx-general@gborg.postgresql.org
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to