Thanks for both your replys. I appreciate your help as compiling is my 
weakest area. The last parameter points to my "source" directory, that 
makes sense...

After doing so many compiles and installs my system might be searching 
and finding some inconsistent libraries. But this is a guess. Yesterday 
I compiled from the 0.8.0 tar (following the CMake instructions) 
extracting source to a new dir structure. This morning I executed 
align_image_stack on seven jpegs, align_image_stack wrote seven tiffs 
then aborted with this error (I saved the memory map if you need it)

*** glibc detected *** align_image_stack: corrupted double-linked list: 
0x080c7d20 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6[0xb71ad0cd]
/lib/tls/i686/cmov/libc.so.6[0xb71ae88e]
/lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb71b24f0]
/usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0xb7379b11]
/usr/local/lib/libhuginbase.so.0.0(_ZN9HuginBase15PanoramaMementoD1Ev+0xc9)[0xb7e3fee9]
/usr/local/lib/libhuginbase.so.0.0(_ZN9HuginBase8PanoramaD1Ev+0x8b)[0xb7e26c2b]
align_image_stack(_Z5main2IN5vigra8RGBValueIhLj0ELj1ELj2EEEEiSt6vectorISsSaISsEE10Parameters+0x1950)[0x8092cc0]
align_image_stack(main+0x528)[0x805cdc8]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0xb7159450]
align_image_stack(__gxx_personality_v0+0x199)[0x805c391]

Then I tried align_image_stack on seven tiffs, align_image_stack did not 
write output files but aborted with this message.

*** glibc detected *** align_image_stack: malloc(): memory corruption: 
0xb72e6108 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6[0xb7206356]
/lib/tls/i686/cmov/libc.so.6(__libc_malloc+0x8d)[0xb7207cad]
/lib/tls/i686/cmov/libc.so.6[0xb71c22fa]
/lib/tls/i686/cmov/libc.so.6[0xb71bb95b]
/lib/tls/i686/cmov/libc.so.6(setlocale+0x2e9)[0xb71bb2b9]
/usr/local/lib/libpano13.so.1(panoLocaleRestore+0x28)[0xb777bca8]
/usr/local/lib/libpano13.so.1(ParseScript+0x1e88)[0xb777fed8]
/usr/local/lib/libhuginbase.so.0.0(_ZN9HuginBase6PTools8optimizeERNS_12PanoramaDataEPKc+0x75)[0xb7eb3425]
align_image_stack(_Z5main2IN5vigra8RGBValueItLj0ELj1ELj2EEEEiSt6vectorISsSaISsEE10Parameters+0x1658)[0x8097568]
align_image_stack(main+0x69d)[0x805cf3d]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0xb71b0450]
align_image_stack(__gxx_personality_v0+0x199)[0x805c391]

I'm not sure how to proceed at this point, do I roll back my system and 
remove all hugin, compile/install again, then test?  If so how? Perhaps  
I just need to delete a library? Thanks Yuval/Kornel....

Kornel Benko wrote:
> Am Monday 10 August 2009 schrieb Eric Takeyama:
>   
>> Hi everyone
>> I've been compiling hugin from Trunk, since Sunday before last. Kept
>> getting aborts in align_image_stack. I've verified my libraries as the
>> most current. I checked out version 4061 today to attempt compiling. I
>> get this error now,
>> CMake Error: The source directory "/home/wildrain/enblend/hugin-build"
>> does not appear to contain CMakeLists.txt.
>> Do I need to remove a parameter file for cmake? I'm unsure what to do
>> Thanks.
>>     
>
> Looks like you try to use the build directory as parameter to cmake.
> The parameter has to be a directory containing CMakeLists.txt.
>
> Sometning like:
>
> cd ~/enblend/hugin-build$ cmake ../hugin-build
> cmake ~/enblend/hugin-build$ cmake ../hugin-source ...
>
>   
>> wildr...@go-pack-go:~/enblend$ cd hugin-build
>> wildr...@go-pack-go:~/enblend/hugin-build$ cmake ../hugin-build
>> -DENABLE_LAPACK=YES -DCPACK_BINARY_DEB:BOOL=ON
>> -DCPACK_BINARY_NSIS:BOOL=OFF \
>>     
>>> -DCPACK_BINARY_RPM:BOOL=OFF -DCPACK_BINARY_STGZ:BOOL=OFF 
>>>       
>> -DCPACK_BINARY_TBZ2:BOOL=OFF \
>>     
>>> -DCPACK_BINARY_TGZ:BOOL=OFF -DCPACK_BINARY_TZ:BOOL=OFF
>>>       
>> CMake Error: The source directory "/home/wildrain/enblend/hugin-build"
>> does not appear to contain CMakeLists.txt.
>> Specify --help for usage, or press the help button on the CMake GUI.
>> wildr...@go-pack-go:~/enblend/hugin-build$
>>
>>
>>     
>
>       Kornel
>
>   


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