discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: Svyatoslav Mishyn <juef@openmailbox.org>
To: discuss@mdocml.bsd.lv
Subject: Re: texi2mdoc
Date: Mon, 23 Feb 2015 18:56:29 +0200	[thread overview]
Message-ID: <20150223165627.GA13719@k8> (raw)
In-Reply-To: <54EB47BE.6000608@bsd.lv>

(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

  reply	other threads:[~2015-02-23 16:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-23 15:31 texi2mdoc Kristaps Dzonsons
2015-02-23 16:56 ` Svyatoslav Mishyn [this message]
2015-02-23 17:31   ` texi2mdoc Kristaps Dzonsons
2015-02-23 18:13     ` texi2mdoc Ingo Schwarze
2015-02-23 18:17     ` texi2mdoc Svyatoslav Mishyn
2015-02-25 15:17       ` texi2mdoc Kristaps Dzonsons
2015-02-25 17:23         ` texi2mdoc Svyatoslav Mishyn
2015-02-25 19:50           ` texi2mdoc Kristaps Dzonsons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150223165627.GA13719@k8 \
    --to=juef@openmailbox.org \
    --cc=discuss@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).