Eclipse CDT problem



  • Hi everybody, i am having trouble with these problems (sorry for english, mein deutsch ist sehr schlecht 😞 ):

    1. I have finished work on a large (managed make) project in eclipse, this
      project is planned to be a shared library, but is marked as gnu executable,
      because i wanted to test it quickly during development, so i added
      temporary main.cpp with main fuction
      Now i wanna delete this temporary main.cpp and compile whole project as
      shared library, but i can't, in project settings is combo with project type,
      but this combo is disabled 😞 i tryed to rewrite the makefile, but when i
      saved it, eclipse changed it automatically again
      i dunno what to do now, because whole project is connected with cvs, i
      cannot create another (as shared library) and copy all files to it

    2. I want some eclipse project "B" to use another project "A", i've added
      "A" to referenced projects of "B" and included requied headers from "A" in
      source of "B", but when i'll try to compile "B" i'll receive error messages,
      that definitions for declarations in those headers, couldn't be found 😞



  • Dieser Thread wurde von Moderator/in phlox81 aus dem Forum Andere GUIs - Qt, GTK+, wxWidgets in das Forum Compiler- und IDE-Forum verschoben.

    Im Zweifelsfall bitte auch folgende Hinweise beachten:
    C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?

    Dieses Posting wurde automatisch erzeugt.



  • why don't you create a new shared library project and copy your files? mayb you can manage this in your project preferences?
    the second: think you got to set the library path in compile settings manually?


Anmelden zum Antworten