-
> VERSION is added at compile time in Makefile.
>
> See line 28 in libbedic/Makefile:
> CXXFLAGS=$(COMMON_CXXFLAGS) $(ARCH_CXXFLAGS) $(INCLUDES)
> -DVERSION=\"$(DOT_RELEASE)\"
>
> If you use your own makefile, you need to add -DVERSION="".
Close as invalid.
2008-09-19 08:10:11 UTC by xjqian
-
This is in CVS head as well as in libbedic 1.1
the commit log says "added BEDIC_VERSION property fixed memleak updated doc". However there's no change to bedic.h about VERSION.
This causes libbedic comilation to fail because VERSION is not defined but used in dynamic_dictionary.cpp, mkbedic.cpp and xerox.cpp.
2008-09-18 05:04:00 UTC by xjqian
-
rafm committed patchset 29 of module libbedic to the bedic CVS repository, changing 4 files.
2008-08-28 16:20:43 UTC by rafm
-
rafm committed patchset 28 of module libbedic to the bedic CVS repository, changing 6 files.
2008-08-28 16:16:21 UTC by rafm
-
Thanks for this nice dictionary viewer!
But I have problems using the Wikipedia dictionary:
The internal links are not working (there is just a n* text. The external links however, are.
zbedic version: 1.2-2
Wiki version: en-wikipedia_0.9.5_20050209.dic.dz
Thanks!
Matthias.
2007-09-08 10:08:25 UTC by nobody
-
rafm committed patchset 49 of module zbedic to the bedic CVS repository, changing 7 files.
2007-08-12 18:37:41 UTC by rafm
-
rafm committed patchset 48 of module zbedic to the bedic CVS repository, changing 5 files.
2007-08-10 17:18:56 UTC by rafm
-
When I go to Settings/Dictionaries tab and tap on Properties, the create dictionary dialogue appears.
This is on zbedic 1.2.
2007-06-29 01:04:24 UTC by hill28
-
Sorry, this is my mistake.
I am formatting a dictionary that has Greek letters so that you can understand how to pronounce them, many languages use Greek letters for mathematics so it's quite common.
The entries were a single letter and unless char-precedence is set, bedic is case invariant. That's why mkbedic reported duplicates.
So, I added a char-precedence line for the Greek...
2007-06-28 04:24:36 UTC by hill28
-
In CollationComparator::compare(), canonized words are used for the comparison.
This cannot tell the difference between Greek upper and lower case letters.
2007-06-25 00:43:23 UTC by hill28