Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10448] New: can't build eclipse on amd 64

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 10448] New: can't build eclipse on amd 64
  • Date: 23 Jan 2006 20:02:55 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=10448

Summary: can't build eclipse on amd 64
Product: Codex
Version: test grimoire
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: devel
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: mikael.morin AT tele2.fr


the BUILD script doesn't care about non-x86 platforms
Here is a patch to solve this, hope this helps:


*** BUILD.sav 2006-01-23 21:47:52.000000000 +0100
--- BUILD 2006-01-23 21:48:32.000000000 +0100
***************
*** 37,42 ****
--- 37,44 ----
ws=gtk &&
if uname -m | grep -q 'i.\+86'; then
arch=x86
+ else
+ arch=`uname -m`
fi &&
./build -os linux -ws "$ws" -arch "$arch" &&
echo '/usr/share/eclipse/eclipse -data ~/workspace' > eclipse-script &&

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 10448] New: can't build eclipse on amd 64, bugzilla-daemon, 01/23/2006

Archive powered by MHonArc 2.6.24.

Top of Page