matany58 has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone have experience installing go-perl(Go::parser module) on windows? Does this error ring any bells? " makefile(1565) : fatal error U1000:syntax error: ')' missing in macro invocation file

Does anyone have experience installing go-perl(Go::parser module) on w +indows? Does this error ring any bells? " makefile(1565) : fatal erro +r U1000:syntax error: ')' missing in macro invocation file

Replies are listed 'Best First'.
Re: intsalling go-perl module
by syphilis (Archbishop) on Apr 05, 2007 at 23:11 UTC
    Seems to to build and install ok for me on Strawberry Perl. Some questions:

    1) Which particular build of Windows perl are you using ?
    2) What command did you run to produce that error ?
    3)What is the output of running 'perl -V:make' and 'perl -V:cc' ?

    Cheers,
    Rob
      when I use make file that is whne i get that error.
        Yes - I had assumed that was the case. However, I can't really help without answers to those 3 questions.

        Cheers,
        Rob