From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.user Subject: Re: ffi-helper: looking for C libraries to try Date: Sat, 15 Jul 2017 00:04:29 +0000 (UTC) Message-ID: <1567364935.838196.1500077069863@mail.yahoo.com> References: <22E467C6-8BCD-43B6-90B3-CFC43FC8799E@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1500077128 24426 195.159.176.226 (15 Jul 2017 00:05:28 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 15 Jul 2017 00:05:28 +0000 (UTC) To: Matt Wette , Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Jul 15 02:05:24 2017 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dWAaH-0005r8-TZ for guile-user@m.gmane.org; Sat, 15 Jul 2017 02:05:22 +0200 Original-Received: from localhost ([::1]:40243 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWAaK-000216-6Y for guile-user@m.gmane.org; Fri, 14 Jul 2017 20:05:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWAZc-0001yk-Ob for guile-user@gnu.org; Fri, 14 Jul 2017 20:04:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dWAZZ-0005WG-KS for guile-user@gnu.org; Fri, 14 Jul 2017 20:04:40 -0400 Original-Received: from sonic329-22.consmr.mail.ne1.yahoo.com ([66.163.185.84]:41341) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dWAZZ-0005Vs-Ew for guile-user@gnu.org; Fri, 14 Jul 2017 20:04:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1500077075; bh=sy8vGCNlTRXi8QS0SWj6JugR4e89lzJyQafFZmgAI/Q=; h=Date:From:To:In-Reply-To:References:Subject:From:Subject; b=HRmdKhuz8axfZQsmBe9I6HMWwBRu4pXQGa7tOfPrja3azSjJBaZY/Z/eYL/kceAkozVjta01nVOKDdelNnqmFTj/x5TDoxqARCMq4lrGaVgJe2z4eVpl+hAbP24zdcnaUpviw/aZcTqAbCEu4FRBV5cGmiRLirg7lpCS5sG/g+8kwCXqZleo5t8kjTlXUla2eCOQtdEMoWqx9nVwHw8Nsi3BgcdPZhPlp+tLIucAGJHlee9LxQzsWQD3Qg5knVj9SPFPGv7AuOl4y64opPFwNSGsPo/CztEa4hW4byd7agPScEXxwiM2FMExX9440Tys8PnUaWxEdVyxxg4QARP4TA== X-YMail-OSG: EmJ0d.YVRDvYSypLUft0cI8AX.dlBffOFI.x5KtXLA-- Original-Received: from sonic.gate.mail.ne1.yahoo.com by sonic329.consmr.mail.ne1.yahoo.com with HTTP; Sat, 15 Jul 2017 00:04:35 +0000 In-Reply-To: <22E467C6-8BCD-43B6-90B3-CFC43FC8799E@gmail.com> X-Mailer: WebService/1.1.10092 YMailNorrin Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 66.163.185.84 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:13921 Archived-At: On Friday, July 14, 2017, 4:18:01 PM PDT, Matt Wette = wrote: > If you have suggestions for test cases, please post.=C2=A0 They should be= commonly used.=C2=A0=20 > (I use MacPorts and would want them to be installable in that context.) It might be fun to see what happens with the mysql c api. Actually a=C2=A0 lot of the stuff in the main C API header file is not used= , and couldbe ignored, but, this is the full C header file. https://raw.githubusercontent.com/mysql/mysql-server/5.7/include/mysql.h