[hugin-ptx] Re: Can't make Hugin stitch my photos.

2019-11-21 Thread Amit Maitra
What is the syntax for running the HuginStitchProject with the .pto file?


On Tuesday, August 28, 2018 at 6:32:35 AM UTC-7, Mihkel Oviir wrote:
>
> Thanks! I have been struggling with this for years. I was lazy and just 
> saved my Hugin project and open it with HuginStitchProject separately. 
> After every Hugin update I hoped, that this issue has fixed. Today I 
> installed 2018 and still no luck. Running this line in Terminal, fixed it 
> completely.
>
> esmaspäev, 6. november 2017 17:16.54 UTC+2 kirjutas Mikko Kuutti:
>>
>> Hi,
>>
>> I've had the same problem for quite a while, and have lazily just kept 
>> using the 2016 build because the 2017 version just would not start batches.
>>
>> Anyway, I just looked into the issue, and found a fix:
>>
>> xattr -dr com.apple.quarantine ./Hugin.app
>>
>>
>> That is, I navigated to the installation directory and removed the 
>> quarantine attribute. This, I've learned, stops what is called App 
>> Translocation, which otherwise would run the Hugin executable from an 
>> unknown location, breaking its ability to run the external apps.
>>
>>
>> I hope I've not restated the obvious but I could not find the solution 
>> posted earlier. I hope some others can benefit from this fix until Hugin is 
>> clever 
>> enough to work around this phenomenon. Thank Niklas for all your work, by 
>> the way.
>>
>>
>> Mikko
>>
>>
>>
>> On Saturday, September 30, 2017 at 1:28:32 PM UTC+3, Niklas Mischkulnig 
>> wrote:
>>>
>>> It looks like the PTBatcher program is damaged and you're using Hugin 
 2013, please update to the latest version (
 https://sourceforge.net/projects/hugin/files/latest/download?source=files
 ).
 Make sure to delete all Hugin apps (Hugin, PTBatcherGUI, 
 HuginStitchProject, calibrate_lens_gui) from your /Applications folder 
 before installing a new version.

>>>
>>> You are still using a old PTBatcherGUI version (but a more recent Hugin 
>>> version as it seems). 
>>>
>>>1. Look through your Applications folder and delete anything that 
>>>looks like Hugin (i.e., a folder called Hugin, PTBatcherGUI.app and 
>>>Hugin.app).
>>>2. Open the Hugin 2017 dmg and drag the left icon onto the right to 
>>>install Hugin (and PTBatcher).
>>>
>>>
>>> Niklas
>>>
>>> Am Samstag, 30. September 2017 12:15:32 UTC+2 schrieb Amit Maitra:

 This is the o/p I see.

 LSOpenURLsWithRole() failed for the application 
 /Applications/PTBatcherGUI.app with error -10810.

 LSOpenURLsWithRole() failed for the application 
 /Applications/PTBatcherGUI.app with error -10810.

 PTBatcherGui check returned  value 
 /Applications/PTBatcherGUI.app/Contents/MacOS/PTBatcherGUI


 dyld: Library not loaded: 
 @executable_path/../Frameworks/libbase_wx-2013.0.dylib

   Referenced from: 
 /Applications/PTBatcherGUI.app/Contents/MacOS/PTBatcherGUI

   Reason: image not found

 ERROR: 03:08:11.152462 
 (/Users/niklas/development/release/hugin/src/hugin1/hugin/ProjectionGridTool.cpp:353)
  
 createTexture(): GL Error when building mipmap levels: invalid framebuffer 
 operation.

 ERROR: 03:08:11.325444 
 (/Users/niklas/development/release/hugin/src/hugin1/hugin/ProjectionGridTool.cpp:353)
  
 createTexture(): GL Error when building mipmap levels: invalid framebuffer 
 operation.

 ERROR: 03:08:11.454934 
 (/Users/niklas/development/release/hugin/src/hugin1/hugin/ProjectionGridTool.cpp:353)
  
 createTexture(): GL Error when building mipmap levels: invalid framebuffer 
 operation.

 PTBatcherGui check returned  value 
 /Applications/PTBatcherGUI.app/Contents/MacOS/PTBatcherGUI


 dyld: Library not loaded: 
 @executable_path/../Frameworks/libbase_wx-2013.0.dylib

   Referenced from: 
 /Applications/PTBatcherGUI.app/Contents/MacOS/PTBatcherGUI

   Reason: image not found

 Amit

 On Wednesday, May 10, 2017 at 7:26:41 AM UTC-7, Niklas Mischkulnig 
 wrote:
