Message from discussion
Building project fails
Received: by 10.224.39.70 with SMTP id f6mr1572288qae.2.1336060295954;
Thu, 03 May 2012 08:51:35 -0700 (PDT)
X-BeenThere: golang-nuts@googlegroups.com
Received: by 10.224.221.16 with SMTP id ia16ls841468qab.2.gmail; Thu, 03 May
2012 08:51:27 -0700 (PDT)
Received: by 10.224.217.200 with SMTP id hn8mr1568380qab.4.1336060287562;
Thu, 03 May 2012 08:51:27 -0700 (PDT)
Received: by 10.224.101.70 with SMTP id b6msqao;
Thu, 3 May 2012 07:34:57 -0700 (PDT)
Received: by 10.52.23.146 with SMTP id m18mr3046270vdf.7.1336055697346;
Thu, 03 May 2012 07:34:57 -0700 (PDT)
Received: by 10.52.23.146 with SMTP id m18mr3046268vdf.7.1336055697332;
Thu, 03 May 2012 07:34:57 -0700 (PDT)
Return-Path: <ahmed.elma...@gmail.com>
Received: from mail-vx0-f181.google.com ([209.85.220.181])
by gmr-mx.google.com with ESMTPS id jy3si2625979vdb.1.2012.05.03.07.34.57
(version=TLSv1/SSLv3 cipher=OTHER);
Thu, 03 May 2012 07:34:57 -0700 (PDT)
Received-SPF: pass (google.com: domain of ahmed.elma...@gmail.com designates 209.85.220.181 as permitted sender) client-ip=209.85.220.181;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ahmed.elma...@gmail.com designates 209.85.220.181 as permitted sender) smtp.mail=ahmed.elma...@gmail.com; dkim=pass header...@gmail.com
Received: by vcge1 with SMTP id e1so1754565vcg.26
for <golang-nuts@googlegroups.com>; Thu, 03 May 2012 07:34:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:reply-to:date:message-id:subject:from:to:content-type;
bh=zcn4n/jQdmRSevpmVgD10i+rxE6UilUfyy53Ni94P9A=;
b=e5gIEgJjPGlfGZV7xTxCkmJ0pAN0LafiSa39Yfa+xNFOa1b9f186rJU6vHSU5Qami4
b2t99/nGQs465VHOX9M0hGqxSG6rfXSEVWxHONdoWQV1o+d6bvaNf1kAecpfMfyQj809
e4/Q0AniqKuYGnjDCSteKb8LvubL2jnTNYC8KDGcXI7BnXa8KqJ0h/KzrbL8ejpUv76W
vj+6ujoXe48dzvcICKZ6ql3mUinopu0gkgfIQoGgUe/wsuk+PmMof0X5BSPK5ei8UQzz
CC9wNtahLJ/SKCaZmwqFYKoGPjxo/wSmToOn7Gts5h78fx0FXMcSPf6gGFLtHtxaZByx
/bOw==
MIME-Version: 1.0
Received: by 10.52.68.35 with SMTP id s3mr1088770vdt.117.1336055697249; Thu,
03 May 2012 07:34:57 -0700 (PDT)
Received: by 10.52.175.74 with HTTP; Thu, 3 May 2012 07:34:57 -0700 (PDT)
Reply-To: ahmed.elma...@gmail.com
Date: Thu, 3 May 2012 10:34:57 -0400
Message-ID: <CAEymOEdy-TDcSSSqKm+nQX9A4EfkbAzSeVT3FjNqa1L=xFi...@mail.gmail.com>
Subject: Building project fails
From: Ahmed Abdeen Hamed <ahmed.elma...@gmail.com>
To: golang-nuts@googlegroups.com
Content-Type: multipart/alternative; boundary=20cf3071c7443c168804bf22b5d1
--20cf3071c7443c168804bf22b5d1
Content-Type: text/plain; charset=ISO-8859-1
Hello,
Just downloaded the LiteIDE X Version X11 (1.71875) for Mac OS. The IDE was
installed correctly, but any project I develop on it fails to build. Here
is an error that I just received from having a Go Source File:
<action id="Build" workdir="/Users/ahamed/Projects" cmd="$(GOPROMAKE)"
args="-gofiles $(EDITORNAME) -o $(TARGETNAME)"> >
/Users/ahamed/Applications/LiteIDE.app/Contents/MacOS/gopromake -gofiles
test-proj.go -o test-proj Golang Project Build Tools. Parser Files
[test-proj.go] build package main: [/Users/ahamed/go/bin/go tool 6g -o
test-proj_go_.6 test-proj.go] Error, exec: "/Users/ahamed/go/bin/go": stat
/Users/ahamed/go/bin/go: no such file or directoryexec:
"/Users/ahamed/go/bin/go": stat /Users/ahamed/go/bin/go: no such file or
directory > exit code 1, process exited normally. </action>
Somewhere in my config files there is a wrong reference to the Go binaries
as the following line indicates:
[directoryexec: "/Users/ahamed/go/bin/go": stat /Users/ahamed/go/bin/go:]
Any suggestion on how I can fix this error?
Thanks very much,
-Ahmed
--20cf3071c7443c168804bf22b5d1
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Hello,<div><br></div><div>Just downloaded the LiteIDE X Version X11 (1.7187=
5) for Mac OS. The IDE was installed correctly, but any project I develop o=
n it fails to build. Here is an error that I just received from having a Go=
Source File:</div>
<div><br></div><div><action id=3D"Build" workdir=3D"/User=
s/ahamed/Projects" cmd=3D"$(GOPROMAKE)" args=3D"-gofile=
s $(EDITORNAME) -o $(TARGETNAME)">=E2=80=A9> /Users/ahamed/Appli=
cations/LiteIDE.app/Contents/MacOS/gopromake -gofiles test-proj.go -o test-=
proj=E2=80=A9Golang Project Build Tools.=E2=80=A9Parser Files [test-proj.go=
]=E2=80=A9build package main:=E2=80=A9<span class=3D"Apple-tab-span" style=
=3D"white-space:pre"> </span> [/Users/ahamed/go/bin/go tool 6g -o test-proj=
_go_.6 test-proj.go]=E2=80=A9Error, exec: "/Users/ahamed/go/bin/go&quo=
t;: stat /Users/ahamed/go/bin/go: no such file or directoryexec: "/Use=
rs/ahamed/go/bin/go": stat /Users/ahamed/go/bin/go: no such file or di=
rectory=E2=80=A9> exit code 1, process exited normally.=E2=80=A9</act=
ion>=E2=80=A9</div>
<div><br></div><div>Somewhere in my config files there is a wrong reference=
to the Go binaries as the following line indicates:</div><div><br></div><d=
iv><font color=3D"#006600">[directoryexec: "/Users/ahamed/go/bin/go&qu=
ot;: stat /Users/ahamed/go/bin/go:]</font></div>
<div><font color=3D"#006600"><br></font></div><div>Any suggestion on how I =
can fix this error?</div><div><br></div><div>Thanks very much,</div><div><b=
r></div><div>-Ahmed</div>
--20cf3071c7443c168804bf22b5d1--