Re: README.Win32, scons and MSVC

2006-06-11 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: You should install the complete package, except sources: http://prdownloads.sourceforge.net/gnuwin32/gettext-0.14.4.exe?download This package also contains libintl but I don't recommend using it. Indeed locale support will only work with included ge

Re: README.Win32, scons and MSVC

2006-06-11 Thread Abdelrazak Younes
Abdelrazak Younes wrote: I recommend the complete setup package: By the way, I used to install the gnuwin32 packages inside the mingw hierarchy. Now, these utils and libraries are also used by scons/msvc. I have installed them to d:/program/GnuWin32 and I pass "extra_inc_path=d:/program/GnuW

Re: README.Win32, scons and MSVC

2006-06-11 Thread Peter Kümmel
Abdelrazak Younes wrote: > You should install the complete package, except sources: > > http://prdownloads.sourceforge.net/gnuwin32/gettext-0.14.4.exe?download > > This package also contains libintl but I don't recommend using it. > Indeed locale support will only work with included gettext so I

Re: README.Win32, scons and MSVC

2006-06-11 Thread Abdelrazak Younes
Bo Peng wrote: > Abdel, we need instructions on how to get iconv, aspell, gettext, > aik..., etc, possibly without mingw itself. Time, oh time... Hi, Abdel, Which of the following win32 binaries are you using? I am adding a extra_bin_path so that msgfmt can be used without setting path. I al

Re: README.Win32, scons and MSVC

2006-06-09 Thread Bo Peng
> Abdel, we need instructions on how to get iconv, aspell, gettext, > aik..., etc, possibly without mingw itself. Time, oh time... Hi, Abdel, Which of the following win32 binaries are you using? I am adding a extra_bin_path so that msgfmt can be used without setting path. I also feel that we

Re: README.Win32, scons and MSVC

2006-06-09 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> Abdelrazak Younes wrote: > >>> LINK : fatal error LNK1104: cannot open file >>> 'libboost_signals-vc80-mt-s-1_33_1. >>> lib' >>> scons: *** [msvc\qt4\lyx.exe] Error 1104 >>> scons: building terminated because of errors. >>> >>> >> Have you used the

Re: README.Win32, scons and MSVC

2006-06-09 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: LINK : fatal error LNK1104: cannot open file 'libboost_signals-vc80-mt-s-1_33_1. lib' scons: *** [msvc\qt4\lyx.exe] Error 1104 scons: building terminated because of errors. Have you used the boost=included option? Peter Yes scons use_vc=yes bu

Re: README.Win32, scons and MSVC

2006-06-09 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> Joost Verburg wrote: >>> Abdelrazak Younes wrote: > Now it all compiles quickly and without errors, but lyx.exe still > crashes immediately. Even with "-dbg any" no output is shown. Is it trunk or my branch? >>> It's the trunk. >>>

Re: README.Win32, scons and MSVC

2006-06-09 Thread Peter Kümmel
Abdelrazak Younes wrote: > Abdelrazak Younes wrote: >> Joost Verburg wrote: >>> Abdelrazak Younes wrote: Try to launch "lyx.exe -dbg any" to see how far it goes. Peter did you try the debug mode compilation? It would help resolving this crash. >>> >>> Now it all compiles quickly and witho

Re: README.Win32, scons and MSVC

2006-06-09 Thread Abdelrazak Younes
Peter Kümmel wrote: Joost Verburg wrote: Abdelrazak Younes wrote: Now it all compiles quickly and without errors, but lyx.exe still crashes immediately. Even with "-dbg any" no output is shown. Is it trunk or my branch? It's the trunk. Could you please try again whether you can get it to wo

Re: README.Win32, scons and MSVC

2006-06-09 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Joost Verburg wrote: Abdelrazak Younes wrote: Try to launch "lyx.exe -dbg any" to see how far it goes. Peter did you try the debug mode compilation? It would help resolving this crash. Now it all compiles quickly and without errors, but lyx.exe still crashes immediat

Re: README.Win32, scons and MSVC

2006-06-09 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Bo Peng wrote: > >> Regarding "Prerequisites": IIRC, you need some python win32 extensions > >> on the Windows platform. But I don't remember the details... > > Do we? They are used for registry checking etc, and I do not remember > > who is using th

Re: README.Win32, scons and MSVC

2006-06-09 Thread Peter Kümmel
Joost Verburg wrote: > Abdelrazak Younes wrote: >>> Now it all compiles quickly and without errors, but lyx.exe still >>> crashes immediately. Even with "-dbg any" no output is shown. >> >> Is it trunk or my branch? > > It's the trunk. > >>> Could you please try again whether you can get it to wo

