From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: compile error: cl--generic-struct-tag Date: Fri, 24 May 2024 10:34:50 +0300 Message-ID: <86sey73bol.fsf@gnu.org> References: <20240524.090603.1172835754086122221.wl@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25909"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Werner LEMBERG Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri May 24 09:35:24 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sAPSW-0006Vd-L2 for ged-emacs-devel@m.gmane-mx.org; Fri, 24 May 2024 09:35:24 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sAPS1-000219-PH; Fri, 24 May 2024 03:34:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sAPS0-00020D-4h for emacs-devel@gnu.org; Fri, 24 May 2024 03:34:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sAPRz-0001IF-Sv; Fri, 24 May 2024 03:34:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=c4oT0xZRHN52k2Q2jwPRvHI9wJ3uQWkC1ysPnYi5iys=; b=apJTwDWUag/NY9k1Nj7B tlb8cLxVAQ5kdsvrGGbmWtai5yHZ3Tx7ACYhSKlvzGgHhGwGsz/uIS37MUV1FAq2T5wd0xTqvOh7P ctBj/oUgY30D6DkupdOg8LYUQcd7GNir1+czQmLv7WXitk+4Win0xSGhb6MMllg4a4mWtZRVNGcYE iaQ6hdoCbJJrw/6cLNY34uS0di9PvX2A+nNbSUbnYKwWJibuLKl1lGgrBAM3a5ZYVy+NUW6p6WAHL CLnF5lkHTuuLFsu4xxTGgqvLpMiYj+TQeWLFr8KtIzV8lqZ2HqE/7dUDyo60ElK5UFb1stoRbOXiZ UyUses6f54lG0A==; In-Reply-To: <20240524.090603.1172835754086122221.wl@gnu.org> (message from Werner LEMBERG on Fri, 24 May 2024 07:06:03 +0000 (UTC)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:319540 Archived-At: > Date: Fri, 24 May 2024 07:06:03 +0000 (UTC) > From: Werner LEMBERG > > > [e650a04dc415467806b77d4b3801f9e6eeb9dfaf] > > Trying to compile current git on a GNU/Linux box from scratch in an > external directory using > > ``` > configure \ > --with-x-toolkit=gtk \ > --with-json \ > --with-treesitter > > make -j12 > ``` > > fails. I get: > > ``` > Symbol’s function definition is void: cl--generic-struct-tag > make[3]: *** [Makefile:85: lisp/international/emoji-labels.el] Fehler 255 > make[3]: Verzeichnis „emacs.compiled/admin/unidata“ wird verlassen > make[2]: *** [Makefile:615: lisp/international/charprop.el] Fehler 2 > make[2]: *** Es wird auf noch nicht beendete Prozesse gewartet.... > make[2]: Verzeichnis „emacs.compiled/src“ wird verlassen > make[1]: *** [Makefile:554: src] Fehler 2 > make[1]: Verzeichnis „/home/wl/git/emacs.compiled“ wird verlassen > make[1]: Verzeichnis „/home/wl/git/emacs.compiled“ wird betreten > ``` Thanks, but please report this using "M-x report-emacs-bug RET" instead. That way, it gets submitted to the bug tracker, and the discussion is recorded as part of the bug.