>
> Hello,
>
> To find out why PTBatcher doesn't start in the first place, you need 
> open Hugin in the Terminal, 
> where it should give some more information:
>
>1. Open Terminal.app
>2. Drag Hugin.app from Finder into the Terminal window
>3. Remove the space after .../Hugin.app and dd the following text 
>to the command : /Contents/MacOS/Hugin 
>(if you put Hugin into Applications: 
>/Applications/Hugin/Hugin.app/Contents/MacOS/Hugin )
>4. Press enter
>5. Try stitching them again in the now opening Hugin, it *should* 
>say PTBatcherGui check returned value and then the path to 
>PTBatcher
>
> Please post the command output here.
>
>
> Am Dienstag, 9. Mai 2017 18:05:06 UTC+2 schrieb Mihkel Oviir:
>>
>> Hi,
>> I was using Hugin in MacOS several years, but

Re: [hugin-ptx] Compiling enblend with gnu g++

2019-11-21 Thread Gunter Königsmann
I believe if you add -std=c++1z  to the compiler flags it works.

Kind regards,

Gunter.

Am 22. November 2019 00:57:58 MEZ schrieb Kornel Benko :
>Hi,
>the recent version of enblend sources (from repo) is
>not compilable with the gnu compiler.
>
>Using it I get
>In file included from /usr/src/enblend/enblend-code/src/enblend.cc:85:
>/usr/src/enblend/enblend-code/src/optional_transitional.hpp:40:51:
>error: 'experimental'
>in namespace 'std' does not name a type 40 | template 
>using optional
>= ::std::experimental::optional; |
>^~~~
>/usr/src/enblend/enblend-code/src/optional_transitional.hpp:41:11:
>error:
>'experimental' has not been declared 41 | using
>experimental::nullopt;
>  |   ^~~~
>/usr/src/enblend/enblend-code/src/enblend.cc:118:6: error: 'optional'
>in namespace 'std'
>does not name a template type 118 | std::optional
>OutputMaskFileName;
>  |  ^~~~
>/usr/src/enblend/enblend-code/src/enblend.cc:118:1: note:
>'std::optional' is only
>available from C++17 onwards
>...
>
>Patching the CMakeLists.txt to use the required --std=c++17, the error
>compiling src/enblend.cc is:
>In file included from /usr/include/vigra/stdconvolution.hxx:43,
> from /usr/include/vigra/convolution.hxx:41,
>  from /usr/src/enblend/enblend-code/src/openmp_vigra.h:32,
> from /usr/src/enblend/enblend-code/src/enblend.h:41,
> from /usr/src/enblend/enblend-code/src/enblend.cc:197:
>/usr/include/vigra/separableconvolution.hxx:1413:13: error: ISO C++17
>does not allow
>dynamic exception specifications 1413 |
>throw(PreconditionViolation)
>  | ^
>.
>
>This is the same with the recent g++9.2 compiler.
>
>   Kornel
>
>-- 
>A list of frequently asked questions is available at:
>http://wiki.panotools.org/Hugin_FAQ
>--- 
>You received this message because you are subscribed to the Google
>Groups "hugin and other free panoramic software" group.
>To unsubscribe from this group and stop receiving emails from it, send
>an email to hugin-ptx+unsubscr...@googlegroups.com.
>To view this discussion on the web visit
>https://groups.google.com/d/msgid/hugin-ptx/20191122005758.60f2c8a6%40admin1-desktop.

-- 
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/F52CF71F-6D47-4A2C-AEAC-6CFA8D616468%40gmail.com.


Re: [hugin-ptx] How to email in existing topic

2019-11-21 Thread 'ChameleonScales' via hugin and other free panoramic software
This works for this topic since I created it from my email but as I said I just 
subscribed to the mailing list, so I don't have all the messages that existed 
prior to my subscription in my inbox (not to mention it would be impractical 
anyway).
Once again I don't have a google account. I deleted it recently as I said I was 
preparing for it in this post:
https://groups.google.com/d/msg/hugin-ptx/mEePHXFVbYI/Ww74Uyh6BQAJ

