On Wed, 24 Jan 2007, Joost Verburg wrote:
Bo Peng wrote:
So you have your hidec.exe working? I think people are talking about
more command line options to pass rc options and language settings.
All command line parameters are passed to LyX itself, so things that are
added to LyX will work
Bo Peng wrote:
So you have your hidec.exe working? I think people are talking about
more command line options to pass rc options and language settings.
The official installer includes a lyx.exe that handles the environment
variables and everything else. A GUI with a debug log is provided in
c
On 1/25/07, Joost Verburg <[EMAIL PROTECTED]> wrote:
I already got rid of lyx.bat in the official installer a few months ago.
This is why we need a single official installer: doing duplicate work
is a waste of time.
So you have your hidec.exe working? I think people are talking about
more co
I already got rid of lyx.bat in the official installer a few months ago.
This is why we need a single official installer: doing duplicate work
is a waste of time.
Joost
On Wed, Jan 24, 2007 at 12:05:01AM +0100, Andre Poenitz wrote:
> On Mon, Jan 22, 2007 at 03:40:52AM +0100, Enrico Forestieri wrote:
> > On Mon, Jan 22, 2007 at 01:33:31AM +0100, Uwe Stöhr wrote:
> >
> > > Now I implemented in the installer that Aiksaurus is registered as
On Mon, Jan 22, 2007 at 03:40:52AM +0100, Enrico Forestieri wrote:
> On Mon, Jan 22, 2007 at 01:33:31AM +0100, Uwe Stöhr wrote:
>
> > Now I implemented in the installer that Aiksaurus is registered as
> > standalone program. The installer sets the needed environment
>
On Wed, Jan 24, 2007 at 02:01:37AM +0100, Uwe Stöhr wrote:
> I wrote:
>
> > > Do you mean that you directly set the variable in HKCU\Environment?
> >
> > Yes.
> >
> > > Instead, why don't you try setting the path to the Aiksaurus directory
&g
Michael Gerz schrieb:
What do you mean by "standalone" program? Aiksaurus is used as a library
and it should stay as such!
I haven't said that I changed this, it's the way it's registered, see my and Enrico's posts in this
thread.
Uwe
I wrote:
> Do you mean that you directly set the variable in HKCU\Environment?
Yes.
> Instead, why don't you try setting the path to the Aiksaurus directory
> through "HKCU\Software\Aiksaurus\Data Path" (according to the patch in
> development/Win32/patches)?
Uwe Stöhr schrieb:
Now I implemented in the installer that Aiksaurus is registered as
standalone program. The installer
sets the needed environment variable.
What do you mean by "standalone" program? Aiksaurus is used as a library
and it should stay as such!
Michael
Peter Kümmel wrote:
Abdelrazak Younes wrote:
Enrico Forestieri wrote:
On Mon, Jan 22, 2007 at 10:56:25AM +0100, Jean-Marc Lasgouttes wrote:
"Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
@echo off SET LANG=de_DE start "LyX" "lyx.exe" %*
Enrico> Are you aware that the console hidi
On Tue, Jan 23, 2007 at 08:48:02AM +1800, Bo Peng wrote:
> > Seems that it has
> > disappeared from the repository, though...
>
> Joost said that he was writing a *better* hidec.exe...
For some definition of "better", I think. I suppose this is
development/Win32/launcher/launcher.nsi, but I don'
> Do you mean that you directly set the variable in HKCU\Environment?
Yes.
> Instead, why don't you try setting the path to the Aiksaurus directory
> through "HKCU\Software\Aiksaurus\Data Path" (according to the patch in
> development/Win32/patches)?
I wasn't aw
On Mon, Jan 22, 2007 at 04:47:27PM +0100, Abdelrazak Younes wrote:
> What is the problem of embedding the icon into the lyx.exe executable
> directly?
You can also do that, of course, but the .lyx files should be associated
with the application deputed to open them. If this is a .bat file, you
h
Abdelrazak Younes wrote:
> Enrico Forestieri wrote:
>> On Mon, Jan 22, 2007 at 10:56:25AM +0100, Jean-Marc Lasgouttes wrote:
>>
"Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
> @echo off SET LANG=de_DE start "LyX" "lyx.exe" %*
>>> Enrico> Are you aware that the console hidin
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
>> Of course it does, it is just a matter of re-directing the
>> stdout/stderr thanks to pipes.
Bo> Then we should replace all system() calls with QProcess. This was
Bo> not an option when I was writing hidec.exe, but we are allowed to
Bo> use non
Even if lyx itself can be made cout-free, scripts such as
> lyx2lyx called by lyx may force a black command window when it is
> started from a lyx.exe without stdout and try to get one from the OS.
I'm not sure about that but I will try.
You need to compile lyx as a windows (rather than console
José Matos wrote:
On Monday 22 January 2007 5:43:26 pm Jean-Marc Lasgouttes wrote:
Yes, or rather -pref (since people do not know what this rc thing is).
Let us make --pref then. We should be consistent in the options naming, we
use one dash for one letter option and two dashes for word opt
On Monday 22 January 2007 5:43:26 pm Jean-Marc Lasgouttes wrote:
> Yes, or rather -pref (since people do not know what this rc thing is).
Let us make --pref then. We should be consistent in the options naming, we
use one dash for one letter option and two dashes for word options.
> JMarc
--
Bo Peng wrote:
> A black command window will be started with lyx. This is useful for
> debugging, but annoying for normal users.
The debug output could be redirected to an editor on Window (and
optionally on other platforms too).
I have investigated this approach. Lyx relies on stdout/cout in
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Jean-Marc Lasgouttes wrote:
>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
>>
Abdelrazak> We could perhaps implement this new feature:
>>
Abdelrazak> lyx -xxx yyy
>>
Abdelrazak> will override set
> A black command window will be started with lyx. This is useful for
> debugging, but annoying for normal users.
The debug output could be redirected to an editor on Window (and
optionally on other platforms too).
I have investigated this approach. Lyx relies on stdout/cout in many
places. Eve
Bo Peng wrote:
What is the problem of embedding the icon into the lyx.exe executable
directly?
You are not answering to this question here but to the previous one I guess.
A black command window will be started with lyx. This is useful for
debugging, but annoying for normal users.
The debu
Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> We could perhaps implement this new feature:
Abdelrazak> lyx -xxx yyy
Abdelrazak> will override setting xxx with value yyy, for example:
Abdelrazak> lyx -gui_language french
Yes, but may
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> We could perhaps implement this new feature:
Abdelrazak> lyx -xxx yyy
Abdelrazak> will override setting xxx with value yyy, for example:
Abdelrazak> lyx -gui_language french
Yes, but maybe with another syn
Jean-Marc Lasgouttes wrote:
"Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
@echo off SET LANG=de_DE start "LyX" "lyx.exe" %*
Enrico> Are you aware that the console hiding code is no more in
Enrico> place, such that using a lyx.bat doesn't hide the cmd window
Enrico> anymore?
And
What is the problem of embedding the icon into the lyx.exe executable
directly?
A black command window will be started with lyx. This is useful for
debugging, but annoying for normal users.
Bo
Enrico Forestieri wrote:
On Mon, Jan 22, 2007 at 10:56:25AM +0100, Jean-Marc Lasgouttes wrote:
"Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
@echo off SET LANG=de_DE start "LyX" "lyx.exe" %*
Enrico> Are you aware that the console hiding code is no more in
Enrico> place, such that
Seems that it has
disappeared from the repository, though...
Joost said that he was writing a *better* hidec.exe...
Bo
On Mon, Jan 22, 2007 at 10:56:25AM +0100, Jean-Marc Lasgouttes wrote:
> > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
>
> >> @echo off SET LANG=de_DE start "LyX" "lyx.exe" %*
>
> Enrico> Are you aware that the console hiding code is no more in
> Enrico> place, such that using a
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
>> @echo off SET LANG=de_DE start "LyX" "lyx.exe" %*
Enrico> Are you aware that the console hiding code is no more in
Enrico> place, such that using a lyx.bat doesn't hide the cmd window
Enrico> anymore?
And I guess this also means
On Mon, Jan 22, 2007 at 01:33:31AM +0100, Uwe Stöhr wrote:
> Now I implemented in the installer that Aiksaurus is registered as standalone
> program. The installer
> sets the needed environment variable.
> This has unfortunately the disadvantage that invoking the thesaurus, wh
environment
variable for Aiksaurus.
Now I implemented in the installer that Aiksaurus is registered as standalone
program. The installer
sets the needed environment variable.
This has unfortunately the disadvantage that invoking the thesaurus, when LyX
is started the first
time directly after the
Open Thesaurus dialog, click around and lyx will crash with error message:
ASSERT failure in QVector::at: "index out of range", file
../../include/QtCore/../../src/corelib/tools/qvector.h, line 213
Abort
This may be related to the instant thesaurus crash under windows. The
backtrace is:
#0 0x0
--- config/ChangeLog 12 Jan 2005 17:18:15 - 1.86.2.34
+++ config/ChangeLog 21 Jan 2005 13:45:33 -
@@ -1,3 +1,8 @@
+2005-01-21 Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
+
+ * configure.in:
+ * configure.ac: indicate in final info whether aiksaurus is used.
+
2005-01-12 Jean-Marc Lasg
I posted this before, but with inadequate debugging information, so I
thought I'd try again.
To recap, I'm trying to get aiksaurus to work with lyx-1.4.0-cvs on the
Mac. My aim is to place the aiksaurus files in the LyX.app bundle so
that LyX/Mac can be easily distributed with
The trouble I'm having is that if the LyX.app bundle is moved from
/Applications (which Mac users normally are used to being able to
do), accessing the thesaurus from within LyX causes a crash. Any
suggestions for how to get this to work?
Post a backtrace so that we can see where it is crashing.
(
Bennett Helm wrote:
> The trouble I'm having is that if the LyX.app bundle is moved from
> /Applications (which Mac users normally are used to being able to
> do), accessing the thesaurus from within LyX causes a crash. Any
> suggestions for how to get this to work?
Post a backtrace so that we can
I'm trying to get aiksaurus to work with lyx-1.4.0-cvs on the Mac. My
aim is to place the aiksaurus files in the LyX.app bundle so that
LyX/Mac can be easily distributed with aiksaurus support.
I've configured aiksaurus with
"--prefix=/Applications/LyX.app/Contents/Resources&
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Mon, Feb 23, 2004 at 06:34:37PM +0100, Jean-Marc Lasgouttes
John> wrote: Well, it would be nice if somebody would fix
John> /pub/lyx/incoming then :)
>> Can you tell me what's wrong with it?
John> That anonymous ftp cannot write int
Jean-Marc Lasgouttes wrote:
> John> BTW, I'm away from my house for 3 weeks so if
> John> you can't retrieve the RPMs from /incoming,
> John> you'll have to find someone else to remake them
> OK, I did it.
Which? Grabbed it from /pub/lyx/incoming or remade it? Ie, do you now
have access rights
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Jean-Marc Lasgouttes wrote:
John> BTW, I'm away from my house for 3 weeks so if you can't retrieve
John> the RPMs from /incoming, you'll have to find someone else to
John> remake them
>> OK, I did it.
Angus> Which? Grabbed it from
Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Mon, Feb 23, 2004 at 05:24:34PM +, John Levon wrote:
>> On Mon, Feb 23, 2004 at 12:45:55PM +0100, Jean-Marc Lasgouttes wrote:
>>
>> > >> I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload
On Mon, Feb 23, 2004 at 06:34:37PM +0100, Jean-Marc Lasgouttes wrote:
> John> Well, it would be nice if somebody would fix /pub/lyx/incoming
> John> then :)
>
> Can you tell me what's wrong with it?
That anonymous ftp cannot write into it.
BTW, I'm away from my house for 3 weeks so if you can'
On Mon, Feb 23, 2004 at 05:24:34PM +, John Levon wrote:
> On Mon, Feb 23, 2004 at 12:45:55PM +0100, Jean-Marc Lasgouttes wrote:
>
> > >> I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload
> > >> them into ftp.lyx.org:/pub/lyx/incoming.
&
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Mon, Feb 23, 2004 at 12:45:55PM +0100, Jean-Marc Lasgouttes
John> wrote:
>> >> I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload
>> >> them i
On Mon, Feb 23, 2004 at 12:45:55PM +0100, Jean-Marc Lasgouttes wrote:
> >> I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload
> >> them into ftp.lyx.org:/pub/lyx/incoming.
>
> John> ftp:lyx.org:/incoming
>
> Unfortunately I _cannot_ g
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Fri, Feb 20, 2004 at 05:50:38PM -0800, David Bellot wrote:
>> Hi,
>>
>> I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload
>> them into ftp.lyx.or
On Fri, Feb 20, 2004 at 05:50:38PM -0800, David Bellot wrote:
> Hi,
>
> I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload them into
> ftp.lyx.org:/pub/lyx/incoming.
>
> Where could I put the files ?
ftp:lyx.org:/incoming
john
--
"Spammers get STABBED by GOD." - Ron Echeverri
Hi,
I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload them into
ftp.lyx.org:/pub/lyx/incoming.
Where could I put the files ?
David
[EMAIL PROTECTED]
On Tue, Jul 22, 2003 at 05:28:26PM +0100, Angus Leeming wrote:
> > The "Impl" means something here. I'm not grubbing in aiksaurus
> > internals just to speed up the build slightly ...
>
> Fair enough. I was merelyx pointing out how you _could_ forward
> dec
John Levon wrote:
> On Tue, Jul 22, 2003 at 05:15:32PM +0100, Angus Leeming wrote:
>
>> typedef AiksaurusImpl::Aiksaurus Aiksaurus;
>>
>> You could do as I did in xforms/forms_fwd.h
>
> The "Impl" means something here. I'm not grubbing in aik
ually.
John> I appled it.
Could you apply it to 1.3.x too?
>> BTW, why do you #include Aiksaurus.h in Thesaurus.h? Wouldn't a
>> class Aiksaurus; statement suffice?
John> No (try it ;)
OK, I believe you ;)
JMarc
On Tue, Jul 22, 2003 at 05:15:32PM +0100, Angus Leeming wrote:
> typedef AiksaurusImpl::Aiksaurus Aiksaurus;
>
> You could do as I did in xforms/forms_fwd.h
The "Impl" means something here. I'm not grubbing in aiksaurus internals
just to speed up the build slightly ...
regards
john
Aiksaurus.h in Thesaurus.h? Wouldn't a
>> class Aiksaurus;
>> statement suffice?
>
> No (try it ;)
That's because it's a typedef:
typedef AiksaurusImpl::Aiksaurus Aiksaurus;
You could do as I did in xforms/forms_fwd.h
class forms_;
typedef forms_ FL_FORM;
On Tue, Jul 22, 2003 at 10:34:16AM +0200, Jean-Marc Lasgouttes wrote:
> John, do you still plan to apply that (without the #incldue
> , of course). It should be pretty safe, actually.
I appled it.
> BTW, why do you #include Aiksaurus.h in Thesaurus.h? Wouldn't a
>
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote:
>> LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location
>> of
John> Here's a patch that shoould
no.
>> Also, did you test it somewhat?
John> I tested it with the new aiksaurus ...
Before applying to 1.3.x, I'd like someone with the old aiksaurus to
try it... I do not have it myself.
JMarc
On Fri, Jul 11, 2003 at 10:04:47AM +0200, Jean-Marc Lasgouttes wrote:
> It seems OK for 1.3.x except for this part:
>
> +#include
> Did you really need it??
Ah, no.
> Also, did you test it somewhat?
I tested it with the new aiksaurus ...
regards
john
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote:
>> LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location
>> of
John> Here's a patch that shoould
On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote:
> LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location of
Here's a patch that shoould be OK for 1.3.x JMarc. I'd also like to use
this for 1.4, but Lars wants to insist on 1.0. Other's o
John Levon <[EMAIL PROTECTED]> writes:
| On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote:
|
| > diff -r1.5 Thesaurus.h
| > 18c18
| > < #include "Aiksaurus.h"
| > ---
| > > #include "Aiksaurus/Aiksaurus.h"
| >
|
| I
John Levon <[EMAIL PROTECTED]> writes:
| On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote:
|
| > LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location of
| > Aiksaurus.h has changed since the previous version.
|
| This is wrong, we should look fo
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote:
>> diff -r1.5 Thesaurus.h 18c18 < #include "Aiksaurus.h" --- >
>> #include "Aiksaurus/Aiksaurus.h"
On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote:
> diff -r1.5 Thesaurus.h
> 18c18
> < #include "Aiksaurus.h"
> ---
> > #include "Aiksaurus/Aiksaurus.h"
>
I'm rather inclined to just do this. It breaks pre-0.15 aiksaurus's, b
On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote:
> LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location of
> Aiksaurus.h has changed since the previous version.
This is wrong, we should look for Aiksaurus.h and add an -I option if
needed, in the conf
John Levon wrote:
On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote:
LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location of
Aiksaurus.h has changed since the previous version.
!! When was that released ? Is there a webpage again ?
john
Yes. The
On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote:
> LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location of
> Aiksaurus.h has changed since the previous version.
!! When was that released ? Is there a webpage again ?
john
Michael Schmitt <[EMAIL PROTECTED]> writes:
| Hello,
|
| LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location of
| Aiksaurus.h has changed since the previous version.
|
| Please apply the following patch
What about the previous version then?
--
Lgb
Hello,
LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location of
Aiksaurus.h has changed since the previous version.
Please apply the following patch
Thanks, Michael
***
Index: src/Thesau
On Fri, Dec 20, 2002 at 03:59:23PM +0100, Jean-Marc Lasgouttes wrote:
> http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma/BaKoMa-CM.Fonts
Humm, seems I didn't look very far. Thanks
regards
john
--
"ALL television is children's television."
- Richard Adler
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> that's the project they're from :
John> [moz@lambent .fonts.bak]$ ls
John> ftp.tex.ac.uk/tex-archive/fonts/cm/ps-type1/bakoma/ttf/
So the following file is relevant and should be bundled with the
fonts, isn't it?
http://www.ctan.org/t
On Fri, Dec 20, 2002 at 03:47:44PM +0100, Jean-Marc Lasgouttes wrote:
> John> http://www.ctan.org/tex-archive/nonfree/systems/win32/bakoma/fonts/fonts.html
>
> John> Anyway, it would still be nice if we could find a ttf wasy font
>
> This is not where you got the fonts, is it?
that's the projec
> "John" == John Levon <[EMAIL PROTECTED]> writes:
>> And a README explaining what are those files and who produced them
>> would be basic courtesy, I think.
John> Erk, indeed.
John> http://www.ctan.org/tex-archive/nonfree/systems/win32/bakoma/fonts/fonts.html
John> Anyway, it would still be
On Fri, Dec 20, 2002 at 03:13:54PM +0100, Jean-Marc Lasgouttes wrote:
> Yes, but it could be "you are free to distribute it, provided that you
> keep this photograph of my dog with it". Or whatever.
Well, yes, but I cannot find any info
> And a README explaining what are those files and who prod
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Fri, Dec 20, 2002 at 03:00:52PM +0100, Jean-Marc Lasgouttes
John> wrote: I'm uploading to ftp.lyx.org/incoming RH8.0 RPMs and the
John> original tgz's for Aiksaurus and the ttf font
On Fri, Dec 20, 2002 at 03:00:52PM +0100, Jean-Marc Lasgouttes wrote:
> John> I'm uploading to ftp.lyx.org/incoming RH8.0 RPMs and the
> John> original tgz's for Aiksaurus and the ttf fonts needed for
> John> getting math symbols. I haven't found a wasy ttf
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> I'm uploading to ftp.lyx.org/incoming RH8.0 RPMs and the
John> original tgz's for Aiksaurus and the ttf fonts needed for
John> getting math symbols. I haven't found a wasy ttf
I'm uploading to ftp.lyx.org/incoming RH8.0 RPMs and the original tgz's
for Aiksaurus and the ttf fonts needed for getting math symbols. I
haven't found a wasy ttf font alas.
I've just used the necessary 10-pitch ttf fonts now. To clarify, these
fonts are only for math
>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> John Levon <[EMAIL PROTECTED]> writes: | Below patch moves
Lars> Aiksaurus check to under extra lib/inc check so it | picks them
Lars> up properly.
>>
Lars> | Assuming my
John Levon <[EMAIL PROTECTED]> writes:
| Below patch moves Aiksaurus check to under extra lib/inc check so it
| picks them up properly.
>
| Assuming my test build completes, ok to apply to 1.2 branch ?
Yes.
--
Lgb
Below patch moves Aiksaurus check to under extra lib/inc check so it
picks them up properly.
Assuming my test build completes, ok to apply to 1.2 branch ?
john
Index: configure.in
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel
On Mon, Sep 03, 2001 at 10:49:17AM +0100, Angus Leeming wrote:
> cxx ... -lXpm /usr/local/lib/libAikSaurus.so -lbz2 -lbz2 -lbz2 -lSM ...
>
> Two questions:
> 1. Why is AikSaurus expanded (Xpm is found in /usr/local/lib and isn't).
probably because AikSaurus installs a libt
The final linking step seems a little strange:
/bin/ksh ../libtool --mode=link ... -lXpm -lAikSaurus -lbz2 -lSM ...
translates to:
cxx ... -lXpm /usr/local/lib/libAikSaurus.so -lbz2 -lbz2 -lbz2 -lSM ...
Two questions:
1. Why is AikSaurus expanded (Xpm is found in /usr/local/lib and isn'
I just checked my Roget's Thesaurus for `error':
deviation
misjudgement
ignorance
deception
inexperience
defect
imperfection
Aiksaurus listed ALGOL, COBOL, and FORTRAN but not C or C++ :)
It also listed `bug' as part of a long list, most of which were
relevant.
Garst
'll look later.
This might be a simple issue of the Gutenberg data. Hopefully one day it will
be expanded to wordnet or even dict (?)
> > > [schmitt@ungud ~/AikSaurus-0.09]$ ./CommandLineDemo when
> >
> > That's not that bad. What list would _you_ produce in this case?
an error. Looks like somebody came to some conclusion ;-)
And the same holds for ALGOL, of course :-) Nevertheless, I wonder whether
any user will ever say
"Hurray! ALGOL - that is exactly the word I was looking for!"
> > [schmitt@ungud ~/AikSaurus-0.09]$ ./CommandLineDemo when
>
like somebody came to some conclusion ;-)
> Another example:
>
> [schmitt@ungud ~/AikSaurus-0.09]$ ./CommandLineDemo when
> ---D-- again
> O- albeit
> O- although
> ---D-- anon
> N--DO- but
> N-JD-- even
> ---DO- however
> O- nevertheless
> O- n
Hi,
after installing AikSaurus 0.09 on my Linux machine, I played a little bit
with it. Are you really sure that it improves LyX???
If I search for "error", among others, I get the following words:
N- ALGOL
N- Arianism
N- byte
N- enormity
...
Doesn't look very r
Hi,
I finally managed to install Aiksaurus (0.08c) but LyX does not recognize
it. What shall I do to make it work?
Michael
--
==
Michael Schmittphone: +49 451 500 3725
Institute for Telematics
needed for it at all? A
> singleton class with a static method would do the same work nicely.
yes, I should use a singleton like that (what would be disadvantage of doing
so ???)
Hopefully one day Aiksaurus will support WordNet, then there will be pretty big changes
to include the description
gt;
+
+ * COPYING: use standard spiel for xforms
+
2001-07-30 John Levon <[EMAIL PROTECTED]>
* configure.in: add --without-aiksaurus, always
Index: configure.in
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/c
92 matches
Mail list logo