in reply to Re^2: Adding dependencies to the generated Makefile
in thread Adding dependencies to the generated Makefile

Ouch. How about an example we can try? With error messages we don't have to translate? :)

update: ok, after finding something to test, your error appears to be same as NMAKE Fatal Error U1087 (cannot have : and :: dependents for same target) which appears to be what ExtUtils::MakeMaker warned about (ANY_TARGET must not be given a double-colon rule by MakeMaker.). Maybe you can switch to Module::Build?

  • Comment on Re^3: Adding dependencies to the generated Makefile