![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Major OS errors/Bash errors help!!!! | wcmmlynn | UNIX for Dummies Questions & Answers | 12 | 11-13-2007 12:50 AM |
| Compilation of gettext produces relink errors | töfte | AIX | 0 | 09-05-2006 03:15 PM |
| how to capture compilation errors with Makfile | umen | Shell Programming and Scripting | 2 | 02-07-2006 06:34 AM |
| Adapter Errors and Link Errors | mcastill66 | AIX | 2 | 08-02-2005 03:51 PM |
| Adapter Errors and Link Errors | mcastill66 | UNIX for Advanced & Expert Users | 0 | 08-02-2005 03:11 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
c++ compilation errors
Hello every one,
while compiling c++ modules. i am getting the following 2 errors. 1) /root/cc/unix-ce/root/subsys/cb/cdbh/include/cdbh_TransferFileHeader.h:111: error: âulong_tâ does not name a type /root/cc/unix-ce/root/subsys/cb/cdbh/include/cdbh_TransferFileHeader.h:118: error: âulong_tâ does not name a type cdbh_InfoFile.C: In static member function âstatic bool cdbh_InfoFile::checkIFReadable()â: cdbh_InfoFile.C:97: error: âerrnoâ was not declared in this scope cdbh_InfoFile.C:98: error: âENOENTâ was not declared in this scope cdbh_InfoFile.C: In member function âvoid cdbh_InfoFile::updateOldestTFDate(const cdbh_TransferFileHeader*)â: cdbh_InfoFile.C:172: error: âconst class cdbh_TransferFileHeaderâ has no member named âgetNumberOfRecordsâ cdbh_InfoFile.C:182: error: âconst class cdbh_TransferFileHeaderâ has no member named âgetNumberOfRecordsâ cdbh_InfoFile.C: In member function âvoid cdbh_InfoFile::updateYoungestTFDate(const cdbh_TransferFileHeader*)â: cdbh_InfoFile.C:209: error: âconst class cdbh_TransferFileHeaderâ has no member named âgetNumberOfRecordsâ cdbh_InfoFile.C: In constructor âcdbh_InfoFile::cdbh_InfoFile(const std::list<cdbh_TransferFileHeader*, std::allocator<cdbh_TransferFileHeader*> >*, std::string&)â: cdbh_InfoFile.C:269: error: âulong_tâ was not declared in this scope cdbh_InfoFile.C:269: error: expected `;' before âhourâ cdbh_InfoFile.C:271: error: âhourâ was not declared in this scope cdbh_InfoFile.C:272: error: âminuteâ was not declared in this scope cdbh_InfoFile.C: In member function âvoid cdbh_InfoFile::updateEntryList(const cdbh_TransferFileHeader&)â: cdbh_InfoFile.C:338: error: âconst class cdbh_TransferFileHeaderâ has no member named âgetNumberOfRecordsâ cdbh_InfoFile.C:358: error: âconst class cdbh_TransferFileHeaderâ has no member named âgetNumberOfRecordsâ cdbh_InfoFile.C: In member function âstd::string cdbh_InfoFile::removeTFData(const cdbh_TransferFileHeader*)â: cdbh_InfoFile.C:428: error: âconst class cdbh_TransferFileHeaderâ has no member named âgetNumberOfRecordsâ cdbh_InfoFile.C:437: error: âconst class cdbh_TransferFileHeaderâ has no member named âgetNumberOfRecordsâ *** Error code 1 clearmake: Error: Build script failed for "/root/cc/unix-ce/root/subsys/cb/cdbh/obj_0000/Linux//cdbh_InfoFile.o" 2) Warning: Semantic checking prevented by other reported errors /opt/dce/bin/idl: File /root/cc/unix-ce/root/subsys/cb/cdbm/idl/cdbm_0000.idl, line 36: [out] cdbm_t_cdbOccupancy**o1_occupancy, Name not found: cdbm_t_cdbOccupancy /opt/dce/bin/idl: File /root/cc/unix-ce/root/subsys/cb/cdbm/idl/cdbm_0000.idl, line 42: [out] cdbm_t_diskQuota** o1_occupancy, Name not found: cdbm_t_diskQuota make: *** [/root/cc/unix-ce/root/subsys/cb/cdbm/obj_0000/Linux//cdbm_0000.h] Error 3 for the second error i checked cdbm_t_cdbOccupancy & cdbm_t_diskQuota are available in the specified path. can some of u suggest a way to solve these 2 errors. kind regards, Srinu.M |
|||
| Google The UNIX and Linux Forums |
| Forum Sponsor | ||
|
|