Software Archive
Read-only legacy content
17061 Discussions

compilation error in sense simulator using cygwin

deswalparveen415gmai
397 Views
when i compiled program sim_routing in cygwin by this command

g++ sim_routing.cc -o sim_routing

then it shows following errors

invalid preprocessors diretory #cxxdef
in file included ../../common/cost.h
../../common/sense.h

how these errors can be removed
0 Kudos
2 Replies
Aubrey_W_
New Contributor I
397 Views
Hello,

g++ is part of the GNU Compiler Collection (GCC). I would recommend asking on a Linux, GNU or GCC forum.

Best regards,
==
Aubrey W.
Intel Software Network Support
0 Kudos
TimP
Honored Contributor III
397 Views
Sign up on the gcc-help mailing list. There's also a cygwin mailing list, for problems specific to cygwin.
0 Kudos
Reply