From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail2.openmailbox.org (mail2.openmailbox.org [62.4.1.33]); by fantadrom.bsd.lv (OpenSMTPD) with ESMTP id d2af5420; for ; Mon, 23 Feb 2015 11:56:38 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail2.openmailbox.org (Postfix) with ESMTP id C941A202011 for ; Mon, 23 Feb 2015 17:56:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=openmailbox.org; h=user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:message-id:subject:subject :from:from:date:date:received; s=openmailbox; t=1424710593; bh=5 3E66fv9wZB6AbmjrqcN9dujbZRBa/lE4kNAhrFZeBs=; b=PQvziYyvcqzksxill vLINoRIuUTPylgz/QSQtDAbW8U970KrkOMuGVDq+8InK9Qr0nXpwJcrb9EABYQ4v eSoEML3G6CxEtqsD5c4TWXKTLXE0171N9AHKNUld5DnytcyvwVFV8QnxOwzIYvCz nNYcVdUHBKYrk8/CxcEjXsPyI8= X-Virus-Scanned: amavisd-new at openmailbox.org Received: from mail2.openmailbox.org ([62.4.1.33]) by localhost (mail.openmailbox.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id WjEVix5dWScG for ; Mon, 23 Feb 2015 17:56:33 +0100 (CET) Date: Mon, 23 Feb 2015 18:56:29 +0200 From: Svyatoslav Mishyn To: discuss@mdocml.bsd.lv Subject: Re: texi2mdoc Message-ID: <20150223165627.GA13719@k8> Mail-Followup-To: discuss@mdocml.bsd.lv References: <54EB47BE.6000608@bsd.lv> X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54EB47BE.6000608@bsd.lv> User-Agent: Mutt/1.5.23 (2014-03-12) (Mon, 23 Feb 16:31) Kristaps Dzonsons: > Hi folks! > Hello, /home/juef/dl/texi2mdoc-0.1.1: make cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -c -o main.o main.c main.c: In function 'domacro': main.c:486:2: warning: implicit declaration of function 'memmem' [-Wimplicit-function-declaration] blk = memmem(&buf[start], sz, endtok, endtoksz); ^ main.c:486:6: warning: assignment makes pointer from integer without a cast [enabled by default] blk = memmem(&buf[start], sz, endtok, endtoksz); ^ main.c: In function 'doignblock': main.c:533:7: warning: assignment makes pointer from integer without a cast [enabled by default] term = memmem(&buf[*pos], sz, end, endsz); ^ main.c: In function 'doverbatim': main.c:665:7: warning: assignment makes pointer from integer without a cast [enabled by default] term = memmem(&buf[*pos], sz, end, endsz); ^ cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -c -o util.o util.c util.c: In function 'texiexecmacro': util.c:497:3: warning: implicit declaration of function 'strlcat' [-Wimplicit-function-declaration] j = strlcat(val, args[k], valsz + 1); ^ cc -o texi2mdoc main.o util.o util.o: In function `texiexecmacro': /home/juef/dl/texi2mdoc-0.1.1/util.c:497: undefined reference to `strlcat' collect2: error: ld returned 1 exit status Makefile:15: recipe for target 'texi2mdoc' failed make: *** [texi2mdoc] Error 1 os: gnu/linux btw: http://mdocml.bsd.lv/texi2mdoc/snapshots/ - 403 Forbidden -- http://www.juef.tk/ -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv