X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=DjdEvjgkfHQYxKDEwXfW8zPkDf0D0vONw5WnslL4iz8=; b=lQ7/XxlWiEI80HTrlVuF7bWT+3j12DYhMzMxf1g69YlMIzwZ7lr26K1HmV590ooh97 oh89v1NhxMGduKVRON/rf5uZVDPc/WgRFfh22XNRh84+4CxQy7EHReo2SoS7nB/Fo+gI om7oIYFtniIci2g4nyVFVQ/nw8L45pm1IwkpKS4vaFgIgUdjQjONUPnLiKi4raLDbAq0 y/s/druLHk0e52vMwcwR0TMKJbuN/cCK0PZJp5d8CwUb7gX9c/MuE4VMnVpQacfdXgkN J7jiNvFzix0eZkC975x6cLQyqEpdmMpVNECunCl6DQqsL0d0p5BYaunT0EekN1MObSCm pUlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=DjdEvjgkfHQYxKDEwXfW8zPkDf0D0vONw5WnslL4iz8=; b=DzQODk+CfbGLPXMo3CS66fC3tIKrsxAMOHFkFNlNoznZ37Bi1ygu+g06lRpl61p3IP nPz5k8MkwvcjFnpamyaN53XNgmMmyssEjFnxOzcy1hYnEBFtP2tZsPWFL0EY9NjvOPtH 9iu6foT73KhaTPARZ6ZJs6EaxbQqsLeJdb3okt1rRDeDG5jxLh8XsvxIbwmh/i3P6iWH afgoHWBeYYp8EU18+zBpFEP+UGf3f4DRFEgzqJOu58Giryb6Xn74Ovx2qh8PBRaFo62x gHBnKBZtCIySGnAmO5RqEfTO5BKufLv06ib3RcQ9Brfx+xjCr6fI2r4L4CXcKZuI6A2C Selw== X-Gm-Message-State: APjAAAUTSaQjgmTjnsL0BwKj5monRzPw36gqMZi3PT76d+KZUxPECdCY WEkzMOF4v+/hRLMVMlMDzac62dZ+ X-Google-Smtp-Source: APXvYqx2k7rTkbs8jbgKlKwAwuafrNl8RaO/pbtVGQiT8WkhCHq8IMvxv7B2GelOP2tsJXlgJqQtug== X-Received: by 2002:a2e:3919:: with SMTP id g25mr14984856lja.162.1570968378055; Sun, 13 Oct 2019 05:06:18 -0700 (PDT) Date: Sun, 13 Oct 2019 15:06:13 +0300 From: "dmn (graahnul DOT grom AT gmail DOT com) [via geda-help AT delorie DOT com]" To: geda-help AT delorie DOT com Subject: Re: [geda-help] New pcb software user on windows-10 Message-ID: <20191013150613.48fc57b1@demon> In-Reply-To: <20191013074848.GA20862@newvzh.lokolhoz> References: <20191012224528 DOT 11b1f759 AT demon> <20191013074848 DOT GA20862 AT newvzh DOT lokolhoz> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; amd64-portbld-freebsd11.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 13 Oct 2019 10:48:48 +0300 "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com]" wrote: > > In file included from ./global.h:48, > > from ./crosshair.h:36, > > from hid/gtk/gtkhid-gl.c:7: > > ./const.h:364:23: error: expected identifier or '(' before numeric > > constant 364 | #define ELEMENT_TYPE 0x00002 > > | ^~~~~~~ > > ./const.h:364:23: error: expected specifier-qualifier-list before > > numeric constant 364 | #define ELEMENT_TYPE 0x00002 > > | ^~~~~~~ > > FWIW, I had the like issue with this variable in MinGW. And I > solved it in 2015 [1]. May this be the same issue? > > [1] > https://github.com/vzh/minipack/commit/2d258ca34c0c3c7dbac6db7f63eddc9dd2c98143 > > Yes, but the name collision happens only when building the gtk opengl hid. Without opengl (--disable-gl) there is no error. ELEMENT_TYPE is a typedef'ed enum from winioctl.h.