Jump to content

Valkyrie

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Valkyrie

  1. I was able to fix it by running:

    dpkg --add-architecture i386

    and installing all the libraries with :i386.


    But now I get the following error:

     

    Debug/2d/sceneobject/SceneObject.cc.o: In function `cSceneObjectplaySound(SceneObject*, int, char const**)':
    /home/bob/Desktop/Testing32/engine/compilers/Make/../../source/2d/sceneobject/SceneObject_ScriptBinding.h:4503: undefined reference to `AudioDescription::AudioDescription()'
    

  2. Something is badly wrong with that last line, it looks like a chunk of file has somehow gotten deleted and the filename has been replaced by a header guard.

    What should I do? I have already tried purging libxft-dev and reinstalling it.

  3. I have been trying to use make on Ubuntu but I have been getting the following error:

    In file included from ../../source/platformX86UNIX/x86UNIXFont.cc:36:0:
    /usr/include/X11/Xft/Xft.h:40:10: error: #include expects "FILENAME" or <FILENAME>
    #include FT_FREETYPE_H
             ^

    Google has unfortunately been unhelpful.


    I have all the libraries listed on the linux build page.

×
×
  • Create New...