On Sun, Mar 13, 2016 at 2:07 AM, Dave Cramer <davecra...@gmail.com> wrote: > Getting lots of POSTGRESQL_TRACE_... undefined. > > Any hints ?
Those are coming from probes.h, that gets automatically generated in a VC build by running psed. My guess is that you are using ActivePerl 5.22 that does not include psed by default in its distribution. You will need to patch partially the MSVC scripts in src/tools/msvc to fix that, one way is 0001 that I sent here: http://www.postgresql.org/message-id/CAB7nPqT5oGZEZawKZVjxuT=c5qek_eufc1j7knpcbv5rctr...@mail.gmail.com Another if you have sed in PATH, is to replace psed by sed. -- Michael -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers