[arch-multilib] compiling problems with lib32-qtcurve-gtk2
Hi all, I'm working on a PKGBUILD for lib32-qtcurve. It is compiling, I can install and it seems to work. But... It is crashing on some functions where the real 32 Bit build is not. Error message is: Memory Access Error (German: Speicherzugriffsfehler - sorry if translated uncorrectly) Background: I'm in the process of getting the german tax and accounting software LinHa-Bu (http://mcrichter.macbay.de/Seiten/Deutsch/Linux/Lin-HaBu/LinHaBu.htm) to work with multilib. It is compiled with REAL Studio, an integrated RAD-IDE based on GTK which is only available in 32Bit (http://www.realsoftware.com/realstudio/). But this is another story... For a better 'look and feel' I tried to compile lib32-qtcurve-gtk2. My PKGBUILD is posted here: http://aur.pastebin.com/beYWBEuW (BTW, should I post it here or is pastebin the right way?) Harvey -- Linux is like a wigwam: No Gates, no Windows and an Apache inside
On 17.09.2010 09:51, Harvey wrote:
It is crashing on some functions where the real 32 Bit build is not. Error message is: Memory Access Error (German: Speicherzugriffsfehler - sorry if translated uncorrectly)
Run the command with LC_ALL=C then everything will be in English. (example: "LC_ALL=C pacman -Si gcc") If I'm not mistaken Speicherzugriffsfehler is a segfault.
My PKGBUILD is posted here: http://aur.pastebin.com/beYWBEuW
(BTW, should I post it here or is pastebin the right way?)
Pastebin is better than huge mails imho. -- Florian Pritz -- {flo,bluewind}@server-speed.net
Florian,
Run the command with LC_ALL=C then everything will be in English. (example: "LC_ALL=C pacman -Si gcc")
it's 'export LC_ALL=C' and the console is back to english ;-) Forgot about that...
If I'm not mistaken Speicherzugriffsfehler is a segfault.
Tried it again and yes, you're correct, the error is: 'Segmentation fault' which seems to be rather unspecified... Harvey -- Linux is like a wigwam: No Gates, no Windows and an Apache inside
participants (2)
-
Florian Pritz
-
Harvey