[SCIM] Can you help me test the latest SCIM CVS code?
Shixin Zeng
shixinzeng at sjtu.edu.cn
Mon Apr 12 08:12:55 PDT 2004
Hi,
I just checked out the codes from cvs. It compiled successfully, but
failed while installing. It complain to me that: while installing po
files, can't find mkinstalldirs(I can't recall the exact error message).
I then modified
Makefile, change the line"mkinstalldirs = $(SHELL) `case
"$(MKINSTALLDIRS)" in /*) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; *)
echo "$(MKINSTALLDIRS)" ;; esac`"
to
"mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo
"$(MKINSTALLDIRS)" ;; *) echo "$(MKINSTALLDIRS)" ;; esac`". And this
solved the problem.
By far, I haven't found other bugs.
Sincerely.
Shixin Zeng
James Su wrote:
>Hi,
>I plan to release scim 0.9.4 within this week. Can you make some test
>and give me feedback if you meet any issue?
>
>
>
>Thanks
>
>James Su
>
>ps. How to checkout the lastest CVS version:
>
>export CVS_RSH="ssh"
>
>cvs -z3 -d:ext:anoncvs at savannah.nongnu.org:/cvsroot/scim co scim-lib
>
>
>
>
>_______________________________________________
>scim mailing list
>scim at freedesktop.org
>http://freedesktop.org/mailman/listinfo/scim
>
>
>
More information about the scim
mailing list