Date: Tue, 15 Sep 1998 21:26:38 +0200 (CEST) From: girgen@trumpet.partitur.se To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7937: port word2x has problems with redefinition of alloca Message-ID: <199809151926.VAA08426@trumpet.partitur.se>
next in thread | raw e-mail | index | archive | help
>Number: 7937 >Category: ports >Synopsis: port word2x has problems with redefinition of alloca >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 15 12:30:00 PDT 1998 >Last-Modified: >Originator: Palle Girgensohn >Organization: >Release: FreeBSD 2.2.7-STABLE i386 >Environment: uname -a FreeBSD trumpet.partitur.se 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Mon Jul 27 16:37:05 CEST 1998 girgen@trumpet.partitur.se:/usr/src/sys/compile/TRUMPET i386 >Description: cd /usr/ports/textproc/word2x make install ... ===> Building for word2x-0.002 c++ -O3 -pipe -DHAVE_CONFIG_H -c -o reader.o reader.cc c++ -O3 -pipe -DHAVE_CONFIG_H -c -o strip.o strip.cc c++ -O3 -pipe -DHAVE_CONFIG_H -c -o word2x.o word2x.cc c++ -O3 -pipe -DHAVE_CONFIG_H -c -o text-fmt.o text-fmt.cc c++ -O3 -pipe -DHAVE_CONFIG_H -c -o text-table.o text-table.cc ./fake_link -r -o fmt-text.o text-fmt.o text-table.o c++ -O3 -pipe -DHAVE_CONFIG_H -c -o latex-fmt.o latex-fmt.cc c++ -O3 -pipe -DHAVE_CONFIG_H -c -o latex-table.o latex-table.cc c++ -O3 -pipe -DHAVE_CONFIG_H -c -o latex-embed.o latex-embed.cc ./fake_link -r -o fmt-latex.o latex-fmt.o latex-table.o latex-embed.o c++ -O3 -pipe -DHAVE_CONFIG_H -c -o html-fmt.o html-fmt.cc c++ -O3 -pipe -DHAVE_CONFIG_H -c -o html-table.o html-table.cc html-table.cc:19: declaration of C function `char * alloca(int)' conflicts with /usr/include/stdlib.h:133: previous declaration `void * alloca(unsigned int)' here gmake: *** [html-table.o] Error 1 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >How-To-Repeat: See previous >Fix: Not sure, which way is the cleanest. Suggestions? >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809151926.VAA08426>