From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Ergus via help-gnu-emacs Newsgroups: gmane.emacs.help Subject: Flymake backends problem Date: Wed, 26 Jun 2019 18:19:42 +0200 Message-ID: <20190626161942.qila7sq5nynrfwcg@Ergus> Reply-To: Ergus Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="167596"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: NeoMutt/20180716 Cc: Nick Dokos , help-gnu-emacs@gnu.org To: Xavier Maillard Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 26 18:22:11 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hgAgV-000hRG-0Z for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Jun 2019 18:22:11 +0200 Original-Received: from localhost ([::1]:41776 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgAgT-00063K-5m for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Jun 2019 12:22:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55907) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgAgC-000602-N1 for help-gnu-emacs@gnu.org; Wed, 26 Jun 2019 12:21:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgAgB-0007Fw-Rb for help-gnu-emacs@gnu.org; Wed, 26 Jun 2019 12:21:52 -0400 Original-Received: from sonic312-46.consmr.mail.ir2.yahoo.com ([77.238.178.133]:39188) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hgAgB-0007Ab-IT for help-gnu-emacs@gnu.org; Wed, 26 Jun 2019 12:21:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aol.com; s=a2048; t=1561566107; bh=hzIm9Zd+jKFDPFUxb8KbRdm/uccUtw6dXKUrHaNnC/Q=; h=Date:From:To:Cc:Subject:From:Subject; b=j5Ih54kSYVjECttvZyHJhQDufkg4aMMAfANyo5o0Sa8O/TxEUEq3L7lJOx+Of20Dl6LnxBDUd90SlihSzdsOU6H3PKPN9Kff5wJbjbHHOhEMyYwbpOpAOSRCwZbpy3lThUt2DoH+2oiXY+KB9pzdmo3hA8IbXlNsgzDl05/GbpuAZ8u4F+zmV/8RE5scnRBnBg9aQKsftiBBwEWHgHlGWHbUiRBWA5zZY/YwHaaty4dpOWDFboPs9K+W6UUzr840ExaCQXir4Dn6VlK8JT2niPiYwg9omep034xZMfjEqZ75VXf8bqN9jB6vH2UXGlH308jFwxrsV8bGQ+moBynE9g== X-YMail-OSG: glqJNKkVM1mCbOcbf0437skzlZwdqmf42e.xjJkTjZ5Jl7cmEFRuUw8l6vqRyXK OimcTBK3.hBhvfY7Jceq.8iH_1Rt9NeTCTCB.mvEt5Vk- Original-Received: from sonic.gate.mail.ne1.yahoo.com by sonic312.consmr.mail.ir2.yahoo.com with HTTP; Wed, 26 Jun 2019 16:21:47 +0000 Original-Received: from 84.88.50.33 (EHLO Ergus) ([84.88.50.33]) by smtp419.mail.ir2.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID e3f87c6bc7587400459fb4599f004040; Wed, 26 Jun 2019 16:19:46 +0000 (UTC) Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 77.238.178.133 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:121062 Archived-At: Hi: I am trying to use flymake with a simple C++ file, but there are not corrections/diagnostics. in the *Flymake log* there is: Warning [flymake test.cpp]: Disabling backend flymake-proc-legacy-flymake because (error Can???t find a suitable init function) Warning [flymake test.cpp]: Disabling backend flymake-cc because make: *** No rule to make target 'check-syntax'. Stop. Warning [flymake test.cpp]: Disabling backend flymake-proc-legacy-flymake because (error Can???t find a suitable init function) Warning [flymake test.cpp]: Disabling backend flymake-cc because make: *** No rule to make target 'check-syntax'. Stop. Any help here please?