Comment 2 for bug 1146637

Revision history for this message
Arnaud Degroote (arnaud-degroote) wrote :

Hi, I'm one of the main morse-simulator developer.

The attached patch must handle the failure more properly. However, from what I understanding, you want to build morse-simulator against python3.3. In presence of both python3.2 and python3.3 interpreter, morse currently chooses python3.2 and the according dependencies (which does not seems to be installed on the build system). To force the build with python3.3, you can call

   cmake -DPYTHON_EXECUTABLE=/usr/bin/python3.3 <other_args>

I think it will solve your build issue.

Note that we will release soon a version 1.0.1 which contains various other fixes (including the proposed one).

Best regards,