Re: patch to add “width” function for outputting integers to uClibc++

2008-06-17 Thread Carmelo Amoroso
Peter Nixon wrote: > The attached patch teaches uCLibc++ about the “width” function for outputting > integers, so if you had a value of 3 and wanted the output “003”, we > previously just got “3”. > > This is required for PTLib and OPAL to work correctly > (http://www.opalvoip.org/) > > Regard

Re: [Buildroot] Can't get Buildrooot to finish

2008-06-17 Thread Christopher Taylor
it's not a problem if you didn't include them, you'll just need to edit your device table accordingly -Chris On Tue, Jun 17, 2008 at 11:41 AM, Tim Barr <[EMAIL PROTECTED]> wrote: > I did not change the busybox configuration at all, except to add > microcom, so it is whatever was pulled over

Re: [Buildroot] Can't get Buildrooot to finish

2008-06-17 Thread Christopher Taylor
of course, the other possibility is that you did't include login and password shadowing in your busybox and buildroot thinks is there and it looking for it did you intend to include login/password and password shadowing? Pls verify in your busubox config and reply ... -Chris On Tue, Jun 17,

Re: [Buildroot] Can't get Buildrooot to finish

2008-06-17 Thread Christopher Taylor
somehow you've botched what files are being pulled from /target to create your filesystem try deleting project_//.root and project_//root and then doing a make and see if that fixes it. if not, let me know -Chris On Wed, Jun 11, 2008 at 5:56 PM, Tim Barr <[EMAIL PROTECTED]> wrote: > I am getti

Re: compile error when trying to use uClibc snapshots

2008-06-17 Thread Gaye Abdoulaye Walsimou
Carmelo AMOROSO a écrit : > I think you don't have properly installed kernel headers and/or > properly set the KERNEL_HEADERS config option > pointing to the right folder. Sorry for the noise and bandwidth consumption, after a run of/ make clean /in toolchain_build_mipsel/uClibc, all seems to be

Re: compile error when trying to use uClibc snapshots

2008-06-17 Thread Bernhard Fischer
On Tue, Jun 17, 2008 at 03:29:52PM +0200, Gaye Abdoulaye Walsimou wrote: >Hello list, >I'm trying to compile uClibc snapshots and have the following errors. >Any suggestions? >Thanks >Regards > >###Error output when trying to compile uClibc >snapshots ### >make -C /

Re: Test build failed due to UCLIBC_INTERNAL header rework

2008-06-17 Thread Carmelo AMOROSO
Bernhard Fischer wrote: > On Wed, Jun 11, 2008 at 04:10:23PM +0200, Bernd Schmidt wrote: > >> Daniel Jacobowitz wrote: >> >> >>> I have no comment on the patch itself, but I like the approach - I've >>> concluded before that this is the only sane way to test toolchain >>> pieces, especially

Re: compile error when trying to use uClibc snapshots

2008-06-17 Thread Carmelo AMOROSO
Gaye Abdoulaye Walsimou wrote: > Hello list, > I'm trying to compile uClibc snapshots and have the following errors. > Any suggestions? > Thanks > Regards > > ###Error output when trying to compile uClibc > snapshots ### > make -C /opt/LDE/user/buildroot-20060919-1/

compile error when trying to use uClibc snapshots

2008-06-17 Thread Gaye Abdoulaye Walsimou
Hello list, I'm trying to compile uClibc snapshots and have the following errors. Any suggestions? Thanks Regards ###Error output when trying to compile uClibc snapshots ### make -C /opt/LDE/user/buildroot-20060919-1/toolchain_build_mipsel/uClibc \

Re: patch to add “width” function for outputting integers to uClibc++

2008-06-17 Thread Peter Nixon
On Tue 17 Jun 2008, [EMAIL PROTECTED] wrote: > On Tue, Jun 17, 2008 at 02:11:27PM +0300, Peter Nixon wrote: > > Is anyone actually maintaining uClibc++ ? What do I have to do to get > > patches applied? This is the second patch I have posted to this list > > after I unsuccessfully tried to get in c

Re: patch to add “width ” function for outputting integers to uClibc++

2008-06-17 Thread sjhill
On Tue, Jun 17, 2008 at 02:11:27PM +0300, Peter Nixon wrote: > > Is anyone actually maintaining uClibc++ ? What do I have to do to get patches > applied? This is the second patch I have posted to this list after I > unsuccessfully tried to get in contact with the uClibc++ author privately, > bu

Re: patch to add “width” function for outputting integers to uClibc++

2008-06-17 Thread Carmelo Amoroso
I'm sorry... I cannot to commit to this. Ping maintainer again. Carmelo 2008/6/17 Carmelo AMOROSO <[EMAIL PROTECTED]>: > Peter Nixon wrote: >> On Tue 10 Jun 2008, Peter Nixon wrote: >> >>> The attached patch teaches uCLibc++ about the "width" function for >>> outputting integers, so if you had a

Re: patch to add “width” function for out putting integers to uClibc++

2008-06-17 Thread Carmelo AMOROSO
Peter Nixon wrote: > On Tue 10 Jun 2008, Peter Nixon wrote: > >> The attached patch teaches uCLibc++ about the “width” function for >> outputting integers, so if you had a value of 3 and wanted the output >> “003”, we previously just got “3”. >> >> This is required for PTLib and OPAL to work cor

Re: patch to add “width” function for outputting integers to uClibc++

2008-06-17 Thread Peter Nixon
On Tue 10 Jun 2008, Peter Nixon wrote: > The attached patch teaches uCLibc++ about the “width” function for > outputting integers, so if you had a value of 3 and wanted the output > “003”, we previously just got “3”. > > This is required for PTLib and OPAL to work correctly > (http://www.opalvoip.o