Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2003 23:20:09 GMT
From:      jimd_NOSPAM@siu.edu
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50858: compile of ecasound-2.2.2 fails with undeclared functions
Message-ID:  <200304112320.h3BNK98a066779@255-141.ip.ll.net>
Resent-Message-ID: <200304121330.h3CDU5Xv063598@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         50858
>Category:       ports
>Synopsis:       compile of ecasound-2.2.2 fails with undeclared functions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 12 06:30:05 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     J.D.
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
>Environment:
System: FreeBSD 255-141.ip.ll.net 4.7-RELEASE FreeBSD 4.7-RELEASE #2: Sat Jan 25 19:54:21 CST 2003 x@freebsd2.localnet10:/usr/src/sys/compile/XSYSTEM i386


	
>Description:
	It appears that two ecasound function calls to READLINE are using
	function names that don't match the installed FBSD-4.7 READLINE:

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Making all in ecasound
	gmake[2]: Entering directory `/usr/ports/audio/ecasound/work/ecasound-2.2.2/ecas
	ound'
	c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/readline -I. -I.. -I../libecasou
	nd -I../kvutils  -D_THREAD_SAFE  -O -pipe -g  -D_REENTRANT -D_REENTRANT -pthread
	 -DNDEBUG -DENABLE_DBC -c ecasound.cpp
	 c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/readline -I. -I.. -I../libecasou
	 nd -I../kvutils  -D_THREAD_SAFE  -O -pipe -g  -D_REENTRANT -D_REENTRANT -pthread
	  -DNDEBUG -DENABLE_DBC -c eca-curses.cpp
	  eca-curses.cpp: In method `void ECA_CURSES::init_readline_support()':
	  eca-curses.cpp:117: `rl_completion_func_t' undeclared (first use this function)
	  eca-curses.cpp:117: (Each undeclared identifier is reported only once
	  eca-curses.cpp:117: for each function it appears in.)
	  eca-curses.cpp:117: syntax error before `)'
	  eca-curses.cpp: In function `char ** ecasound_completion(char *, int, int)':
	  eca-curses.cpp:148: `rl_compentry_func_t' undeclared (first use this function)
	  eca-curses.cpp:148: syntax error before `)'
	  eca-curses.cpp:148: implicit declaration of function `int rl_completion_matches(
	  ...)'
	  gmake[2]: *** [eca-curses.o] Error 1
	  gmake[2]: Leaving directory `/usr/ports/audio/ecasound/work

          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	   grep rl_completion /usr/include/readline/*
	   /usr/include/readline/readline.h:extern Function *rl_completion_entry_function;
	   /usr/include/readline/readline.h:   rl_completion_entry_function to try to match
	   , otherwise use the
	   /usr/include/readline/readline.h:extern VFunction *rl_completion_display_matches
	   _hook;
	   /usr/include/readline/readline.h:extern int rl_completion_type;
	   /usr/include/readline/readline.h:extern int rl_completion_append_character;
	   /usr/include/readline/readline.h:extern int rl_completion_query_items;

	
>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304112320.h3BNK98a066779>