Hugin-2016.0.0. cmake fails

200 views
Skip to first unread message

Simone Montrasio

unread,
Mar 23, 2016, 1:27:48 PM3/23/16
to hugin and other free panoramic software
New install on Ubuntu 15.10
As on the "INSTALL_cmake" txt file
the command:

cmake -DCMAKE_INSTALL_PREFIX=/usr/local .

 return:
 
CMake Error at CMakeLists.txt:7 (message):
  In-source builds are not allowed.


-- Configuring incomplete, errors occurred!

If I install the same last version via
apt-get install

the installing goes right but Hugin fails to start:

ASSERT INFO:
/usr/include/wx-3.0/wx/object.h(160): assert "wxDynamicCast(ptr, T)" failed in wxCheckCast(): wxStaticCast() used incorrectly

BACKTRACE:
[1] GLPreviewFrame::SetGuiLevel(GuiLevel)
[2] MainFrame::SetGuiLevel(GuiLevel)
[3] MainFrame::MainFrame(wxWindow*, HuginBase::Panorama&)
[4] huginApp::OnInit()
[5] wxEntry(int&, wchar_t**)
[6] main
[7] __libc_start_main
[8] _start
 
Tnx & ciao
S
 

60

T. Modes

unread,
Mar 23, 2016, 2:02:30 PM3/23/16
to hugin and other free panoramic software


Am Mittwoch, 23. März 2016 18:27:48 UTC+1 schrieb Simone Montrasio:

CMake Error at CMakeLists.txt:7 (message):
  In-source builds are not allowed.

In-source builds are not allowed. The INSTALL_cmake has not been updated. Use the second way described below:

briefly, do the following:
$ cd hugin
$ mkdir mybuild
$ cd mybuild

for a Debian package use
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCPACK_BINARY_DEB:BOOL=ON ../
or for a rpm package
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCPACK_BINARY_RPM:BOOL=ON ../

Build the package
$ make package
and install the package with your package manager

 
the installing goes right but Hugin fails to start:

ASSERT INFO:
/usr/include/wx-3.0/wx/object.h(160): assert "wxDynamicCast(ptr, T)" failed in wxCheckCast(): wxStaticCast() used incorrectly

 Probably a corrupted installation: https://bugs.launchpad.net/hugin/+bug/1439005

Simone Montrasio

unread,
May 25, 2016, 3:32:46 PM5/25/16
to hugin and other free panoramic software
Same problem as above on fresh Ubu 16.04!
Any suggestion?
Life is difficult without hugin... :)
tnx
Simone

Stefan Peter

unread,
May 26, 2016, 3:15:20 AM5/26/16
to hugi...@googlegroups.com
Hi Simone Montrasio

Am 25.05.2016 um 21:32 schrieb Simone Montrasio:
> Same problem as above on fresh Ubu 16.04!
> Any suggestion?
> Life is difficult without hugin... :)

You can try out the “Hugin PPA Packagers” teams releases, either
Hugin 2016.0 from
https://launchpad.net/~hugin/+archive/ubuntu/hugin-builds
or the bleeding edge nightly builds from
https://launchpad.net/~hugin/+archive/ubuntu/nightly


With kind regards

Stefan Peter

Simone Montrasio

unread,
May 31, 2016, 11:33:17 AM5/31/16
to hugin and other free panoramic software
Stefan,
thanks for your suggestion, I've tried both your ways without effect, still I have the same message on startup.
Today, with the same boot stick, I installed 16.04 on another PC (not mine) and here Hugin works!
So the problem is in my laptop...
:(

grazie e ciao
Simone

Stefan Peter

unread,
May 31, 2016, 11:40:16 AM5/31/16
to hugi...@googlegroups.com
Dear Simone Montrasio,
Can you tell us
o what graphic chip is in your laptop?
o which graphic driver did you install?

With kind regards

Stefan Peter


--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
(See https://en.wikipedia.org/wiki/Posting_style for details)

Simone Montrasio

unread,
Jun 6, 2016, 3:23:05 PM6/6/16
to hugin and other free panoramic software, s_p...@swissonline.ch
lspci -v -s `lspci | awk '/NVIDIA/{print $1}'`

    01:00.0 VGA compatible controller: NVIDIA Corporation G96M [GeForce 9600M GS] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: QUANTA Computer Inc G96M [GeForce 9600M GS]
    Flags: bus master, fast devsel, latency 0, IRQ 30
    Memory at d2000000 (32-bit, non-prefetchable) [size=16M]
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    Memory at d0000000 (64-bit, non-prefetchable) [size=32M]
    I/O ports at 5000 [size=128]
    Expansion ROM at <ignored> [disabled]
    Capabilities: <access denied>
    Kernel driver in use: nouveau
    Kernel modules: nvidiafb, nouveau

No proprietary driver installed.

Simone :)

Greg 'groggy' Lehey

unread,
Jun 6, 2016, 7:36:46 PM6/6/16
to hugi...@googlegroups.com, s_p...@swissonline.ch
On Monday, 6 June 2016 at 12:23:05 -0700, Simone Montrasio wrote:
>
> No proprietary driver installed.

Have you tried installing the driver?

Greg
--
Sent from my desktop computer.
Finger gr...@FreeBSD.org 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
signature.asc

Stefan Peter

unread,
Jun 7, 2016, 3:21:24 AM6/7/16
to hugi...@googlegroups.com
Dear Simone Montrasio

Can you take a look at this
http://osdir.com/ml/ubuntu-bugs/2015-10/msg09392.html
and try out the steps described there?

Simone Montrasio

unread,
Jun 7, 2016, 3:47:15 PM6/7/16
to hugin and other free panoramic software
Just tried, Hugin starts without OpenGL... :)
Now I'm installing Nvidia-settings, I'll let you know...
Tnx

ps: I didn't install the proprietary driver on this laptop since 2010 and Hugin ever worked flawlessy.

Simone Montrasio

unread,
Jun 8, 2016, 2:57:44 PM6/8/16
to hugin and other free panoramic software
Installed Nvidia proprietary drivers, Hugin totally refuse to start...
Reverted to open source drivers
Now I'm downloading the latest version 2016.2.0-beta1
let you know
:)
S.

Luís Henrique Camargo Quiroz

unread,
Jun 8, 2016, 8:24:18 PM6/8/16
to hugi...@googlegroups.com

  This card, a GeForce 9600M GS (seen from your lspci command) is really old.  I think this -- age --  could be the culprit.
  See https://en.wikipedia.org/wiki/GeForce_9_series or http://www.videocardbenchmark.net/gpu.php?gpu=GeForce+9600M+GS
  I hope my notebook and other electronic equipment could last and be useful for so long!  Congratulations!  And hope you could use Hugin without problems, but perhaps in another machine ;)

  Luís Henrique

 

--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/4ab6886c-8c77-43e0-a838-23cc76ce6292%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Simone Montrasio

unread,
Jun 9, 2016, 5:06:47 PM6/9/16
to hugin and other free panoramic software
To Stefan...
     the 2016.2.0-beta1 starts without problems but no openGL, just like pressing ctrl

To Luis Henrique...
     Yes, I know, this laptop is over my expectations... :)
     But it worked right just until 3 months ago... :(

I thank you all for your help and for now I'm satisified with this last version working without OpenGL like few years ago, old style rule!
we in Italy say: "chi si accontenta, gode..."  "who is pleased, is delighted..."
:)

ciao
Simone
Reply all
Reply to author
Forward
0 new messages