From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.devel Subject: Re: emacs-xwidget branch doesn't compile Date: Fri, 02 Sep 2011 21:36:45 +0200 Message-ID: <4E61304D.704@online.de> References: <4E60FF87.8000302@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1314992223 2478 80.91.229.12 (2 Sep 2011 19:37:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Sep 2011 19:37:03 +0000 (UTC) Cc: Emacs developers To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 02 21:36:59 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QzZXu-0001uL-Vv for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2011 21:36:59 +0200 Original-Received: from localhost ([::1]:45425 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzZXu-0007UN-C1 for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2011 15:36:58 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzZXs-0007UH-2o for emacs-devel@gnu.org; Fri, 02 Sep 2011 15:36:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzZXq-0007iF-Vm for emacs-devel@gnu.org; Fri, 02 Sep 2011 15:36:56 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.9]:61062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzZXq-0007i9-KA for emacs-devel@gnu.org; Fri, 02 Sep 2011 15:36:54 -0400 Original-Received: from [192.168.178.27] (brln-4dbc6369.pool.mediaWays.net [77.188.99.105]) by mrelayeu.kundenserver.de (node=mreu4) with ESMTP (Nemesis) id 0M5V8e-1RNy7I2cLw-00xTuR; Fri, 02 Sep 2011 21:36:52 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11 In-Reply-To: X-Provags-ID: V02:K0:ifYwXNjvngBqU0JLmZSuly/egw+2MTYb0XKnT0OTXpI XmTxoN67ay3fBTyQlSdJjH3kDE8cx7Xxr9x1WzTib5OQI4pNZX WluuQFfLcuqjmuflj/Xy2xP4znaS0MUYFY0JNnTKXEjngt6n3+ WVoA6PkFPMOuMzRT/LQCN4qRG/w2dZPxyq1hgogLE/ndCK3TrE qZJXWbHkFvmjTvt2/fpkOaO64xmRskJGvLp9uerS7JQkXgPtrt fCcJeoUzSeu15W4utGBmkS9KXmR+IUo2Qq4fhhC1iupvgkIp8q V2tqNDpN061wLR9WBTQpbvvnLzQid3ZwO4Yx2VSMJ8W7LtvPrw uopZn0UyljbjIyDVD78U= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.17.9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143731 Archived-At: Am 02.09.2011 20:58, schrieb joakim@verona.se: > Andreas Röhler writes: > >> Hi, >> >> compiling emacs-xwidget branch fails with >> >> make: *** [bootstrap] Fehler 2 >> >> first compile error seen is: >> >> xdisp.c: In function ‘draw_glyphs’: >> xdisp.c:22639:3: error: ‘XWIDGET_GLYPH’ undeclared (first use in this >> function) >> xdisp.c:22639:3: note: each undeclared identifier is reported only >> once for each function it appears in >> xdisp.c:22639:3: warning: implicit declaration of function >> ‘BUILD_XWIDGET_GLYPH_STRING’ >> make[2]: *** [xdisp.o] Fehler 1 >> >> Please tell if the full report is useful and where to send, > > I'm maintaining the branch, so send reports to me. > > Did you follolw the instructions in the README.xwidget file? Error > reports are of interest anyway, but please provide the basic information > such as platform and compile flags. > Hmm, no, just followed INSTALL.BZR :( BTW looked for INSTALL, maybe a INSTALL.xwidget would help too. So trying again, thanks, Andreas