Re: Name for cygwin boost libraries.

2006-07-07 Thread Bo Peng
Yes, I use "mode=debug build_dir=msvc-debug" and it works fine. Good. One less thing to test. > Yes. There are two ways to specify a path option. The usual option > allows an non-exist path, and I will have to check and create the path > myself; and a path option that will accept only pre-exi

Re: Name for cygwin boost libraries.

2006-07-07 Thread Abdelrazak Younes
Bo Peng wrote: version_suffix=yes/no/something. Please let me know if it works for you. It works fine as it created the "lyx1.5.0svn" directory. Abdel.

Re: Name for cygwin boost libraries.

2006-07-07 Thread Abdelrazak Younes
Bo Peng wrote: Right, and as "release" and "debug" are reserved for mingw I created "msvc" and "msvc-debug". I don't think I had the problem with the default directory. But I cannot reproduce the problem anymore even after I deleted the directory, ".sconsign.dblite" and "env.cache". I will try

Re: Name for cygwin boost libraries.

2006-07-07 Thread Bo Peng
But not on windows I hope, is it? No. On windows, only user directory will change. Bo

Re: Name for cygwin boost libraries.

2006-07-07 Thread Bo Peng
Right, and as "release" and "debug" are reserved for mingw I created "msvc" and "msvc-debug". I don't think I had the problem with the default directory. But I cannot reproduce the problem anymore even after I deleted the directory, ".sconsign.dblite" and "env.cache". I will try a separate build

Re: Name for cygwin boost libraries.

2006-07-07 Thread Abdelrazak Younes
Angus Leeming wrote: Bo Peng writes: Abdelrazak Younes writes: I'll try that thanks. And I'll commit the attached patch. Sure. Note that yes will add package version like 1.4.2svn. Note also that on *nix, version_suffix will be added to executables, to the system LyX directory and also to .p

Re: Name for cygwin boost libraries.

2006-07-07 Thread Angus Leeming
Bo Peng writes: > Abdelrazak Younes writes: >> I'll try that thanks. And I'll commit the attached patch. > Sure. Note that yes will add package version like 1.4.2svn. Note also that on *nix, version_suffix will be added to executables, to the system LyX directory and also to .po files. So your co

Re: Name for cygwin boost libraries.

2006-07-07 Thread Abdelrazak Younes
Bo Peng wrote: >> 1) The first time you run scons on a freshly created build directory it >> always stop complaining it doesn't have the right to access "version.C". >> Then a second call to scons solves the problem. > > I will see. Thanks. I could not reproduce this bug under linux. If I re

Re: Name for cygwin boost libraries.

2006-07-07 Thread Bo Peng
>> 1) The first time you run scons on a freshly created build directory it >> always stop complaining it doesn't have the right to access "version.C". >> Then a second call to scons solves the problem. > > I will see. Thanks. I could not reproduce this bug under linux. If I remove debug directo

Re: Name for cygwin boost libraries.

2006-07-07 Thread Abdelrazak Younes
Bo Peng wrote: I have two bug report for you: 1) The first time you run scons on a freshly created build directory it always stop complaining it doesn't have the right to access "version.C". Then a second call to scons solves the problem. I will see. Thanks. 2) When compiling with autot

Re: Name for cygwin boost libraries.

2006-07-07 Thread Bo Peng
I have two bug report for you: 1) The first time you run scons on a freshly created build directory it always stop complaining it doesn't have the right to access "version.C". Then a second call to scons solves the problem. I will see. 2) When compiling with autotools, I used to pass "--with

Re: Name for cygwin boost libraries.

2006-07-07 Thread Abdelrazak Younes
Bo Peng wrote: Even on a Friday I think that I will start to think about changing to scons, after all I get stunned everytime I see configure searching for fortran and fortran 95 when testing for lyx requirements. Good move. I need more testers for scons. Currently, scons is trying to ensu

Re: Name for cygwin boost libraries.

2006-07-07 Thread Bo Peng
Even on a Friday I think that I will start to think about changing to scons, after all I get stunned everytime I see configure searching for fortran and fortran 95 when testing for lyx requirements. Good move. I need more testers for scons. Currently, scons is trying to ensure a correct build

Re: Name for cygwin boost libraries.

2006-07-07 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: Jose'> On Friday 07 July 2006 10:12, Jean-Marc Lasgouttes wrote: >> Why not just apply the following patch? Jose'> Please do. It should not hurt. I'll wait for Lars comments. Also our LYX_PROG_LIBTOOL is probably not needed anymore. >>

Re: Name for cygwin boost libraries.

2006-07-07 Thread Jose' Matos
On Friday 07 July 2006 10:12, Jean-Marc Lasgouttes wrote: > Why not just apply the following patch? Please do. It should not hurt. > See the gentoo guy comment: > http://comments.gmane.org/gmane.comp.sysutils.autoconf.general/6848 > > Libtool 2.0 is supposed to fix that. Ah, the old mantra "

Re: Name for cygwin boost libraries.

2006-07-07 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: Jose'> Even on a Friday I think that I will start to think about Jose'> changing to scons, after all I get stunned everytime I see Jose'> configure searching for fortran and fortran 95 when testing for Jose'> lyx requirements. Why not jus

Re: Name for cygwin boost libraries.

2006-07-06 Thread Jose' Matos
On Friday 07 July 2006 04:27, Bo Peng wrote: > Lars, you might want to fix autotools for this as well. I just tried > lyx.1.4.2svn with system boost 1.33.1. When I use > --without-included-boost, configure did not complain with (wrong boost > version) or without (no boost header) > --with-extra-inc

Re: Name for cygwin boost libraries.

2006-07-06 Thread Bo Peng
I think it means "static". The naming scheme should be pretty standard as it is produced using --layout=versioned when building boost. Yes. It is static, I also figured it out from the boost website. With a patch I just submitted, mt-s is treated as release libraries, and is also used in debug m

Re: Name for cygwin boost libraries.

2006-07-06 Thread Enrico Forestieri
On Thu, Jul 06, 2006 at 10:28:22PM +0200, Enrico Forestieri wrote: > On Thu, Jul 06, 2006 at 02:47:27PM -0500, Bo Peng wrote: > > Hi, Enrico, > > > > Do you know what this -s suffix mean for cygwin boost libraries? In > > scons/scons_utils.py, I check for mt-d for debug libraries, mt for > > rele

Re: Name for cygwin boost libraries.

2006-07-06 Thread Enrico Forestieri
On Thu, Jul 06, 2006 at 02:47:27PM -0500, Bo Peng wrote: > Hi, Enrico, > > Do you know what this -s suffix mean for cygwin boost libraries? In > scons/scons_utils.py, I check for mt-d for debug libraries, mt for > release libraries, and this fails for cygwin. > > /usr/lib/libboost_regex-gcc-mt-s-

Name for cygwin boost libraries.

2006-07-06 Thread Bo Peng
Hi, Enrico, Do you know what this -s suffix mean for cygwin boost libraries? In scons/scons_utils.py, I check for mt-d for debug libraries, mt for release libraries, and this fails for cygwin. /usr/lib/libboost_regex-gcc-mt-s-1_33_1.a Also, can anyone report name convention for boost/win, boost