Dear allard, The backslash before the space character is mandatory to escape the space charater. Otherwise the space will be a separator and only the part until the space is assigned to the variable on the left hand side of the equation sign. The backslash between the drive letter and the colon is the main problem.
By the way the makefile is generated automatically when you start a stich process. If you want to play with makefiles you can even start the makefile using the tool make: make -f <makefilename> Guido > > I tried to manually change the makefile, but this did not work, > because hugin overrides that somehow. The makefile is only saved when > saving the project, but if you manually edit the makefile and press > 'stitch now', you still get the same error. So i cannot check if the > whole stitching process works, but at least the paths are correct if > the backslashes between C and : , and before the space, are removed. > So > > "NONA=C\:\Program\ Files\hugin\homebuild\hugin_build\INSTALL\FILES\bin > \nona " > should be > "NONA=C:\Program Files\hugin\homebuild\hugin_build\INSTALL\FILES\bin > \nona " > > >> >> So If I understand it correctly removing backslashe from C\: makes it >> work? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx -~----------~----~----~----~------~----~------~--~---
