Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Managed C++ does not handle linked .c files
Managed C++ does not handle linked .c files [message #123190] Mon, 11 October 2004 15:52 Go to next message
Eclipse UserFriend
Originally posted by: alper.atici.name

I have several .c and .cpp files linked to external files in a managed
c++ project. Although .cpp targets build OK, I get "No rule to make
target" errors for .c targets.

When I check subdir.mk, I observe only the following rule for .c
though there are actually no .c files in $(ROOT):

%.o: $(ROOT)/%.c

whereas for .cpp targets

%.o: $(ROOT)/%.cpp
...
someExternalCPP1.o: /path/to/someExternalCPP1.cpp
...
someExternalCPP2.o: /path/to/someExternalCPP2.cpp
...


Anyone else to repeat and confirm this issue?


--
A. Alper Atici OpenPGP KeyID: 0xB824F550
Re: Managed C++ does not handle linked .c files [message #123304 is a reply to message #123190] Tue, 12 October 2004 18:45 Go to previous message
Eclipse UserFriend
Originally posted by: alper.atici.name

Sorry, this is false alarm.
Originally those files lived in a subdirectory of the project, which I
later moved elsewhere, then removed the subdirectory under Release but
subdir.mk in Release did not have this change, so...

>I have several .c and .cpp files linked to external files in a managed
>c++ project. Although .cpp targets build OK, I get "No rule to make
>target" errors for .c targets.
>

--
A. Alper Atici OpenPGP KeyID: 0xB824F550
Previous Topic:Cannot run gcc compiler
Next Topic:Widget + Taskbar
Goto Forum:
  


Current Time: Thu Jul 24 21:59:07 EDT 2025

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

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

Back to the top