Hi all,

2010/5/14 Harry van der Wolf <[email protected]>

> Hi Allan,
>
>
> 2010/5/14 AKS-Gmail-IMAP <[email protected]>
>
> I see .mk files on projects saved by Hugin Windows but not on Hugin OS X.
>>  Is that intentional?
>>
>> Allan
>>
>>
>> On May 13, 2010, at 5:05 PM, Bruno Postle wrote:
>>
>>  Save your project, Hugin writes both a .pto project file and a 
>> .pto.mkMakefile that can be used to drive stitching.
>>>
>>>
>>
> I was just as surprised as you so I checked the source code. Indeed, this
> behavior is intentional. In MainFrame.cpp where the saving takes place it
> says"
>
> ...
>         int createMakefile = 1;
> #if defined __WXMAC__ && defined MAC_SELF_CONTAINED_BUNDLE
>         createMakefile = 0;
> #endif
>         if (createMakefile && pano.getNrOfImages() > 0) {
>             wxString makefn = scriptName.GetFullPath() + wxT(".mk");
> ...
>
> I really don't know why this has been "implemented".
> The only reason I can think of is that we have a good working PTBatcherGui.
> I will do some tests.
>
> Harry
>
>


I let Hugin write a .pto.mk file as well, this generates some errors about
binaries not in the patch, but they are solvable.
However, the big issue is the fact that the .pto.mk file uses all the tools
like nona, enblend and so on,  assuming they are in somewhere in the users
path.
Well, on OSX they are not.
As mentioned: since the time Hugin is delivered with all tools inside,
including the script to add all internal paths to your PATH statement, this
can be easily overcome, but it's far from user-friendly.

Don't know what to do yet.
And as mentioned: PTBatcherGui can do the job as well, also on other systems
(if you use common AFP or Samba shares).
I will release a new PTBatcherGui by the way. Long time ago I did that.

Harry

-- 
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

Reply via email to