Problem building qtHaskell

Hi! I am trying to install qtHaskell on a Windows 7 machine, but I am running into some problems while running the build script. I believe I have followed all the steps stated in the installation instructions, but get errors of this type: Creating library file: ..\bin\libqtc_core.a c:\Prog\Qt\2010.05\qt\lib/libQtUiTools.a(quiloader.o):quiloader.cpp:(.text+0x3c3): undefined reference to `_Unwind_Resume' Can anyone help me figure out what is missing? I have the following versions installed which should meet the requirements: C:\Prog\QTHASK~1.4>g++ --version g++ (GCC) 4.4.3 C:\Prog\QTHASK~1.4>gmake --version GNU Make 3.81 This program built for Windows32 C:\Prog\QTHASK~1.4>ghc --version The Glorious Glasgow Haskell Compilation System, version 7.0.2 Thanks! Best regards, Øystein Kolsrud

On Tue, 12 Apr 2011 12:14:50 +0200, Øystein Kolsrud
Hi! I am trying to install qtHaskell on a Windows 7 machine, but I am running into some problems while running the build script. I believe I have followed all the steps stated in the installation instructions, but get errors of this type:
Creating library file: ..\bin\libqtc_core.a c:\Prog\Qt\2010.05\qt\lib/libQtUiTools.a(quiloader.o):quiloader.cpp:(.text+0x3c3): undefined reference to `_Unwind_Resume'
Hi Øystein, Maybe this might give some hints: http://www.qtcentre.org/threads/33394-Link-errors-undefined-reference-to-_Un... It suggests checking if c:\Prog\Qt\2010.05\qt\lib/libQtUiTools.a was built with the same g++ version. Regards, Mark
Can anyone help me figure out what is missing? I have the following versions installed which should meet the requirements:
C:\Prog\QTHASK~1.4>g++ --version g++ (GCC) 4.4.3
C:\Prog\QTHASK~1.4>gmake --version GNU Make 3.81 This program built for Windows32
C:\Prog\QTHASK~1.4>ghc --version The Glorious Glasgow Haskell Compilation System, version 7.0.2
Thanks!
Best regards, Øystein Kolsrud
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Thanks for the tip! I reinstalled everything from scratch here, and
then I got it working.
On Wed, Apr 13, 2011 at 2:26 AM, Mark Wright
On Tue, 12 Apr 2011 12:14:50 +0200, Øystein Kolsrud
wrote: Hi! I am trying to install qtHaskell on a Windows 7 machine, but I am running into some problems while running the build script. I believe I have followed all the steps stated in the installation instructions, but get errors of this type:
Creating library file: ..\bin\libqtc_core.a c:\Prog\Qt\2010.05\qt\lib/libQtUiTools.a(quiloader.o):quiloader.cpp:(.text+0x3c3): undefined reference to `_Unwind_Resume'
Hi Øystein,
Maybe this might give some hints:
http://www.qtcentre.org/threads/33394-Link-errors-undefined-reference-to-_Un...
It suggests checking if c:\Prog\Qt\2010.05\qt\lib/libQtUiTools.a was built with the same g++ version.
Regards, Mark
Can anyone help me figure out what is missing? I have the following versions installed which should meet the requirements:
C:\Prog\QTHASK~1.4>g++ --version g++ (GCC) 4.4.3
C:\Prog\QTHASK~1.4>gmake --version GNU Make 3.81 This program built for Windows32
C:\Prog\QTHASK~1.4>ghc --version The Glorious Glasgow Haskell Compilation System, version 7.0.2
Thanks!
Best regards, Øystein Kolsrud
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Mvh Øystein Kolsrud
participants (2)
-
Mark Wright
-
Øystein Kolsrud