View Single Post
Re: Joebot on Slack 9.1 - Error
Old
  (#9)
Sir Auron
Guest
 
Status:
Posts: n/a
Default Re: Joebot on Slack 9.1 - Error - 29-05-2004

Quote:
Originally Posted by @$3.1415rin
thanks for the comment

do you know what a makefile is made for ?
if you give here just that little information, nobody will be able to help you. If you want help, you should describe your specific problem and the steps you tried to solve it.

and before you call code crap, you better start to code a project of this size yourself, then it's, well, not ok, but sort of. I guess you wont say that then ( guess why I restarted, but compiling itself isnt a matter of code/object structure )
I tried it with make i'll give you my debug messages:

Quote:
In file included from /usr/include/c++/3.2.3/backward/iostream.h:31,
from nVec.h:24,
from CqSOM2d.h:19,
from CqSOM2d.cpp:1:
/usr/include/c++/3.2.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
CqSOM2d.cpp: In constructor `qSOM2d::qSOM2d()':
CqSOM2d.cpp:15: `fNKgauss1' undeclared (first use this function)
CqSOM2d.cpp:15: (Each undeclared identifier is reported only once for each
function it appears in.)
make[2]: *** [debug/linux/CqSOM2d.o] Error 1
make[1]: *** [som] Error 2
make: *** [debug] Error 2

Last edited by Sir Auron; 29-05-2004 at 13:18..
  
Reply With Quote