OK, so Akos added these switches after I put in my crude hacks to
disable boost and icu detection. I have now removed the hacks, but set
the defaults of both switches to "no", because I remember experimenting
with this a lot way back when, and they did not seem to work.
You are welcome to try running configure with --with-check-boost="yes"
--with-check-icu="yes" (remember to 'make distclean' or 'rm
tmp/configure' first, to remove the old configure script); and if you
find that they work, I'll change the defaults to "yes". Thanks for
helping with this!
Ferenc
frans van berckel wrote:
> Ferenc,
>
> I forward you my e-mail to Akos.
>
> Is it a idea to do a post and describe our problem of the detection
> issues on the boost development list.
>
> http://www.boost.org/more/mailing_lists.htm
>
> I already have done a ticket but it's closed
>
> http://code.campware.org/projects/livesupport/ticket/1475
>
> Frans van Berckel
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: Befor i post about boost
> From:
>
On Tue, 2005-12-20 at 13:27 +0100, Ferenc Gerlits wrote:
> You are welcome to try running configure with --with-check-boost="yes"
> --with-check-icu="yes" (remember to 'make distclean' or 'rm
> tmp/configure' first, to remove the old configure script); and if you
> find that they work, I'll change the defaults to "yes". Thanks for
> helping with this!
Ok supper, but the icu check does not work, set in
setupDevelopmentEnvironment.sh
checking for icu-config... /usr/bin/icu-config
checking for ICU library >= 3.0... ICU version ICU_VERSION >= 3.0 found
using ICU found on the system
so it detects well.
Thanks
Frans van Berckel
On Tue, 2005-12-20 at 17:06 +0100, frans van berckel wrote:
> Ok supper, but the icu check does not work, set in
> setupDevelopmentEnvironment.sh
>
> $basedir/configure --prefix=$usrdir --with-www-docroot=$usrdir/var
> --with-check-boost="yes"
> --with-check-icu="yes"
>
> Bug get
> line 94: --with-check-icu=yes: command not found
>
> With a dpkg ill get
> # dpkg -s libicu34-dev
>
> Package: libicu34-dev
> Status: install ok installed
> Priority: optional
> Section: libdevel
> Installed-Size: 4624
> Maintainer: Jay Berkenbilt
> Architecture: powerpc
> Source: icu
> Version: 3.4-3
frans van berckel wrote:
> On Tue, 2005-12-20 at 13:27 +0100, Ferenc Gerlits wrote:
>
>
>>You are welcome to try running configure with --with-check-boost="yes"
>>--with-check-icu="yes" (remember to 'make distclean' or 'rm
>>tmp/configure' first, to remove the old configure script); and if you
>>find that they work, I'll change the defaults to "yes". Thanks for
>>helping with this!
>
>
> Ok supper, but the icu check does not work, set in
> setupDevelopmentEnvironment.sh
>
> $basedir/configure --prefix=$usrdir --with-www-docroot=$usrdir/var
> --with-check-boost="yes"
> --with-check-icu="yes"
>
> Bug get
> line 94: --with-check-icu=yes: command not found
well, make sure to include all the above as one line / one command
frans van berckel wrote:
> Sorry got to be a linefeed, now ill get
>
> checking for icu-config... /usr/bin/icu-config
> checking for ICU library >= 3.0... ICU version ICU_VERSION >= 3.0 found
> using ICU found on the system
>
> so it detects well.
On Tue, 2005-12-20 at 19:52 +0100, Ferenc Gerlits wrote:
> frans van berckel wrote:
> > checking for icu-config... /usr/bin/icu-config
> > checking for ICU library >= 3.0... ICU version ICU_VERSION >= 3.0 found
> > using ICU found on the system
> Does it compile and run, too?
Get a error on boost with make -C ./src/products/scheduler all (make
compile)
/usr/bin/ld: cannot find -lboost_date_time-gcc
collect2: ld returned 1 exit status
make[1]: *** [tmp/scheduler] Error 1
> On Tue, 2005-12-20 at 19:52 +0100, Ferenc Gerlits wrote:
> > frans van berckel wrote:
> > > checking for icu-config... /usr/bin/icu-config
> > > checking for ICU library >= 3.0... ICU version ICU_VERSION >= 3.0 found
> > > using ICU found on the system
>
> > Does it compile and run, too?
>
> Get a error on boost with make -C ./src/products/scheduler all (make
> compile)
>
> /usr/bin/ld: cannot find -lboost_date_time-gcc
> collect2: ld returned 1 exit status
> make[1]: *** [tmp/scheduler] Error 1
>
> Installed: libboost-dev , libboost-date-time1.33.0 ,
> libboost-date-time-dev
>
> Attached: make_compile_setup.log
frans van berckel wrote:
> Get a error on boost with make -C ./src/products/scheduler all (make
> compile)
>
> /usr/bin/ld: cannot find -lboost_date_time-gcc
> collect2: ld returned 1 exit status
> make[1]: *** [tmp/scheduler] Error 1