On Fri, February 24, 2006 20:18, [EMAIL PROTECTED] wrote: Sorry for my previous email--I hadn't seen the followup yet, which answers part of my questions.
> 4. nmake failed. I tried to install libpqxx but I only came the where > I should build the program. The problem is that nmake fails for > libpqxxdll.lib, I searched on my > computer and didn't find the file. What is the error? libpqxxdll.lib? That's a very strange name... It may be a bug in the makefile. I don't think many people use it. Can you tell us exactly what output you got from nmake? > Could the problem be that I have to build libpq first? How can I do > it? Could someone give me step-by-step instructions? Well, you need to have libpq installed--but it doesn't matter if you build it or if you got a ready-made binary. You will need the libpq headers as well, of course, to compile libpqxx. Jeroen _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
