New job: Systems engineer

2009-03-10 Thread Christian Ridderström
Hi, On a personal note I'd just like to explain that I've been very busy lately with getting a new job. Now I've finally gotten the paper work settled and in April I'll start as a systems engineer at the Swedish Space Corporation :-) So to celebrate I'll be off on a trip to Brasil, which of

Re: The LyX Server is moving - ASAP

2009-03-10 Thread Christian Ridderström
On Mon, 9 Mar 2009, Lars Gullik Bjønnes wrote: ftp.devel.lyx.org as backup for ftp.lyx.org: I think we have to use sf.net for that as well. | How about old source and binary distributions? If someone has enough | free time, he can move all historical source and binary releases to | sf.net. No

Is gmane working (try II)

2009-03-10 Thread Christian Ridderström
sorry for the noise, but I have a sneaky suspicion... /C -- Christian Ridderström Mobile: +46-70 687 39 44

Is gmane still working?

2009-03-10 Thread Christian Ridderström
/C -- Christian Ridderström Mobile: +46-70 687 39 44

Re: The LyX Server is moving - ASAP

2009-03-10 Thread Christian Ridderström
On Tue, 10 Mar 2009, Pavel Sanda wrote: Bo Peng wrote: they will likely stay at ftp.lyx.org. it would be good if we are able to manage old links for packages working - they are used in many 3rd party webs etc... Which is a good reason for keeping 'ftp.lyx.org'. /Christian -- Christian Ri

Re: eLyXer: LyX to HTML converter

2009-03-10 Thread Alex Fernandez
rström, I have set up a wiki page about eLyXer: http://wiki.lyx.org/Tools/ELyXer It contains the first public distribution (aka version 0.1). Direct download link: http://wiki.lyx.org/uploads/Tools/eLyXer/elyxer-20090310.tar.gz so you can try it out. The distribution contains user and developer

Re: Compiling Problems on MS Vista/MinGW

2009-03-10 Thread Enrico Forestieri
On Tue, Mar 10, 2009 at 07:26:19PM +0100, Florian Rubach wrote: > > > >> I think that this is due to a mismatch in the calling convention (cdecl > >> vs stdcall) between the Qt libraries you are using and your compiled > >> LyX sources. See http://wyw.dcweb.cn/stdcall.htm > >> > > > > Hmm... m

Re: Compiling Problems on MS Vista/MinGW

2009-03-10 Thread Florian Rubach
> >> I think that this is due to a mismatch in the calling convention (cdecl >> vs stdcall) between the Qt libraries you are using and your compiled >> LyX sources. See http://wyw.dcweb.cn/stdcall.htm >> > > Hmm... maybe not, as I don't see -lole32 in your link line and it is there > that that

Re: Compiling Problems on MS Vista/MinGW

2009-03-10 Thread Enrico Forestieri
On Tue, Mar 10, 2009 at 06:08:36PM +0100, Enrico Forestieri wrote: > On Tue, Mar 10, 2009 at 10:26:04AM +0100, Florian Rubach wrote: > [...] > > g++ -o release\lyx.exe release\src\main.o release\libs\lyx.o -Lrelease\libs > > -LD: > > \Develop\LyxDevel\mingw_deps\lib -LD:\Develop\Qt\4.4.3\lib > >

Re: Compiling Problems on MS Vista/MinGW

2009-03-10 Thread Enrico Forestieri
On Tue, Mar 10, 2009 at 10:26:04AM +0100, Florian Rubach wrote: > Dear LyX Developers, > I want to compile LyX from source, maybe in preparation for playing > around a bit with the code. I therefore installed svn on my Vista > machine, followed the instructions on the "How to use SVN"-page and >

Re: Compiling Problems on MS Vista/MinGW

2009-03-10 Thread Uwe Stöhr
> I want to compile LyX from source, maybe in preparation for playing around a bit with the code. I > therefore installed svn on my Vista machine, followed the instructions on the "How to use > SVN"-page and downloaded trunk, tag 1.6.2 and tag 1.6.1 (all in different folders). I am unable to >

LyX 1.6.1 trouble/bug: latex crashes on non-ascii content in program listings

2009-03-10 Thread Helge Hafting
I included a php file. It had some non-ascii content. Not only comments, it contained a webpage in Norwegian, so this can not be removed. Of course there is a workaround - paste it into "Lyx-Code" instead. :-/ Is it possible to have LyX treat non-ascii in a listing the same way as the non-ascii

Re: The LyX Server is moving - ASAP

2009-03-10 Thread Lars Gullik Bjønnes
On Tue, Mar 10, 2009 at 11:35 AM, Pavel Sanda wrote: > Lars Gullik Bj??nnes wrote: > > Web/svn: > > There might be some interuption in the cvs-log flow. > > is it possible to run post-commit hook or at least some script from > cron on sf or do we need to find some server which will periodically s

Re: The LyX Server is moving - ASAP

2009-03-10 Thread Pavel Sanda
Bo Peng wrote: > they will likely stay at ftp.lyx.org. it would be good if we are able to manage old links for packages working - they are used in many 3rd party webs etc... pavel

Re: The LyX Server is moving - ASAP

2009-03-10 Thread Pavel Sanda
Lars Gullik Bj??nnes wrote: > Web/svn: > There might be some interuption in the cvs-log flow. is it possible to run post-commit hook or at least some script from cron on sf or do we need to find some server which will periodically scan svn and mail commits? > Web/wiki/bug-tracker: > I am in conta

Compiling Problems on MS Vista/MinGW

2009-03-10 Thread Florian Rubach
Dear LyX Developers, I want to compile LyX from source, maybe in preparation for playing around a bit with the code. I therefore installed svn on my Vista machine, followed the instructions on the "How to use SVN"-page and downloaded trunk, tag 1.6.2 and tag 1.6.1 (all in different folders). I

Re: Adding a small shell script to /usr/bin

2009-03-10 Thread Jean-Marc Lasgouttes
Kornel Benko writes: > Maybe it was me, setting > "--datarootdir= --bindir=/bin" > in configure command line. (posix env) That would be a good reason, indeed. JMarc

Re: LyX.org mail

2009-03-10 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: All mail to lyx.org (not lists.lyx.org) is not handled by google. Let's see how this works out... At least I am receiving my mails so it seems to work just fine. Good job Lars. Abdel.

Re: Qt getting nuts

2009-03-10 Thread Abdelrazak Younes
Vincent van Ravesteijn wrote: rgheck schreef: bool QFileInfo::operator!= ( const QFileInfo & /fileinfo/ ) Returns true if this QFileInfo object refers to a _*different file*_ than the one specified by /fileinfo/; otherwise returns false. bool QFileInfo::operator== ( const QF

Re: Adding a small shell script to /usr/bin

2009-03-10 Thread Kornel Benko
Am 2009-03-09 schrieb Jean-Marc Lasgouttes: > > Hmm, that is not complete .. > > there is also > >   $prefix/share/locale > > Indeed. > > >   $prefix/lyx (I do not see here $prefix/share/lyx) > > I do not know what you mean. Where are you looking? Maybe it was me, setting "--da