X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=optonline.net; s=dkim-001; t=1573385540; bh=o5T7eVP6XEkkIVP1lhOtxpSXuObdcagW/ngraPwCn8Y=; h=From:Date:Message-ID:Subject:To; b=PQwA3N2N/GHzlMJlCbTGrLSVuOFLeXZVWP1NIP/4TQ23aCdC7sOUJ23swxnt3Xwj+ ZixVz3L28w7bqHUI5mGTBh8UNeZ7n9q5hq4YCaKp14mHVeMJPdZxNtVMI97NHn4Vp9 92mtxmiEFspg0oZUC92l14cdus16EhQ28oREMd4/Pfrq+iXSJN/v+OKTHq4yHtIfrz zz1KMjnriGaLLw1bTElGZSeaHhotw+lDI9EZteUJjQzybHDd0E0uG0Of9pUlkCNiMt 26kLbN9fce9cZI4ueMpcqWB1X0JMIMtyz07j/orPpvjxdkckNTqfBw3l60SVWoiXq9 SLOtQ6R9L90Kg== Authentication-Results: mta4.srv.hcvlny.cv.net smtp.user=geneglick; auth=pass (LOGIN) Authentication-Results: mta4.srv.hcvlny.cv.net x-tls.subject="/C=US/ST=California/L=Mountain View/O=Google LLC/CN=smtp.gmail.com"; auth=pass (cipher=AES128-GCM-SHA256) X-Content-Analysis: v=2.1 cv=N77UbDJB c=1 sm=1 tr=0 a=ilg4VmRvl4BixdGbVb3jrg==:117 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=MeAgGD-zjQ4A:10 a=pGLkceISAAAA:8 a=Mj1Xp5F7AAAA:8 a=eMI75RWVecSWfX7o1r4A:9 a=x2iMCuuYSqHy5WxS:21 a=nYgfRSYfJ4nGLSlj:21 a=QEXdDO2ut3YA:10 a=Bs-lLH_0vI6tFr5wnyAA:9 a=cC92muIX_F6L0km1:21 a=-9CkqcipgbW7F1Tm:21 a=lBJi0XJ86gZoe8ev:21 a=OCttjWrK5_uSHO_3Hkg-:22 X-Gm-Message-State: APjAAAWzxla+XRcP6ajnOhb+ElFzMUxSTpi/d/eHD5euKRHfDmvOAX21 XeHBEZpm6ULDEMgOC3vJ7HPkigSZ3Pd+R0mNL0M= X-Google-Smtp-Source: APXvYqx+PXaAVDg0JhAMpcSoLBCKSA03jvo+kEnhxBB8NVbbMJ/jZF0Rd74TaS4yK7FwOglNeCJ9vKFRl997vbV9FG4= X-Received: by 2002:a5b:4c5:: with SMTP id u5mr15237606ybp.25.1573385534915; Sun, 10 Nov 2019 03:32:14 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "gene glick (geneglick AT optonline DOT net) [via geda-user AT delorie DOT com]" Date: Sun, 10 Nov 2019 06:32:36 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [geda-user] Trouble building gschem 1.10.0 To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary="000000000000e74c420596fc5d07" Reply-To: geda-user AT delorie DOT com --000000000000e74c420596fc5d07 Content-Type: text/plain; charset="UTF-8" On Sat, Nov 9, 2019 at 9:51 PM Alan Corey (alan01346 AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > You need to set GCC into c99 mode. Get a "-std=c99" or " -std=gnu99 " > into your CFLAGS variable somehow. Something like > CFLAGS="-std=c99" ./configure > > I made that an environment variable and the build proceeds. Now another error: gschem_change_notification.c: In function 'class_init': gschem_change_notification.c:257:46: error: 'G_PARAM_EXPLICIT_NOTIFY' undeclared (first use in this function) G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY); ^ gschem_change_notification.c:257:46: note: each undeclared identifier is reported only once for each function it appears in make[4]: *** [gschem-gschem_change_notification.o] Error 1 --000000000000e74c420596fc5d07 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Sat, Nov 9, 2019 at 9:51 PM Alan C= orey (alan01346 AT gmail DOT com) [via = geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:<= br>
You need to set = GCC into c99 mode.=C2=A0 Get a "-std=3Dc99" or " -std=3Dgnu9= 9 "
into your CFLAGS variable somehow.=C2=A0 Something like
CFLAGS=3D"-std=3Dc99" ./configure


I made that an environment variable and the build proceeds. Now an= other error:

gschem_change_notification.c: In func= tion 'class_init':
gschem_change_notification.c:257:46: error: &= #39;G_PARAM_EXPLICIT_NOTIFY' undeclared (first use in this function)=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 ^
gschem_change_notification.c:257:46: note: each undeclared iden= tifier is reported only once for each function it appears in
make[4]: **= * [gschem-gschem_change_notification.o] Error 1


--000000000000e74c420596fc5d07--