On Tue, August 8, 2006 04:01, mauro castelli wrote: > Same behavior, it does not works with my system.
> PS: In case it may be useful, this is the .mak I obtained: Certainly useful. The problem seems to be in these lines: > "$(INTDIR_STATICRELEASE)\binarystring.obj": ../src/binarystring.cxx > $(INTDIR_STATICRELEASE) > $(CXX) $(CXX_FLAGS_STATICRELEASE) /Fo"$(INTDIR_STATICRELEASE)\\" > /Fd"$(INTDIR_STATICRELEASE)\\" ../src/binarystring.cxx We don't want the "../", of course. Those may actually be in the template files (win32/vc-*.mak) themselves, so you'll want to upgrade those as well before running the upgraded template2mak.py. Then it should work if you run template2mak.py from the main libpqxx directory. To help cut short the problems you're having with this, I'll upload working versions of the Makefiles to http://pqxx.org/ in a moment. Jeroen _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
