Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » autotools project doesnt want to compile my source files(autotools project doesnt want to compile my source files)
autotools project doesnt want to compile my source files [message #1710730] Thu, 08 October 2015 17:25 Go to next message
Peter-Frank Spierenburg is currently offline Peter-Frank SpierenburgFriend
Messages: 1
Registered: July 2009
Junior Member
I've created an autotools shared library project which gave me a few sample .c source files. When I copied in a bunch of existing source and include files into the appropriate directories of the project, eclipse recognises them (i.e. they get special source icons in the project explorer) but they aren't compiled by a build.

How do I tell eclipse to add these new sources to the build?
Re: autotools project doesnt want to compile my source files [message #1710752 is a reply to message #1710730] Thu, 08 October 2015 22:15 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Have you tried a bigger bribe? Very Happy

AFAIK, there isn't any easy way to automate source file declarations with autotools. I even tried using a make wildcard but autotools apparently wants the definition before the make file is executed.
Previous Topic:Build error with minGW
Next Topic:how to debug a program with root priviledge on eclipse CDT?
Goto Forum:
  


Current Time: Fri Apr 26 20:50:30 GMT 2024

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

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

Back to the top