RSS/Atom feed Twitter
Site is read-only, email is disabled

gimp 2.2.9 compilation problem

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

gimp 2.2.9 compilation problem steve kirby 10 May 17:21
  gimp 2.2.9 compilation problem Manish Singh 10 May 18:33
   gimp 2.2.9 compilation problem steve kirby 10 May 18:58
    gimp 2.2.9 compilation problem Sven Neumann 10 May 19:12
gimp 2.2.9 compilation problem Germain Le Chapelain 10 May 17:57
  gimp 2.2.9 compilation problem steve kirby 10 May 18:21
gimp 2.2.9 compilation problem Germain Le Chapelain 10 May 20:18
steve kirby
2007-05-10 17:21:40 UTC (over 17 years ago)

gimp 2.2.9 compilation problem

Hi,

I'm getting this error in my gimp compile attempt:

gimp-composite-mmx.c:148: error: can't find a register in class GENERAL_REGS while reloading asm

Aside from a few WARNINGS, configure looked happy.

Can somebody clue me in on a fix?

TIA, Steve


_____________________________________

Germain Le Chapelain
2007-05-10 17:57:02 UTC (over 17 years ago)

gimp 2.2.9 compilation problem

I think that kind of error happen in when gcc parse asm and cannot color registers properly.
Earlier version of the compiler would silently handle it wrong, now it pops up that error.

Unless you were purposely trying to compile with mmx ext, maybe you could try deactivating them ?

Germain

-----Original Message----- From: gimp-user-bounces@lists.XCF.Berkeley.EDU [mailto:gimp-user-bounces@lists.XCF.Berkeley.EDU] On Behalf Of steve kirby
Sent: Thursday, May 10, 2007 11:22 AM To: gimp-user@lists.XCF.Berkeley.EDU Subject: [Gimp-user] gimp 2.2.9 compilation problem

Hi,

I'm getting this error in my gimp compile attempt:

gimp-composite-mmx.c:148: error: can't find a register in class GENERAL_REGS while reloading asm

Aside from a few WARNINGS, configure looked happy.

Can somebody clue me in on a fix?

TIA, Steve


_________________________

steve kirby
2007-05-10 18:21:54 UTC (over 17 years ago)

gimp 2.2.9 compilation problem

Hi Germain,

I did deactivate and it compiled.

Dumb question: what does this remove from the GIMP capability?

--Steve

--- Germain Le Chapelain wrote:

I think that kind of error happen in when gcc parse asm and cannot color
registers properly.
Earlier version of the compiler would silently handle it wrong, now it
pops up that error.

Unless you were purposely trying to compile with mmx ext, maybe you
could try deactivating them ?

Germain

-----Original Message----- From: gimp-user-bounces@lists.XCF.Berkeley.EDU [mailto:gimp-user-bounces@lists.XCF.Berkeley.EDU] On Behalf Of steve
kirby
Sent: Thursday, May 10, 2007 11:22 AM To: gimp-user@lists.XCF.Berkeley.EDU Subject: [Gimp-user] gimp 2.2.9 compilation problem

Hi,

I'm getting this error in my gimp compile attempt:

gimp-composite-mmx.c:148: error: can't find a register in class
GENERAL_REGS while reloading asm

Aside from a few WARNINGS, configure looked happy.

Can somebody clue me in on a fix?

TIA, Steve

_________________________

Manish Singh
2007-05-10 18:33:47 UTC (over 17 years ago)

gimp 2.2.9 compilation problem

On Thu, May 10, 2007 at 08:21:40AM -0700, steve kirby wrote:

Hi,

I'm getting this error in my gimp compile attempt:

gimp-composite-mmx.c:148: error: can't find a register in class GENERAL_REGS while reloading asm

Aside from a few WARNINGS, configure looked happy.

Can somebody clue me in on a fix?

Why are you building such an old version? That problem was fixed in 2.2.13 (2.2.14 is the latest release).

-Yosh

steve kirby
2007-05-10 18:58:33 UTC (over 17 years ago)

gimp 2.2.9 compilation problem

Yosh,

Actually I see version 2.3.16 is available. Is 2.3 considered unstable?

-Steve
--- Manish Singh wrote:

On Thu, May 10, 2007 at 08:21:40AM -0700, steve kirby wrote:

Hi,

I'm getting this error in my gimp compile attempt:

gimp-composite-mmx.c:148: error: can't find a

register

in class GENERAL_REGS while reloading asm

Aside from a few WARNINGS, configure looked happy.

Can somebody clue me in on a fix?

Why are you building such an old version? That problem was fixed in
2.2.13 (2.2.14 is the latest release).

-Yosh

___

Sven Neumann
2007-05-10 19:12:45 UTC (over 17 years ago)

gimp 2.2.9 compilation problem

Hi,

On Thu, 2007-05-10 at 09:58 -0700, steve kirby wrote:

Actually I see version 2.3.16 is available. Is 2.3 considered unstable?

Yes, it's a development snapshot, see http://gimp.org/release-notes/gimp-2.3.html

Sven

Germain Le Chapelain
2007-05-10 20:18:48 UTC (over 17 years ago)

gimp 2.2.9 compilation problem

I did deactivate and it compiled.

Dumb question: what does this remove from the GIMP capability?

Deactivating optimization shouldn't remove any feature, The program will just run a little slower.

Germain

-----Original Message----- From: steve kirby [mailto:thin_runner@yahoo.com] Sent: Thursday, May 10, 2007 12:22 PM To: Germain Le Chapelain; gimp-user@lists.XCF.Berkeley.EDU Subject: RE: [Gimp-user] gimp 2.2.9 compilation problem

Hi Germain,

I did deactivate and it compiled.

Dumb question: what does this remove from the GIMP capability?

--Steve

--- Germain Le Chapelain wrote:

I think that kind of error happen in when gcc parse asm and cannot color registers properly.
Earlier version of the compiler would silently handle it wrong, now it

pops up that error.

Unless you were purposely trying to compile with mmx ext, maybe you could try deactivating them ?

Germain

-----Original Message----- From: gimp-user-bounces@lists.XCF.Berkeley.EDU [mailto:gimp-user-bounces@lists.XCF.Berkeley.EDU] On Behalf Of steve kirby
Sent: Thursday, May 10, 2007 11:22 AM To: gimp-user@lists.XCF.Berkeley.EDU Subject: [Gimp-user] gimp 2.2.9 compilation problem

Hi,

I'm getting this error in my gimp compile attempt:

gimp-composite-mmx.c:148: error: can't find a register in class GENERAL_REGS while reloading asm

Aside from a few WARNINGS, configure looked happy.

Can somebody clue me in on a fix?

TIA, Steve

_________________________