[rarch-cvs] src TODO,1.2,1.3
Status: Inactive
Brought to you by:
mnordstr
|
From: <mno...@us...> - 2002-08-08 19:42:23
|
Update of /cvsroot/rarch/src In directory usw-pr-cvs1:/tmp/cvs-serv26849 Modified Files: TODO Log Message: one more bug to be fixed before 0.1.0 Index: TODO =================================================================== RCS file: /cvsroot/rarch/src/TODO,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TODO 8 Aug 2002 17:33:06 -0000 1.2 --- TODO 8 Aug 2002 19:42:20 -0000 1.3 *************** *** 1,2 **** --- 1,13 ---- + 0.1.0: + + - Fix this error on Solaris: + add.cpp: In function oid listInsert(database *, basic_string<char,string_char_traits<char>,__default_alloc_template<false,0> >, basic_string<char,string_char_traits<char>,__default_alloc_template<false,0> >, string *, long unsigned int *)': + add.cpp:83: truct dirent' has no member named _type' + add.cpp:83: T_DIR' undeclared (first use this function) + add.cpp:83: (Each undeclared identifier is reported only once + add.cpp:83: for each function it appears in.) + + Don't use that function, not POSIX compliant... + 0.1.1: |