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=1573351035; bh=bKs1QNLazPL98RJz8+KZ0w+8jNo5oLVtqLtvw3njaMs=; h=From:Date:Message-ID:Subject:To; b=O6b0uGIfARU2iD/5qPNrK0iJKm2TinOQybZ+qvxLOM3eQs0ra2b6nl/RIH2C9KG/a 68Eep5sreH84oPB2tyGr5BoiOkeBieEtFPtM2RGqlW6hZBfbadzIH/BrYZ88d0qNqO UtJNSz2fQrfJJILiqJsqC66lf1p3rpBAWvGHI3eQ2DMn8/YLuWLq3gdjNaQ+5jUVbV Ub42emiQzVyuIfpECQOGt0FoB3q/Izg66nkCRATRiSkRZn1sVInxs2Nk+WPWaCSWs1 lKjlGEP6m7YU2ibptNxIL4NiSw2AEMPa1e2gQdyhXOj3BSz/soQTaYqugiQUThoVpk 7ocb84MPbOVKw== Authentication-Results: mta3.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) Authentication-Results: mta3.srv.hcvlny.cv.net smtp.user=geneglick; auth=pass (LOGIN) X-Content-Analysis: v=2.1 cv=QvyjpgGd c=1 sm=1 tr=0 a=Dan8yT3GjQgZekbd7xHNVg==:117 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=MeAgGD-zjQ4A:10 a=l6VV7BQMeXuoaB1QpVYA:9 a=QEXdDO2ut3YA:10 a=TDBtKylh-GKSIHG6ovkA:9 X-Gm-Message-State: APjAAAUsuG+mgitkqqTPvfPC6OPlvuaeo7Uv7GKmZe8HIOKBU5gemx3N /29GtFP/cVPg9trbOp8B/5R8ag8xoXnV1mUlEeE= X-Google-Smtp-Source: APXvYqxNO1+cFbzgjxpfmO/nVOXuESegSYLpnss8NHZ5j0odG/WOa/RB3+3SWKrWJQOtkIK7RvhHQXqBTXSu7MDyQNw= X-Received: by 2002:a25:a423:: with SMTP id f32mr15221584ybi.30.1573351028859; Sat, 09 Nov 2019 17:57:08 -0800 (PST) MIME-Version: 1.0 From: "gene glick (geneglick AT optonline DOT net) [via geda-user AT delorie DOT com]" Date: Sat, 9 Nov 2019 20:57:30 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: [geda-user] Trouble building gschem 1.10.0 To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary="0000000000002ea9ef0596f4553b" Reply-To: geda-user AT delorie DOT com --0000000000002ea9ef0596f4553b Content-Type: text/plain; charset="UTF-8" Here's a snippet of the output...hope it is helpful s_clib.c: In function 's_clib_remove_update_callback': s_clib.c:1548:3: error: 'for' loop initial declarations are only allowed in C99 mode for (GList *l = s_clib_update_closures; l != NULL; l = l->next) { ^ s_clib.c:1548:3: note: use option -std=c99 or -std=gnu99 to compile your code s_clib.c: In function 's_clib_end_update': s_clib.c:1570:3: error: 'for' loop initial declarations are only allowed in C99 mode for (GList *l = s_clib_update_closures; l != NULL; l = l->next) --0000000000002ea9ef0596f4553b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Here's a snippet of the output...hope it is helpf= ul

s_clib.c: In function 's_clib_remove_update= _callback':
s_clib.c:1548:3: error: 'for' loop initial decla= rations are only allowed in C99 mode
=C2=A0 =C2=A0for (GList *l =3D s_cl= ib_update_closures; l !=3D NULL; l =3D l->next) {
=C2=A0 =C2=A0^
s= _clib.c:1548:3: note: use option -std=3Dc99 or -std=3Dgnu99 to compile your= code
s_clib.c: In function 's_clib_end_update':
s_clib.c:157= 0:3: error: 'for' loop initial declarations are only allowed in C99= mode
=C2=A0 =C2=A0for (GList *l =3D s_clib_update_closures; l !=3D NULL= ; l =3D l->next)
--0000000000002ea9ef0596f4553b--