Hi,

VERBOSE=1 works fine in eclipse.
You can check "Project Properties -> C/C++ General -> Paths and Symbols 
-> Includes" before and after building with VERBOSE=1 to see if it worked.
Also assure that in "Project Properties -> C/C++ Build -> Discovery 
Options" "Automate discovery of path and symbols" is checked. Its also 
possible to clear the automatically discovered paths here.

You only have to build with VERBOSE=1 option once. You may remove it 
after the include paths are discovered for a cleaner build console output.

Best,
Simon


On 08/17/2011 07:02 AM, Sascha Zelzer wrote:
> Hi,
>
> That is also how I did it in the past (although like two years ago). I
> used Eclipse under Linux. Are you on Windows? Which compiler are you using?
>
> Thanks,
> Sascha
>
> On 08/17/2011 05:15 AM, Guthrie, David A wrote:
>> I use eclipse.  I don't use the eclipse project generator, however.  I just 
>> use the makefile project generator and hook it to makefile project in 
>> eclipse.  The one issue is that you have to add the VERBOSE=1 variable so 
>> that eclipse will pick up on the include paths.  I like that better because 
>> the eclipse file generator will overwrite the multi-threading option on 
>> make.  I have not had any error with unresolved symbols, and I can jump to 
>> definitions and get code completion just fine.
>>
>>
>> -----Original Message-----
>> From: Miklos Espak [mailto:[email protected]]
>> Sent: Tue 8/16/2011 4:54 PM
>> To: mitk-users
>> Subject: [mitk-users] Eclipse
>>
>> Hi,
>>
>> Does anybody use Eclipse CDT for development with MITK?
>>
>> I am wondering if there is a straightforward way to get rid of the lot of
>> errors for the unresolved symbols. I added tons of include dirs to the
>> project, but there are even more missing. I should add an entry for each
>> plugin I refer to. Could somebody use the Eclipse project file generator of
>> CMake?
>>
>> Thanks,
>> Miklos
>>
>>
>> ------------------------------------------------------------------------------
>> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
>> user administration capabilities and model configuration. Take
>> the hassle out of deploying and managing Subversion and the
>> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
>> _______________________________________________
>> mitk-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/mitk-users
>
>
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> _______________________________________________
> mitk-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mitk-users

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to