gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r6052: update mit-scheme to 10.1.2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6052: update mit-scheme to 10.1.2
Date: Sun, 11 Nov 2018 00:32:49 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6052
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2018-11-10 21:32:43 -0800
message:
  update mit-scheme to 10.1.2
modified:
  pkg/gnu/mit-scheme/Makefile    makefile-20160617014725-uokjfnggs70iry9h-1396
=== modified file 'pkg/gnu/mit-scheme/Makefile'
--- a/pkg/gnu/mit-scheme/Makefile       2018-11-11 05:14:53 +0000
+++ b/pkg/gnu/mit-scheme/Makefile       2018-11-11 05:32:43 +0000
@@ -46,6 +46,21 @@
 BUILDDEPS =
 LIBDEPS = ncurses
 
+# compile HINT:
+#
+#tterm.c:71:15: error: conflicting types for 'tparam'
+#   71 | extern char * tparam (const char *, void *, int, ...);
+#      |               ^~~~~~
+#In file included from tterm.c:55:
+#/opt/gsrc/include/termcap.h:33:14: note: previous declaration of 'tparam' was 
here
+#   33 | extern char *tparam (const char *ctlstring, char *buffer, int size, 
...);
+#      |              ^~~~~~
+#
+#change line to:
+#   71 | extern char * tparam (const char *, char *, int, ...);
+#
+#   and all will be well
+
 ######################################################################
 
 include ../../../gar/gar.mk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]