Opened 19 years ago

Closed 19 years ago

#3495 closed defect (invalid)

guile 1.6.7 doesn't compile

Reported by: aturner@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

sudo port install guile under OS X 10.4.1:

[snip]

gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -

DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 - DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 - DHAVE_DLFCN_H=1 -DHAVE_LIBREADLINE=1 -DHAVE_SIGINTERRUPT=1 - DHAVE_RL_PRE_INPUT_HOOK=1 -DHAVE_RL_GETC_FUNCTION=1 -DHAVE_STRDUP=1 -I. -I. -I.. -I./.. - I/opt/local/include -no-cpp-precomp -Dmacosx -MT readline.lo -MD -MP -MF .deps/readline.Tpo -c readline.c -fno-common -DPIC -o .libs/readline.o readline.c: In function 'rl_cleanup_after_signal': readline.c:107: error: 'rl_pending_input' undeclared (first use in this function) readline.c:107: error: (Each undeclared identifier is reported only once readline.c:107: error: for each function it appears in.) readline.c: In function 'scm_add_history': readline.c:330: warning: incompatible implicit declaration of built-in function 'strdup' readline.c: In function 'completion_function': readline.c:418: warning: incompatible implicit declaration of built-in function 'strdup' readline.c: In function 'scm_init_readline': readline.c:545: warning: assignment from incompatible pointer type make[4]: * [readline.lo] Error 1 make[3]: * [all-recursive] Error 1 make[2]: * [all] Error 2 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Change History (1)

comment:1 Changed 19 years ago by aturner@…

Resolution: invalid
Status: newclosed

Oops... syncing the ports tree fixed the problem.

Note: See TracTickets for help on using tickets.