Follow-up Comment #2, bug #41097 (project mdk):

Hi.  I'm attempting to build current git head on OS X 10.9.  I can confirm
that the archive problem no longer occurs (it occurred when I downloaded 1.2.7
and attempted to build it, Google search of the error led me here).  

Unfortunately there's also a compiler error later in the build:

gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -Wall -fno-strict-aliasing
-D_THREAD_SAFE -I/usr/local/Cellar/guile/2.0.11/include/guile/2.0
-I/usr/local/Cellar/gmp/5.1.3/include
-I/usr/local/Cellar/readline/6.3.3/include
-I/usr/local/Cellar/bdw-gc/7.2e/include 
-I/usr/local/Cellar/glib/2.40.0_1/include/glib-2.0
-I/usr/local/Cellar/glib/2.40.0_1/lib/glib-2.0/include
-I/usr/local/opt/gettext/include  -DG_DISABLE_DEPRECATED -I/usr/local/include
-I.. -DMAKE_GUILE  -g -O2 -MT mixvm_command.o -MD -MP -MF
.deps/mixvm_command.Tpo -c -o mixvm_command.o mixvm_command.c
mixvm_command.c:83:20: error: use of undeclared identifier 'Function'
  { (char *)NULL, (Function *)NULL, (char *)NULL }
                   ^
mixvm_command.c:83:30: error: expected expression
  { (char *)NULL, (Function *)NULL, (char *)NULL }
                             ^
mixvm_command.c:220:39: error: use of undeclared identifier 'CPPFunction'
  rl_attempted_completion_function = (CPPFunction *)mixvm_cmd_completion_;
                                      ^
mixvm_command.c:220:52: error: expected expression
  rl_attempted_completion_function = (CPPFunction *)mixvm_cmd_completion_;
                                                   ^
4 errors generated.
make[2]: *** [mixvm_command.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41097>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
bug-mdk mailing list
bug-mdk@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-mdk

Reply via email to