Re: README.Win32, scons and MSVC

2006-06-09 Thread Abdelrazak Younes
Bo Peng wrote: Regarding "Prerequisites": IIRC, you need some python win32 extensions on the Windows platform. But I don't remember the details... Do we? They are used for registry checking etc, and I do not remember who is using them. I think I had to install them also but I don't remember i

Re: README.Win32, scons and MSVC

2006-06-09 Thread Abdelrazak Younes
Bo Peng wrote: Compiling, but without iconv, aspell etc. lyx crashes as well here. LyX/MSVC? Trunk or my branch? I guess this is related to the recent qt4 and lyx_gui.C changes? Is the mingw side working? LyX/Mingw work fine with my branch except for the "Ctrl-C" problem at the command

Re: README.Win32, scons and MSVC

2006-06-09 Thread Joost Verburg
Abdelrazak Younes wrote: Now it all compiles quickly and without errors, but lyx.exe still crashes immediately. Even with "-dbg any" no output is shown. Is it trunk or my branch? It's the trunk. Could you please try again whether you can get it to work with both Qt4 and LyX compiled with MS

Re: README.Win32, scons and MSVC

2006-06-09 Thread Abdelrazak Younes
Bo Peng wrote: please try again whether you can get it to work with both Qt4 and LyX compiled with MSVC 2005? Compiling, but without iconv, aspell etc. Abdel, we need instructions on how to get iconv, aspell, gettext, aik..., etc, possibly without mingw itself. Time, oh time... Abdel.

Re: README.Win32, scons and MSVC

2006-06-09 Thread Abdelrazak Younes
Joost Verburg wrote: Abdelrazak Younes wrote: Try to launch "lyx.exe -dbg any" to see how far it goes. Peter did you try the debug mode compilation? It would help resolving this crash. Now it all compiles quickly and without errors, but lyx.exe still crashes immediately. Even with "-dbg any"

Re: README.Win32, scons and MSVC

2006-06-08 Thread Bo Peng
Compiling, but without iconv, aspell etc. lyx crashes as well here. I guess this is related to the recent qt4 and lyx_gui.C changes? Is the mingw side working? Bo

Re: README.Win32, scons and MSVC

2006-06-08 Thread Bo Peng
please try again whether you can get it to work with both Qt4 and LyX compiled with MSVC 2005? Compiling, but without iconv, aspell etc. Abdel, we need instructions on how to get iconv, aspell, gettext, aik..., etc, possibly without mingw itself. Bo

Re: README.Win32, scons and MSVC

2006-06-08 Thread Joost Verburg
Abdelrazak Younes wrote: Try to launch "lyx.exe -dbg any" to see how far it goes. Peter did you try the debug mode compilation? It would help resolving this crash. Now it all compiles quickly and without errors, but lyx.exe still crashes immediately. Even with "-dbg any" no output is shown. Co

Re: README.Win32, scons and MSVC

2006-06-08 Thread Bo Peng
Regarding "Prerequisites": IIRC, you need some python win32 extensions on the Windows platform. But I don't remember the details... Do we? They are used for registry checking etc, and I do not remember who is using them. Bo

Re: README.Win32, scons and MSVC

2006-06-08 Thread Michael Gerz
Bo Peng wrote: Attached is the revised version, with Enrico and Abdel's input. Are we in general agree to put this under the top source directory as README.scons? Note that README.win32 may need a line like 'you may want to try the scons system.'. Regarding "Prerequisites": IIRC, you need some

Re: README.Win32, scons and MSVC

2006-06-08 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | > > LOL! Use one build system to distribute instructions on how to use another! | > > | > > Is development/scons Makefile.am-ified? | > | > No. I will do that soon. | | Is it as simple as this? Yes. -- Lgb

Re: README.Win32, scons and MSVC

2006-06-08 Thread Bo Peng
Looks reasonable. Try it... ("make dist" and then have a look in the .tar file) Confirmed and committed. Bo

Re: README.Win32, scons and MSVC

2006-06-08 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > Is it as simple as this? Looks reasonable. Try it... ("make dist" and then have a look in the .tar file) Angus

Re: README.Win32, scons and MSVC

2006-06-08 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> > LOL! Use one build system to distribute instructions on how to >> use another! >> > >> > Is development/scons Makefile.am-ified? >> >> No. I will do that soon. Bo> Is it as simple as this? I think it is :) JMarc

