BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000044 [uClibc++] Other minor always 01-18-05 14:33 08-02-05 20:14
Reporter scott View Status public  
Assigned To gkajmowi
Priority normal Resolution fixed  
Status closed   Product Version 0.1.8
Summary 0000044: compile error in new.cpp: size_t is ambiguous type
Description Using 0.1.8 I get this during my compile. However my installatin of g++ works with other programs.

Here is a snippet from the error.............

g++ -c -Wall -Wno-trigraphs -W -pedantic -Os -fno-builtin -nostdinc++ -ansi -I../include -fPIC -o new.o new.cpp
In file included from ../include/cstdlib:49,
                 from new.cpp:21:
../include/cstddef:53: using declaration `size_t' introduced ambiguous type `
   size_t'
make[1]: *** [new.o] Error 1
Additional Information
Attached Files

- Relationships

- Notes
(0000013)
gkajmowi
01-19-05 11:16

Fixed in CVS. Deleted definition and included <cstddef>
 

- Issue History
Date Modified Username Field Change
01-18-05 14:33 scott New Issue
01-19-05 11:16 gkajmowi Status assigned => resolved
01-19-05 11:16 gkajmowi Resolution open => fixed
01-19-05 11:16 gkajmowi Note Added: 0000013
08-02-05 20:14 andersen Status resolved => closed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker