Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Strange Eclipse (on Mac) Compilation Errors
icon8.gif  Strange Eclipse (on Mac) Compilation Errors [message #993612] Tue, 25 December 2012 00:18
deodotdotdeo@live.com Matthew is currently offline deodotdotdeo@live.com MatthewFriend
Messages: 1
Registered: December 2012
Junior Member
So, I've got this random error when I'm compiling my program. I'm trying to get the IDE to work so I can begin developing objectively on my Mac, and use my Windows Computer more for hosting and testing purposes (mainly since Mac can't open Windows .exe files). So, my code is..

#include <iostream>
using namespace std;

int add(int x)
{
	return x * 2;
}

int main()
{
	int x;
	cin >> x;
	cout << int x << endl;
	return 0;
}


Relatively simple code, and shouldn't come with an error.. though every time I try to compile this (or anything), I get these two errors without fail.

index.php/fa/12779/0/

Strange strange strange. My hierarchy for the folders is:

index.php/fa/12778/0/

If anyone could help me, or direct me in the place I need to go to find the answer, I'd be very appreciative.
Previous Topic:Override external Makefile variable?
Next Topic:Disabling autoformat
Goto Forum:
  


Current Time: Thu Apr 25 13:44:43 GMT 2024

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

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

Back to the top