Talk About Network

Google




Play Stock Market Games
Fantasy Stock Picking Contest

Data Bases > Pgsql Hackers > MSVC build brok...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 9329 of 9928
Post > Topic >>

MSVC build broken

by andrew@[EMAIL PROTECTED] (Andrew Dunstan) May 8, 2008 at 10:35 PM

The recent xml2 build changes have broken MSVC builds.

The problem is this fragment (that appears twice) from 
src/tools/msvc/Mkvcbuild.pm:

        foreach my $o (split /\s+/, $1)
        {
            $o =~ s/\.o$/.c/;
            $proj->AddFile('contrib\\' . $n . '\\' . $o);
        }

which gets applied to this line: (after "OBJS = " has been stripped):

OBJS = $(if $(filter -lxslt, $(LIBS)), xpath.o xslt_proc.o, xpath.o)


Our logic above is far too rough for such lines. I'll try to come up 
with something more robust tomorrow.

cheers

andrew



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
 




 1 Posts in Topic:
MSVC build broken
andrew@[EMAIL PROTECTED]   2008-05-08 22:35:01 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan13V112 Fri Aug 8 12:59:32 CDT 2008.