Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » C++ indexer wont build one file
C++ indexer wont build one file [message #160219] Fri, 09 December 2005 14:21
Eclipse UserFriend
Hi,

I have a project using the CDT that for the most part is working very very
well. I do however, have an odd problem with the indexer (I think).
Basically, I'm working on a single project from two different locations;
my laptop and my desktop. My laptop has an older build of eclipse (3.0 I
think) and my desktop has 3.1. On my laptop, my whole project builds just
fine, on the desktop the exact same code won't work.

The reason it won't work on the desktop is because a single file (in my
case Sockets.c) isn't being added to the list of files to compile, and
therefore isn't being linked. I'm not using my own makefile, but rather
just using whatever eclipse supplies for me.

The whole project is a C++ project, and this is the only .c file.
Everything else is either .C or .cpp (depending on who wrote it and when).
I'm guessing that the extension is what is causing me problems on the
newer build, but I'm certianly not sure.

This is my first real project using eclipse as an IDE, so since nothing
has lept out at me, I figured I'd ask the experts if they new why I'm
having problmes. Oh, and BTW, I do not have this file exculded from the
build via the properties dialogue. I checked that first.

Thanks!
Previous Topic:How to open corresponding .h file
Next Topic:GUI for eclipse cdt
Goto Forum:
  


Current Time: Wed Apr 30 21:07:38 EDT 2025

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

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

Back to the top