Hello stefano, sorry for the late reply,
afaik this error arises when the namespace already has the variable under view defined. In essence it conflicts with alarm function declaration in unistd.h here from the buildlog: //usr/include/unistd.h:429: note: previous declaration of 'alarm' was here so it arises an ambiguity wrt declarations when compiling in the compiler so as a workaround you rename the function in view such that ambiguity doesn't arise and it works as it builds fine on my PPA https://edge.launchpad.net/~bhavi/+archive/crickinfo/+build/1939060 https://edge.launchpad.net/~bhavi/+archive/crickinfo/+build/1939061 (I named it as -2 in my PPA as i fixed the mime bug too) Here is the attached patch with the required dep 3 headers regards ** Patch added: "the updated patch diff" https://bugs.edge.launchpad.net/ubuntu/+source/alarm-clock/+bug/626184/+attachment/1550441/+files/alarm-clock.diff -- alarm-clock ftbfs in maverick https://bugs.launchpad.net/bugs/626184 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
