On Mon, Oct 13, 2008 at 10:49 PM, Bruno Postle <[EMAIL PROTECTED]> wrote: > > On Mon 13-Oct-2008 at 21:41 +0200, Tomas Klacko wrote: >> >>>>- take the ~/.hugin configuration file and set NonaExe to myRemoteNona >>> >>> This won't work, the ~/.hugin file is only accessed by the GUI (it >>> is a wxwidgets thing). >> >>~/.hugin stores the configuration for the wxwidgets? >>(with some values being editable (like actualPath) >>and some values being constants (like NonaExe)) > > Hugin shouldn't reset any changes you make manually to ~/.hugin, but > this file is ignored by the command-line tools, it is only used by > the GUI.
Yes, the latest hugin (0.7.0 2008-10-04) leaves NonaExe the way I set it (though the value does not propagate to the makefile via GUI, maybe it is not supposed to? yet?). > pto2mk reads these lines in the .pto file when it creates the > .pto.mk Makefile: > > #hugin_remapper nona > > So you could edit them rather than setting $NONA in the environment. This does not seem to work for me: 1) I modify the c.pto file to contain the line: hugin_remapper /home/blackhole/myNona 2) run pto2mk: pto2mk -o a.b -p b c.pto 3) the resulting makefile (in this case the file a.b) still contains line: NONA=nona instead of the line (which I would expect): NONA=/home/blackhole/myNona Tomas Klacko --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
