Author Topic: Gambas 1.9.12 crashes when creating installation-packages  (Read 3332 times)

staudi

  • Guest
Gambas 1.9.12 crashes when creating installation-packages
« on: August 12, 2005, 12:29:56 PM »

Hi all

I have installed the gambas version 1.9.12 for Debian, found on http://www.linex.org/sources/linex/debian/dists/cl/gambas/binary-i386/.
Everthing looks fine, and that i cant compile projects from version 1.0.3 seems to be ok.
But when i want create packages, the gambas ide crashes when i hit the "next" button on the first wizzard-page.
Anybody knows why or can give me a direction to solve?

Another question is about applications made with version 1.0.3.
Can they run with the newer gambas runtime or needs both runtimes or what else?
When a user want many gambas application made from diffrent versions, it is possible?

staudi

Linux Basic

Gambas 1.9.12 crashes when creating installation-packages
« on: August 12, 2005, 12:29:56 PM »

Garrett

  • Guest
Re: Gambas 1.9.12 crashes when creating installation-packages
« Reply #1 on: September 06, 2005, 08:56:05 AM »
I also had an issue with trying to make packages in 1.9.20

But the ide didn't crash for me, I just get an error in the message window of the ide
that it was not able to create the package(s)

And I do believe that you have to recompile your programs with 1.9.20 in order to
use the new runtime.

-Garrett

roemi

  • Guest
Re: Gambas 1.9.12 crashes when creating installation-packages
« Reply #2 on: December 11, 2005, 05:40:57 AM »
I also had an issue with trying to make packages in 1.9.21

the message:
Quote
+ cd /home/michael/RPM/BUILD
+ cd KRT2
+ install -d /home/michael/RPM/tmp/krt2-buildroot/usr/bin
+ install -p KRT2 /home/michael/RPM/tmp/krt2-buildroot/usr/bin/krt2
install: cannot stat `KRT2': No such file or directory
error: Bad exit status from /home/michael/RPM/tmp/rpm-tmp.89630 (%install)


RPM build errors:
    Bad exit status from /home/michael/RPM/tmp/rpm-tmp.89630 (%install)

look to rpm-tmp.xxxxx file


what can i do?