Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Photon can not find ANY includes(Photon fails to do much of anything with C++ code)
Photon can not find ANY includes [message #1795114] Sat, 15 September 2018 00:33 Go to next message
John Diehl is currently offline John DiehlFriend
Messages: 1
Registered: September 2018
Junior Member
I first installed Photon on my Mac (Sierra 10.3.6) just a couple weeks ago, and everything was working fine. Today on open, the C++ projects I had been running and testing before would no longer build. The editor shows all of the #include statements as "unresolved inclusion" and I can't even get a basic Hello World program to build. I have not installed anything new since then that I am aware of. The following program generates the error: "Launch failed. Binary not found."

int main(int argc, char **argv) {
return 0;
}
Re: Photon can not find ANY includes [message #1795116 is a reply to message #1795114] Sat, 15 September 2018 01:33 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
It's probably better to ask on the https://www.eclipse.org/forums/eclipse.tools.cdt forum.

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:why the fuck does my program not run?
Next Topic:eclipse not recognising characters such as "++" or ","
Goto Forum:
  


Current Time: Thu Apr 25 19:20:01 GMT 2024

Powered by FUDForum. Page generated in 0.08260 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top