On 21/06/12 03:42 AM, cvs@abisource.com wrote:
>
> Author: bafna_p
> Date: 2012-06-21 12:42:48 +0200 (Thu, 21 Jun 2012)
> New Revision: 31407
>
> Added:
> abiword/branches/gsoc2012math/src/af/util/xp/ut_math_convert.cpp
> abiword/branches/gsoc2012math/src/af/util/xp/ut_math_convert.h
> Modified:
> abiword/branches/gsoc2012math/configure.in
> abiword/branches/gsoc2012math/plugins/latex/xp/ie_exp_LaTeX.cpp
> abiword/branches/gsoc2012math/src/af/util/xp/Makefile.am
> Log:
> adding ut_math_convert and related changes
>
> Modified: abiword/branches/gsoc2012math/configure.in
> ===================================================================
> --- abiword/branches/gsoc2012math/configure.in 2012-06-20 21:09:24 UTC (rev 31406)
> +++ abiword/branches/gsoc2012math/configure.in 2012-06-21 10:42:48 UTC (rev 31407)
> @@ -83,11 +83,13 @@
> gsf_req='libgsf-1 >= 1.12'
> gsf_gio_req='libgsf-1 >= 1.14.9'
> wv_req='wv-1.0 >= 1.2.0'
> +xslt_req='libxslt'
> xp_pkgs="
> ${fribidi_req}
> ${glib_req}
> ${gsf_req}
> ${wv_req}
> + ${xslt_req}
> "
>
Did you just make libxslt a requirement?
> Modified: abiword/branches/gsoc2012math/src/af/util/xp/Makefile.am
> ===================================================================
> --- abiword/branches/gsoc2012math/src/af/util/xp/Makefile.am 2012-06-20 21:09:24 UTC (rev 31406)
> +++ abiword/branches/gsoc2012math/src/af/util/xp/Makefile.am 2012-06-21 10:42:48 UTC (rev 31407)
> @@ -49,6 +49,8 @@
> ut_locale.h \
> ut_math.cpp \
> ut_math.h \
> + ut_math_convert.cpp \
> + ut_math_convert.h \
> ut_mbtowc.cpp \
> ut_mbtowc.h \
> ut_misc.cpp \
>
> Added: abiword/branches/gsoc2012math/src/af/util/xp/ut_math_convert.cpp
> ===================================================================
> --- abiword/branches/gsoc2012math/src/af/util/xp/ut_math_convert.cpp (rev 0)
> +++ abiword/branches/gsoc2012math/src/af/util/xp/ut_math_convert.cpp 2012-06-21 10:42:48 UTC (rev 31407)
> @@ -0,0 +1,95 @@
> +// part of the code here taken from ie_exp_LaTeX.cpp in the latex plugin
> +
> +#include "ut_math_convert.h"
> +#include "ut_debugmsg.h"
> +#include "xap_App.h"
I believe this does not belong to UT but rather to IE as it is mean to
deal with data formats.
Hub
Received on Fri Jun 22 02:26:57 2012
This archive was generated by hypermail 2.1.8 : Fri Jun 22 2012 - 02:26:57 CEST