Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Law

#1
Help requests / Questions
10 August 2014, 14:47:07
Hello,

So TGUI seems to be running perfectly on my computer now, which is already great. I was compiling the examples shown on the website, and one question arises... Where can I download Black.conf ?

Also, I was wondering if that was possible to make a chatbox or listbox with buttons in every line? Though this is not what I want to do, an example would be to make two buttons per line, one whose goal is to move the line one rank higher, and the other one one rank lower.

Thanks!
#2
Installation help / Cmake problem
09 August 2014, 22:55:25
Hello, I followed the instructions regarding the installation via cmake, and this is what I bump into:

[...]
[ 84%] Building CXX object src/TGUI/CMakeFiles/tgui.dir/ChatBox.cpp.o
[ 87%] Building CXX object src/TGUI/CMakeFiles/tgui.dir/MessageBox.cpp.o
[ 89%] Building CXX object src/TGUI/CMakeFiles/tgui.dir/Knob.cpp.o
Linking CXX shared library ../../lib/libtgui.so
[ 89%] Built target tgui
Scanning dependencies of target FormBuilder
[ 92%] [ 94%] [ 97%] [100%] Building CXX object src/TGUI/FormBuilder/CMakeFiles/FormBuilder.dir/Form.cpp.o
Building CXX object src/TGUI/FormBuilder/CMakeFiles/FormBuilder.dir/main.cpp.o
Building CXX object src/TGUI/FormBuilder/CMakeFiles/FormBuilder.dir/FormBuilder.cpp.o
Building CXX object src/TGUI/FormBuilder/CMakeFiles/FormBuilder.dir/MenuBar.cpp.o
Linking CXX executable FormBuilder
../../../lib/libtgui.so.0.6.4: undefined reference to `sf::Image::~Image()'
collect2: error: ld returned 1 exit status
make[2]: *** [src/TGUI/FormBuilder/FormBuilder] Error 1
make[1]: *** [src/TGUI/FormBuilder/CMakeFiles/FormBuilder.dir/all] Error 2
make: *** [all] Error 2


How do I sort this out ? Or maybe this is a minor problem that doesn't need to be fixed ?

Thank you.