This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fpermisive error of gcc using cygwin


I am using cygwin 
I am  getting these errors when i compile sim_routing.cc program by this 
command
../../bin/cxx sim_routing.cc
g++ -Wall -o sim_routing sim_routing.cxx

following errors comes
../../common/priority_q.h : In member function 'bool 
guardedQueue<ITEM>::Validate(Const char*);
error : there are no argument to 'strcat' that depend on template parameter so 
a declaration of 'strcat' must be avaible.
error : <if you use -fpermissive  g++ will accept your code but allowing use 
of undeclared name is deprecated>
error : there are no argument to strcat that depends on template parameter,so 
declaration to strcat must be avaible.

           how  these errors can be removed.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]