texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] Link failure with svn head --enabled-experimental


From: Sam Liddicott
Subject: [Texmacs-dev] Link failure with svn head --enabled-experimental
Date: Mon, 22 Nov 2010 10:59:25 -0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13pre) Gecko/20101121 Lanikai/3.1.7pre


Current SVN head fails to link.
I did a make clean, and configure --enable-qt --enabled-experimental before making. I also installed imlib2 before configuring.

...unicode_font.o Objects/unicode_math_font.o Objects/unix_sys_utils.o Objects/upgradetm.o Objects/url.o Objects/vars.o Objects/verb_language.o Objects/verbatim.o Objects/virtual_font.o Objects/vpenalty.o Objects/web_files.o Objects/widget.o Objects/win32_get_date.o -L/home/sam/Projects/texmacs/texmacs/trunk/src/TeXmacs/lib -lm -Wl,-rpath, -L/usr/lib -lQtGui -lQtCore -lpthread -pthread -lguile -lltdl -Wl,-Bsymbolic-functions -lgmp -lcrypt -lm -lltdl -lltdl -ldl -lfreetype -lz -ldl -o Objects/texmacs-shared.bin Objects/evaluate_inactive.o: In function `rewrite_inactive_arg(tree, int, inactive_style)': evaluate_inactive.cpp:(.text+0x3841): undefined reference to `arg_type(tree, int)'
collect2: ld returned 1 exit status
make[1]: *** [Objects/texmacs-shared.bin] Error 1
make[1]: Leaving directory `/home/sam/Projects/texmacs/texmacs/trunk/src/src'
make: *** [TEXMACS] Error 2

git-bisect tells me:
  Author: vdhoeven <address@hidden>
  Date:   Fri Oct 1 14:03:18 2010 +0000
git-svn-id: svn://svn.savannah.gnu.org/texmacs/address@hidden 64cb5145-927a-446d-8aed-2fb7b4773692
removed the definition of arg_type

which included changes like this:
-  return highlight (r, t[i], arg_type (t, i));
+  return highlight (r, t[i], drd->get_type_child (t, i));
 }

but change to drd->get_type_child does not seem to have been applied to evaluate_inactive.cpp

Sam
--
[FSF Associate Member #2325] <http://www.fsf.org/register_form?referrer=2325>

<http://www.openrightsgroup.org/>



reply via email to

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