so I don't have a reply button in the web interface anymore.
I've been told a google account is not necessary to use this google group 
(https://groups.google.com/d/msg/hugin-ptx/mEePHXFVbYI/4qy3KjNGCwAJ) but does 
that still mean I won't be able to reply to existing topics or is there a way?

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/i80g6lBvFjZT2xeaURt2k18ARJM6wKTvxFI_oPmhdIoDsF1s1MyYQIyGV0oai6j8rUYIUPuWl62IyMXpmsDOo6XJkYlOTfK5r7PPa9UKruA%3D%40protonmail.com.


[hugin-ptx] Compiling enblend with gnu g++

2019-11-21 Thread Kornel Benko
Hi,
the recent version of enblend sources (from repo) is
not compilable with the gnu compiler.

Using it I get
In file included from /usr/src/enblend/enblend-code/src/enblend.cc:85:
/usr/src/enblend/enblend-code/src/optional_transitional.hpp:40:51: error: 
'experimental'
in namespace 'std' does not name a type 40 | template  using 
optional
= ::std::experimental::optional; |
^~~~ /usr/src/enblend/enblend-code/src/optional_transitional.hpp:41:11: 
error:
'experimental' has not been declared 41 | using experimental::nullopt;
  |   ^~~~
/usr/src/enblend/enblend-code/src/enblend.cc:118:6: error: 'optional' in 
namespace 'std'
does not name a template type 118 | std::optional 
OutputMaskFileName;
  |  ^~~~
/usr/src/enblend/enblend-code/src/enblend.cc:118:1: note: 'std::optional' is 
only
available from C++17 onwards
...

Patching the CMakeLists.txt to use the required --std=c++17, the error
compiling src/enblend.cc is:
In file included from /usr/include/vigra/stdconvolution.hxx:43,
 from /usr/include/vigra/convolution.hxx:41,
 from /usr/src/enblend/enblend-code/src/openmp_vigra.h:32,
 from /usr/src/enblend/enblend-code/src/enblend.h:41,
 from /usr/src/enblend/enblend-code/src/enblend.cc:197:
/usr/include/vigra/separableconvolution.hxx:1413:13: error: ISO C++17 does not 
allow
dynamic exception specifications 1413 | throw(PreconditionViolation)
  | ^
.

This is the same with the recent g++9.2 compiler.

Kornel

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/20191122005758.60f2c8a6%40admin1-desktop.


pgpX_nUyavDvC.pgp
Description: Digitale Signatur von OpenPGP


Re: [hugin-ptx] How to email in existing topic

2019-11-21 Thread Greg 'groggy' Lehey
On Thursday, 21 November 2019 at 14:42:25 +, Hugin developers list wrote:
> Hi, sorry to ask but I didn't find an answer in the FAQ or
> elsewhere.  I just subscribed to the mailing list using my email
> (not a Google account) and I would like to add a post to an existing
> topic.

Adding a post to an existing topic is a reply.  Just reply to the
message to which you want to refer.  The polite thing is to remove all
irrelevant content and reply to the individual points.

Greg
--
Sent from my desktop computer.
Finger groog...@gmail.com for PGP public key.
See complete headers for address and phone numbers.
This message is digitally signed.  If your Microsoft mail program
reports problems, please read http://lemis.com/broken-MUA

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/20191121231855.GJ98220%40eureka.lemis.com.


signature.asc
Description: PGP signature


[hugin-ptx] How to email in existing topic

2019-11-21 Thread 'ChameleonScales' via hugin and other free panoramic software
Hi, sorry to ask but I didn't find an answer in the FAQ or elsewhere.
I just subscribed to the mailing list using my email (not a Google account) and 
I would like to add a post to an existing topic.
Is that possible?
Thanks in advance

ChameleonScales

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/QZYzXOgkCifGbb5Whq8jrdLhFmUgbbLYw-hwC_T-tFLzsx1q5O7cesUu_g0JdVkrd-VNFbpidYPNqzCPOl6-eHRBjH2QnVy-R-yGzGz5wFU%3D%40protonmail.com.