Re: SCons problem when compiling with version suffix

2007-10-30 Thread Uwe Stöhr
Bo Peng schrieb: The third line of scons_lyx.log lists the command used, which is simply what it gets from command line. If you get 15 over there, I have no clue what is goine on. I found now the reason: My script started unwanted the script that is in \development\Win32\packaging and used the

Re: SCons problem when compiling with version suffix

2007-10-30 Thread Bo Peng
> When I now execute the command from the batch file, SCons uses "15" as > version suffix and not "16". The third line of scons_lyx.log lists the command used, which is simply what it gets from command line. If you get 15 over there, I have no clue what is goine on. Bo

Re: SCons problem when compiling with version suffix

2007-10-30 Thread Uwe Stöhr
Bo Peng schrieb: Is this in a batch file? Yes. SCons still gives me this -c install prefix=..\..\build-msvc use_vc=yes frontend=qt4 mode=release version_suffix=15 gettext=system nls=yes in scons_lyx.log Also when I start from scratch and delete the SCons cache, etc. opt.cache will cache

Re: SCons problem when compiling with version suffix

2007-10-30 Thread Bo Peng
On 10/30/07, Uwe Stöhr <[EMAIL PROTECTED]> wrote: > When I start compiling LyX with the version suffix "16" using this command: > > call scons install prefix=..\..\build-msvc use_vc=yes frontend=qt4 > mode=release version_suffix=16 > gettext=system nls=yes extra_inc_path=..\..\lyx-windows-deps-msv

Re: SCons problem when executing "update_po"

2007-10-23 Thread Bo Peng
> > Not yet. Now I get > > scons: *** Source `D:\LyXSVN\lyx-devel\src\TextClass_sptr.h' not found, > needed by target > `D:\LyXSVN\lyx-devel\po\POTFILES.in'. Stop. > > There is currently no such file TextClass_sptr.h in SVN. > > But anyway, there's still the code in SCons to create a Potfiles.in

Re: SCons problem when executing "update_po"

2007-10-23 Thread Uwe Stöhr
Bo Peng schrieb: But there is no longer a "POTFILES.in" in trunk but the new "lyx_pot.py". Could you have a look to make update_po work again when you find time? Fixed. Not yet. Now I get scons: *** Source `D:\LyXSVN\lyx-devel\src\TextClass_sptr.h' not found, needed by target `D:\LyXSVN\ly

Re: SCons problem when executing "update_po"

2007-10-23 Thread Bo Peng
> I get this error message: > > scons: *** Source `D:\LyXSVN\lyx-devel\src\LayoutPtr.h' not found, needed by > target > `D:\LyXSVN\lyx-devel\po\POTFILES.in'. Stop. > > But there is no longer a "POTFILES.in" in trunk but the new "lyx_pot.py". > Could you have a look to make update_po work again wh

Re: scons problem

2006-09-06 Thread Georg Baum
Bo Peng wrote: >> Yes. Announced several days ago, and done yesterday. > > Does this mean system boost (1.33.1) is no longer usable? It is still usable, but not officially and only with a small patch. This was btw the case already before the upgrade to 1.34, because we fixed a header inclusion p

Re: scons problem

2006-09-06 Thread Bo Peng
Yes. Announced several days ago, and done yesterday. Does this mean system boost (1.33.1) is no longer usable? Bo

Re: scons problem

2006-09-06 Thread Georg Baum
Bo Peng wrote: > Thanks. Are these files new? Yes. > (Has boost been upgraded?) Yes. Announced several days ago, and done yesterday. Georg

Re: scons problem

2006-09-06 Thread Bo Peng
On 9/6/06, Michael Gerz <[EMAIL PROTECTED]> wrote: This patch works. I will commit it in a minute... boost_libs_filesystem_src_files = Split(''' -convenience.cpp exception.cpp -operations_posix_windows.cpp -path_posix_windows.cpp +operations.cpp +path.cpp +portabili

Re: scons problem

2006-09-06 Thread Michael Gerz
Michael Gerz schrieb: Bo? scons: *** Source `C:\msys\home\michael\lyx-trunk\boost\libs\filesystem\src\convenience.cpp' not found, needed by target `debug\boost\filesystem\src\convenience.o'. Stop. This patch works. I will commit it in a minute... Michael Index: C:/msys/home/mg/lyx-trunk

Re: [scons problem] Re: r14890 - in /lyx-devel/trunk: configure.ac development/sc...

2006-09-04 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Scons/windows has problem with this change: I did not test the scons change. It looks like I forgot a comma. Does this patch help? Yes.

Re: [scons problem] Re: r14890 - in /lyx-devel/trunk: configure.ac development/sc...

2006-09-04 Thread Georg Baum
Abdelrazak Younes wrote: > Scons/windows has problem with this change: I did not test the scons change. It looks like I forgot a comma. Does this patch help? GeorgIndex: development/scons/SConstruct === --- development/scons/SConst

Re: Scons problem (1.5.X)

2006-08-26 Thread Bo Peng
I cannot set CPPFLAGS: Fixed in trunk. Will be applied to 1.4.x if confirmed. Bo

Re: scons problem

2006-08-13 Thread Bo Peng
On 8/13/06, Michael Gerz <[EMAIL PROTECTED]> wrote: Bo Peng wrote: >> [EMAIL PROTECTED]:~/lyx-trunk/development/scons> grep lyx_post_source * >> SConstruct:lyx_post_source.append('aspell.C') >> SConstruct:lyx_post_source.append('pspell.C') >> SConstruct:lyx_post_source.ap

Re: scons problem

2006-08-13 Thread Michael Gerz
Bo Peng wrote: [EMAIL PROTECTED]:~/lyx-trunk/development/scons> grep lyx_post_source * SConstruct:lyx_post_source.append('aspell.C') SConstruct:lyx_post_source.append('pspell.C') SConstruct:lyx_post_source.append('ispell.C') I see, src_post_files instead... Better...

Re: scons problem

2006-08-13 Thread Bo Peng
[EMAIL PROTECTED]:~/lyx-trunk/development/scons> grep lyx_post_source * SConstruct:lyx_post_source.append('aspell.C') SConstruct:lyx_post_source.append('pspell.C') SConstruct:lyx_post_source.append('ispell.C') I see, src_post_files instead... Bo

Re: scons problem

2006-08-13 Thread Michael Gerz
Bo Peng wrote: Bo, can you help me? (It worked last week) Let me have a look. I just did a big change for scons. Namely, I now use explicit file list instead of globing. Maybe somefile is lost. [EMAIL PROTECTED]:~/lyx-trunk/development/scons> grep lyx_post_source * SConstruct:lyx_po

Re: scons problem

2006-08-13 Thread Bo Peng
Bo, can you help me? (It worked last week) Let me have a look. I just did a big change for scons. Namely, I now use explicit file list instead of globing. Maybe somefile is lost. Bo