in reply to Win32::Taskscheduler failed to install on win7

dmake: Error code 129, while making 'TaskScheduler.o'

There's not much we can tell from that - show us the *entire* dmake output. (We need to see the earlier error messages.)

Cheers,
Rob
  • Comment on Re: Win32::Taskscheduler failed to install on win7

Replies are listed 'Best First'.
Re^2: Win32::Taskscheduler failed to install on win7
by mkhan (Sexton) on Jul 26, 2011 at 07:50 UTC
    Here it is:



    Also updating the original post.
      TConvert.h:37: error: expected '=', ',', ';', 'asm' or '__attribute__' ....

      This usually indicates that you need to compile with 'g++' instead of 'gcc'. Therefore try:
      dmake realclean perl Makefile.PL CC=g++ dmake test
      But don't get too hopeful ... I've just tried that myself and it looks like there could be some other issues to sort out.

      Cheers,
      Rob