On Fri, 17 Dec 1999, Seak, Teng-Fong wrote:
> [EMAIL PROTECTED] wrote:
>
> > I would like to report that Korean as well as Japanese support for the
> > lyx-1.1.3 is now possible. The binary package in the rpm format and the
> > source package in the compressed atr format are available at
>
On Thu, Dec 16, 1999 at 05:58:00PM -0800, ChangGil Han wrote:
> You have to add the following line,
> "#undef HAVE_XOPENIM"
> somewhere in "acconfig.h". I forgot to
> include this in the patch, sorry.
Thank you ChangGil, I can compile. I'll send you a report later.
Anyway can I place a link
You have to add the following line,
"#undef HAVE_XOPENIM"
somewhere in "acconfig.h". I forgot to
include this in the patch, sorry.
Andre' Poenitz wrote:
> Concerning the multi-byte encoding: We should have a discussion
> whether
> it is sensible to use Unicode internally. The world is changing and
> last
> years' arguments won't fit anymore.
May I know what this "last year's argument" is? I joined this list
for less t
> Asger> Now, if only I had time...
>
> OK. I grant you one week. Is that enough? %-]
Hey! That's an insult, and it's not even Friday yet!
You know I only need five and half minutes %-]
But then, even that is hard to find these days. So many other
things come first. For instance, I'll g
Shigeru Miyata wrote:
> "Seak, Teng-Fong" <[EMAIL PROTECTED]> wrote:
>
> > Chinese (as well as Japanese and Korean) can also be written from right to
> > left, even though this isn't very common nowadays. Actually, in tradition,
> > Chinese is written from top to the bottom, then from right
Exporting a LyX document containing a table in the LaTeX format
and importing the LaTeX file centers the text below the table.
The reason for this bug seems to be the improper understanding of the
scope of the centering command (that's how LyX centers a table) during
LaTeX file import: if the ex
On Thu, Dec 16, 1999 at 09:48:32AM +0100, Jean-Marc Lasgouttes wrote:
>
> Check your versions of autoconf and automake. These should be 2.13 for
> autoconf and 1.4 for automake (use --version to get the version).
>
> JMarc
Thank you Jean-Marc. I updated autoconf and automake, but I can't
compil
And another two responses from Lars missed...
Concerning 'lastfile.[Ch]'. I see no obvious reason to have an arbitrary
upper limit on the number of lastfiles. If anybody wants to have 50
files - let him have it. The menu is not in sync with the
implementation of LastFiles anyway...
If you drop
Or maybe the 14 who left this year were the ones who could
actually help?
Well, they may not have left---see the stats for the devel digest
list.
Mate
--- Start of forwarded message ---
Date: Thu, 16 Dec 1999 15:31:31 +0100
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Feedback from www.lyx.org
FROM: [EMAIL PROTECTED]
Triller Peter ([EMAIL PROTECTED]) entered the
following feedback message on the LyX home page:
--
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| I already answered him to add a #include "support/LOstream.h" at the
| beginning of debug.h. I think he is using STL string, and ostreams
| are defined in lyxstring.h, so I did not see that I missed the header
| in my last debug patch.
I think i
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| And also the web page says: ``At least 264455 hits on this page.''.
|
| However, I'm not sure the counter began at 0...
It did, but it some time ago... the number is actually on the low
side...
Lgb
Michael Schmitt <[EMAIL PROTECTED]> writes:
| "figinset.C", line 257: Error: The function "kill" must have a
| prototype.
In my docs "kill" is not an ANSI C function and should not really be
in namespace std, but it seems that CC has put it there.
Add a
using std::kill;
and file a bug report to
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> CC -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../
Lars> -I/opt/local/include -I/usr/openwin/include +p +w2 -compat=5 -g
Lars> -c formula.C -o formula.o "../../src/debug.h", line 65: Error:
Lars> ostream is not defin
CC -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I/opt/local/include
-I/usr/openwin/include +p +w2 -compat=5 -g -c formula.C -o formula.o
"../../src/debug.h", line 65: Error: ostream is not defined.
"../../src/debug.h", line 68: Error: ostream is not defined.
Try to add
us
Angus Leeming <[EMAIL PROTECTED]> writes:
| I'm compiling lyx-1.1.4pre1 using egcs-1.1.2 on Alpha with DU3.2. (OK, so I'm
| lazy and haven't upgraded to a more recent version of Tru64 Unix)
|
| Omitting the CXXFLAG -Wno-return-type leads to huge numbers of
| warning messages:
| /usr/include/X11
Jean-Marc Lasgouttes wrote:
> Michael> Hello, today I tried to compile Lyx 1.1.3 with Sun's CC (C++
> Michael> Workshop compiler version 5.0) on Solaris 2.7. This compiler
> Michael> is said to comply to the ANSI C++ standard.
>
> Yes, we'd like to get LyX to compile there, but I do not have acc
I have automake-1.4 from gtp.gnu.org and autoconf-1.13 from the same site.
Got them yesterday. Maybe they arent working properly under Cygwin but I'd be
very surprised.
Roland
On 16-Dec-99 Allan Rae wrote:
>
>>From your log of autogen.sh output it appears you need to upgrade to
> automake-1.4
> "Mate" == Mate Wierdl <[EMAIL PROTECTED]> writes:
Mate> In case you are interested: Devel: = -rw-rw-r-- 1 lyx lyx
Mate> 3296 Oct 31 1998 devel.old.subs
Mate> wc -l devel.old.subs 134 devel.old.subs
Mate> ezmlm-list ~/DEVEL/|wc -l 120
Interesting indeed. If we are 120 developpers, it
In case you are interested:
Devel:
=
-rw-rw-r-- 1 lyx lyx 3296 Oct 31 1998 devel.old.subs
wc -l devel.old.subs
134 devel.old.subs
ezmlm-list ~/DEVEL/|wc -l
120
ezmlm-list ~/DEVEL/digest/|wc -l
20
Users:
=
-rw-r--r-- 1 lyx lyx 8415 Mar 17
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:
Michael> Hello, today I tried to compile Lyx 1.1.3 with Sun's CC (C++
Michael> Workshop compiler version 5.0) on Solaris 2.7. This compiler
Michael> is said to comply to the ANSI C++ standard.
Yes, we'd like to get LyX to compile th
Hello,
today I tried to compile Lyx 1.1.3 with Sun's CC (C++ Workshop compiler
version 5.0) on Solaris 2.7. This compiler is said to comply to the ANSI
C++ standard. Unfortunately, I haven't been successful because of
several problems in the code. Could anybody please take a look at the
messages
I'm compiling lyx-1.1.4pre1 using egcs-1.1.2 on Alpha with DU3.2. (OK, so I'm
lazy and haven't upgraded to a more recent version of Tru64 Unix)
Omitting the CXXFLAG -Wno-return-type leads to huge numbers of warning messages:
/usr/include/X11/Xlib.h:2481: warning: return-type of `XDrawImageString'
> "Kohtaro" == Kohtaro Hitomi <[EMAIL PROTECTED]> writes:
Kohtaro> On Sat, Dec 15, 2007 at 04:44:54PM +0900,
Kohtaro> [EMAIL PROTECTED] wrote:
>> I would like to report that Korean as well as Japanese support for
>> the lyx-1.1.3 is now possible. The binary package in the rpm format
>> and t
On Sat, Dec 15, 2007 at 04:44:54PM +0900, [EMAIL PROTECTED] wrote:
>
> I would like to report that Korean as well as Japanese support for the
> lyx-1.1.3 is now possible. The binary package in the rpm format and the
> source package in the compressed atr format are available at
> ftp://stone.ph
26 matches
Mail list logo