Re: README.Win32, scons and MSVC

2006-06-08 Thread Bo Peng
> LOL! Use one build system to distribute instructions on how to use another! > > Is development/scons Makefile.am-ified? No. I will do that soon. Is it as simple as this? Index: development/Makefile.am === --- development/Makefil

Re: README.Win32, scons and MSVC

2006-06-08 Thread Bo Peng
On 6/8/06, Angus Leeming <[EMAIL PROTECTED]> wrote: Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > I'd say yes, but I no idea whether the contents makes sense :) > Remember to add the new file to Makefile.am, so that it gets > distributed. LOL! Use one build system to distribute instructions

Re: README.Win32, scons and MSVC

2006-06-08 Thread Angus Leeming
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > I'd say yes, but I no idea whether the contents makes sense :) > Remember to add the new file to Makefile.am, so that it gets > distributed. LOL! Use one build system to distribute instructions on how to use another! Is development/scons Makefile

Re: README.Win32, scons and MSVC

2006-06-08 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> I'd name it INSTALL.scons. This is a file abou building LyX. README >> is supposed to be about using it. Bo> Can the attached patch go in? There is a FIXME there and Abdel Bo> will fix it when he gets a chance. I'd say yes, but I no idea wheth

Re: README.Win32, scons and MSVC

2006-06-08 Thread Bo Peng
I'd name it INSTALL.scons. This is a file abou building LyX. README is supposed to be about using it. Can the attached patch go in? There is a FIXME there and Abdel will fix it when he gets a chance. Regarding SConscript change, Peter, do you have any particular reason to add another copy of -D

Re: README.Win32, scons and MSVC

2006-06-08 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> Attached is the revised version, with Enrico and Abdel's input. Bo> Are we in general agree to put this under the top source directory Bo> as README.scons? Note that README.win32 may need a line like 'you Bo> may want to try the scons system.'.

Re: README.Win32, scons and MSVC

2006-06-08 Thread Bo Peng
scons/mingw: - Qt4.1.3: official "open source" binary package for Windows/Mingw - iconv: latest gnuwin32 package installed in mingw tree (or elsewhere) - zlib: ditto - aspell: this is difficult. Everybody has his own compiled library. Mine is in D:\program\Aspell-0.60.4. - aiksaurus: I don't kn

Re: README.Win32, scons and MSVC

2006-06-08 Thread Peter Kümmel
Abdelrazak Younes wrote: >>> iconv http://www.zlatkovic.com/pub/libxml/ >>> zlib www.zlib.net

Re: README.Win32, scons and MSVC

2006-06-08 Thread Abdelrazak Younes
Bo Peng wrote: What prerequisites did you need to build? Which ones can you just download? qt4 iconv zlib aspell aiksaurus Any others? This is the hard part so I left it to Abdel. I think the old instructions (in README.win32 or somewhere else) is obsolete. I'll try to make a list of URL w

Re: README.Win32, scons and MSVC

2006-06-08 Thread Bo Peng
What prerequisites did you need to build? Which ones can you just download? qt4 iconv zlib aspell aiksaurus Any others? This is the hard part so I left it to Abdel. I think the old instructions (in README.win32 or somewhere else) is obsolete. > When I run scons, I get the error: > scons: ***

Re: README.Win32, scons and MSVC

2006-06-08 Thread Bo Peng
When I run scons, I get the error: scons: *** Source `po' not found, needed by target `all'. Stop. Any ideas? po is the gettext language directory. I will check what is going on with msvc. Right now, you can use lyx target to build lyx only. BTW, do you have command msgfmt somewhere? Is it

Re: README.Win32, scons and MSVC

2006-06-08 Thread Jose' Matos
On Thursday 08 June 2006 09:35, Georg Baum wrote: > What was that mistake? We made a decision to stick with python 1.5.2 in the begin of the development cycle and we never revise that. So what did look like a reasonable decision three years later was outdated. FWIW and in the interest of his

Re: README.Win32, scons and MSVC

2006-06-08 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: Joost Verburg wrote: Interesting. Bo's README suggests that "all" doesn't depend on "po". What happens if you specify individual targets: boost, intl, support, mathed, insets, frontends, graphics, controllers, client, qt3, qt4, lyxbase I can get it

Re: README.Win32, scons and MSVC

2006-06-08 Thread Peter Kümmel
Abdelrazak Younes wrote: > Joost Verburg wrote: >>> Interesting. Bo's README suggests that "all" doesn't depend on "po". >>> >>> What happens if you specify individual targets: >>> boost, intl, support, mathed, insets, frontends, graphics, >>> controllers, client, qt3, qt4, lyxbase >> >> I can get

