This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

problems with execinfo.h


Hi All,

IÂm trying to compile some c sources using gcc 3.4.4 inside cygwin. I get
following error messsage and have no ideas how to resolve the problem:

In file include from main.c:30
execinfo.h:28 error: parse error before "__TRHOW"
execinfo.h:28 error: warning: data definitions has no type or storage class
execinfo.h:33 error: parse error before "__TRHOW"
execinfo.h:33 error: warning: data definitions has no type or storage class
execinfo.h:40 error: parse error before "__TRHOW"
execinfo.h:40 error: warning: data definitions has no type or storage class

here is the execinfo.h iÂm using: 
http://www.nabble.com/file/5306/execinfo.h execinfo.h 

here is the corresoonding features.h header
http://www.nabble.com/file/5307/features.h features.h 


Any kind of help is welcome!
-- 
View this message in context: http://www.nabble.com/problems-with-execinfo.h-tf2925293.html#a8177209
Sent from the gcc - Help mailing list archive at Nabble.com.


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