From: "John \"The Mayor\" Curley" Newsgroups: comp.os.msdos.djgpp Subject: Non-aggregate type function? Date: Sun, 30 Aug 1998 22:02:23 -0400 Organization: ICGNetcom Lines: 15 Message-ID: <6sd07e$985@sjx-ixn5.ix.netcom.com> NNTP-Posting-Host: bos-ma5-16.ix.netcom.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk What does this compiler error mean? I am trying to make a call to vector::push_back() Uranus1.cpp:11: request for member `push_back' in `BuddyList()', which is of non -aggregate type `vector > ()()' Uranus1.cpp:12: request for member `push_back' in `BuddyList()', which is of non -aggregate type `vector > ()()' Thanks, John Curley 'rhide -y' to account for long filenames, but that did not help. Still streambuf.h is not found. >While compiling "hello.cpp" >#include >int main (void) >{ > cout << "Hello world\n"; > cout << "test"; >} >I get the following error : >iostream.h(31) Error: streambuf.h No such file or directory (ENOENT) There >were some errors .