Re: README.Win32, scons and MSVC

2006-06-08 Thread Abdelrazak Younes
Joost Verburg wrote: Interesting. Bo's README suggests that "all" doesn't depend on "po". What happens if you specify individual targets: boost, intl, support, mathed, insets, frontends, graphics, controllers, client, qt3, qt4, lyxbase I can get it to compile with the target 'install', but ly

Re: README.Win32, scons and MSVC

2006-06-08 Thread Georg Baum
Jose' Matos wrote: > We (me and Georg) have decided to settle on python 2.3 (we are talking > about > lyx 1.5.x). Note that python 2.5 is on beta 2 now already and we (I) don't > want to make the same mistake as last time. Not even debian ships that > anymore. ;-) What was that mistake? BTW,

Re: README.Win32, scons and MSVC

2006-06-08 Thread Jose' Matos
On Thursday 08 June 2006 09:16, Angus Leeming wrote: > Good work! > > I see you talk about Python >= 1.5.2. IIRC, José now requires something > more modern than 1.5.2 for lyx2lyx. You should tell people to use (whatever > version lyx2lyx requires) even if scons itself doesn't need that. > > Anyone

Re: README.Win32, scons and MSVC

2006-06-08 Thread Joost Verburg
Interesting. Bo's README suggests that "all" doesn't depend on "po". What happens if you specify individual targets: boost, intl, support, mathed, insets, frontends, graphics, controllers, client, qt3, qt4, lyxbase I can get it to compile with the target 'install', but lyx.exe crashes immedia

Re: README.Win32, scons and MSVC

2006-06-08 Thread Joost Verburg
Angus Leeming wrote: pps, did you ever make an installer for the full Aspell? The current Windows version of Aspell is not relocatable. Creating an installer that only works in C:\Aspell doesn't really make sense. Joost

Re: README.Win32, scons and MSVC

2006-06-08 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > Attached is a draft README.scons file. Good work! I see you talk about Python >= 1.5.2. IIRC, José now requires something more modern than 1.5.2 for lyx2lyx. You should tell people to use (whatever version lyx2lyx requires) even if scons itself doesn't need

Re: README.Win32, scons and MSVC

2006-06-08 Thread Angus Leeming
Joost Verburg <[EMAIL PROTECTED]> writes: > I'm trying to create a new installer for LyX 1.5.0svn compiled with MSVC > 2005 and Qt4. What prerequisites did you need to build? Which ones can you just download? qt4 iconv zlib aspell aiksaurus Any others? > When I run scons, I get the error: > sco

Re: README.Win32, scons and MSVC

2006-06-08 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Jean-Marc Lasgouttes wrote: >> I'd prefer to wait until/if we decide that scons is the way to go >> for the long term. Having two official build systems is nonsense. Joost> Then at least create a file with build instructions in Joo

Re: README.Win32, scons and MSVC

2006-06-08 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: I'd prefer to wait until/if we decide that scons is the way to go for the long term. Having two official build systems is nonsense. Then at least create a file with build instructions in development\scons. Joost

Re: README.Win32, scons and MSVC

