[CodeBlocks] Irrlicht einrichten



  • Hi,

    ich versuche gerade mit CodeBlocks unter Ubuntu ein Irrlicht-Projekt anzulegen. Leider kriege ich CodeBlocks nicht dazu, den Includepath zu finden. Bisher bin sich so vorgegangen:

    - Irrlicht aus den Sourcen gebaut
    - include/* nach /usr/local/include kopiert
    - libIrrlicht.a nach /usr/local/lib kopiert

    Wenn ich jetzt ein Irrlicht-Projekt anlegen will, fragt mich der Wizard zuerst nach dem Irrlichtpfad und legt dazu eine neue Variable an. Ich trage dann ein:

    base: /usr/local/
    include: include
    lib: lib

    Darauf erhalte ich folgenden Fehler

    The macro you entered seems valid, but this wizard can't
    locate the include directory based on this macro.
    This wizard cannot continue.

    Das ist schonmal ein Fortschritt zu ... cannot locate irrlicht.h. Wenn er aber irrlicht.h findet, warum dann nicht auch den Rest? Was muss ich noch angeben?



  • habe hier gerade das gefunden:

    Make a new console project. Do not use the irrlicht template, I assume it's for windows so it gives us a bunch of errors.

    Das erklärt alles.

    </Closed>


Anmelden zum Antworten