Valkyrie
-
Posts
4 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Articles
Docs
Gallery
Posts posted by Valkyrie
-
-
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()'
-
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.
-
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.

Displaying a composite sprite onto the GUI
in General
Posted
Is there a way to display a composite sprite onto the GUI? I have tried using a GuiSpriteCtrl with no success.