2006-06-08 Thread Joost Verburg
I'm trying to create a new installer for LyX 1.5.0svn compiled with MSVC 2005 and Qt4. When I run scons, I get the error: scons: *** Source `po' not found, needed by target `all'. Stop. Any ideas? Joost

Re: README.Win32, scons and MSVC

2006-06-08 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> My proposal: Let's have one (!) README.Win32 file that Michael> describes both the scons build process with both MSVC and Michael> MinGW. I can imagine that some people prefer MinGW over MSVC Michael> (or vice versa) but there is

Re: README.Win32, scons and MSVC

2006-06-08 Thread Enrico Forestieri
On Wed, Jun 07, 2006 at 09:22:20PM -0500, Bo Peng wrote: > Dear all, > > Attached is a draft README.scons file. Please feel free to make any > changes you deem reasonable (You know English is not my first > language). I have put everything together, whether or not we should > split it and put thi

Re: README.Win32, scons and MSVC

2006-06-07 Thread Bo Peng
Dear all, Attached is a draft README.scons file. Please feel free to make any changes you deem reasonable (You know English is not my first language). I have put everything together, whether or not we should split it and put things in README.win32, README.msvc etc can be decided later. Abdel, E

Re: README.Win32, scons and MSVC

2006-06-07 Thread Michael Gerz
Jean-Marc Lasgouttes wrote: Don't create a new README.Win32. Just overwrite the existing one! Scons is so easy to use. Nobody will like my old instructions anymore Angus> Keep both. It's great to have competition (MinGW/MSVC) ;-) I am not sure why you are all harping on that. Competitio

Re: README.Win32, scons and MSVC

2006-06-07 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> If it was possible to link to files in the subversion repository, >> you could just add a link from the wiki page to the file itself... Bo> Do we have this service (the browse subversion repository feature Bo> of sourceforge.net.)? Not yet. J

Re: README.Win32, scons and MSVC

2006-06-07 Thread Bo Peng
If it was possible to link to files in the subversion repository, you could just add a link from the wiki page to the file itself... Do we have this service (the browse subversion repository feature of sourceforge.net.)? Bo

Re: README.Win32, scons and MSVC

2006-06-07 Thread Angus Leeming
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > Angus> Not if we're members of the same party. Maybe our party will be > Angus> elected unopposed. We'll have to wait and see who stands > Angus> against us... > But who will be the leader of the party? Well, given that this party is called "The

Re: README.Win32, scons and MSVC

2006-06-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Not if we're members of the same party. Maybe our party will be Angus> elected unopposed. We'll have to wait and see who stands Angus> against us... But who will be the leader of the party? JMarc

Re: README.Win32, scons and MSVC

2006-06-07 Thread Angus Leeming
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes ...> writes: >>> I am all for having scons in the trunk and see it improve. If it >>> proves to be better than autotools I will be happy to see it be the >>> only one. What I am against is this idea that one camp has to win a

Re: README.Win32, scons and MSVC

2006-06-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> I am all for having scons in the trunk and see it improve. If it >> proves to be better than autotools I will be happy to see it be the >> only one. What I am against is this idea

Re: README.Win32, scons and MSVC

2006-06-07 Thread Angus Leeming
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > I am all for having scons in the trunk and see it improve. If it > proves to be better than autotools I will be happy to see it be the > only one. What I am against is this idea that one camp has to win a > fight against the other camp. This is a w

Re: README.Win32, scons and MSVC

2006-06-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I'm interested in Bo's scons work because experience shows that Angus> getting the autotools to do what we'd like on Windows has Angus> required us (well, you actually) to jump through a number of Angus> hoops. Autotools and Windows

Re: README.Win32, scons and MSVC

2006-06-07 Thread Angus Leeming
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>> Don't create a new README.Win32. Just overwrite the >>> existing one! Scons is so easy to use. Nobody will >>> like my old instructions anymore > Angus> Keep both. It's great to have competition > Angus> (MinGW/MSVC) > I am not sure why you ar

Re: README.Win32, scons and MSVC

2006-06-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> Don't create a new README.Win32. Just overwrite the existing one! >> Scons is so easy to use. Nobody will like my old instructions >> anymore Angus> Keep both. It's great to have competition (MinGW/MSVC) ;-) I am not sure why you are

Re: README.Win32, scons and MSVC

2006-06-07 Thread christian . ridderstrom
On Tue, 6 Jun 2006, Bo Peng wrote: Give me a few days and I will write one. I am starting on a wiki page, but this should go first. The easy way is to do both at the same time, i.e. write as you'd write it for README.Win32 and then paste it within [EMAIL PROTECTED]@] on some wiki page. The [

Re: README.Win32, scons and MSVC

2006-06-06 Thread Bo Peng
Give me a few days and I will write one. I am starting on a wiki page, but this should go first. Cheers, Bo

Re: README.Win32, scons and MSVC

2006-06-06 Thread Angus Leeming
Michael Gerz <[EMAIL PROTECTED]> writes: >>Could one of you scons whizzes add some step by step instructions on how to >>build a functional LyX using scons and MSVC? Something like Michael Gerz's >>README.Win32 for MinGW. > Don't create a new README.Win32. Just overwrite the existing one! > Scons

Re: README.Win32, scons and MSVC

2006-06-06 Thread Michael Gerz
Angus Leeming wrote: Could one of you scons whizzes add some step by step instructions on how to build a functional LyX using scons and MSVC? Something like Michael Gerz's README.Win32 for MinGW. Don't create a new README.Win32. Just overwrite the existing one! Scons is so easy to use. Nobo

README.Win32, scons and MSVC

2006-06-06 Thread Angus Leeming
Could one of you scons whizzes add some step by step instructions on how to build a functional LyX using scons and MSVC? Something like Michael Gerz's README.Win32 for MinGW. Angus