Help on install from git
by jhemarcos
Hello guys,
I'm trying to install from git on a ubuntu 14.04, but I could not identify the origin of some errors after the "make". I have already checked the list of dependencies and apparently all are present. If anyone has any idea how to solve it, I thank you. Follow the trace after the "make" command in the build folder:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
...
[ 98%] Building CXX object CMakeFiles/tsc.dir/src/input/mouse.cpp.o
[ 98%] Building CXX object CMakeFiles/tsc.dir/src/input/joystick.cpp.o
[ 99%] Building CXX object CMakeFiles/tsc.dir/src/input/keyboard.cpp.o
[100%] Building CXX object CMakeFiles/tsc.dir/credits.cpp.o
Linking CXX executable tsc
CMakeFiles/tsc.dir/src/video/video.cpp.o: In function `TSC::cVideo::Init_Image_Cache(bool)':
video.cpp:(.text+0x201d): undefined reference to `sf::Image::~Image()'
video.cpp:(.text+0x2129): undefined reference to `sf::Image::~Image()'
video.cpp:(.text+0x2242): undefined reference to `sf::Image::~Image()'
CMakeFiles/tsc.dir/src/video/video.cpp.o: In function `TSC::cVideo::Load_Image_Helper(boost::filesystem::path, bool, bool, bool) const':
video.cpp:(.text+0x3af8): undefined reference to `sf::Image::~Image()'
CMakeFiles/tsc.dir/src/video/video.cpp.o: In function `TSC::cVideo::Convert_To_Final_Software_Image(sf::Image*) const':
video.cpp:(.text+0x4356): undefined reference to `sf::Image::~Image()'
CMakeFiles/tsc.dir/src/video/video.cpp.o:video.cpp:(.text+0x441c): more undefined references to `sf::Image::~Image()' follow
CMakeFiles/tsc.dir/src/input/joystick.cpp.o: In function `TSC::cJoystick::Get_Name() const':
joystick.cpp:(.text+0xf3c): undefined reference to `sf::Joystick::getIdentification(unsigned int)'
CMakeFiles/tsc.dir/src/input/joystick.cpp.o: In function `TSC::cJoystick::Get_Names() const':
joystick.cpp:(.text+0xfaf): undefined reference to `sf::Joystick::getIdentification(unsigned int)'
collect2: error: ld returned 1 exit status
make[2]: *** [tsc] Error 1
make[1]: *** [CMakeFiles/tsc.dir/all] Error 2
make: *** [all] Error 2
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
p.s.: I'm newbie to this project's technologies.
4 years, 1 month
Git commit formatting
by Marvin Gülker
Hi everyone,
please do not use overly long titles for commit messages. The output of
the $ git log command otherwise gets difficult to read. For example,
commit 90decbde04c40593421779ec89f0265790d30e87 has a title consisting
of several sentences -- this should not be done. Please always use a
concise heading describing the change, and describe the changes in
detail (if required) after an empty line. This makes all tools
formatting commit messages work properly, which assume the entire first
line is the heading.
Read this if you are unsure about commit message guidelines:
http://chris.beams.io/posts/git-commit/
(this link is the #1 result in Google if you search "how to write good
git commit messages" ;-))
I do not agree with the entire list of suggestions, but in general, they
are very sensible for anyone.
Greetings
Marvin
--
Blog: http://www.guelkerdev.de
PGP/GPG ID: F1D8799FBCC8BC4F
4 years, 2 months
Switch directory name change impacts level scripts...
by datahead
Post via forum by datahead <cjj_009@xxxxxxxxxx>:
The full path for switches is TSC/tsc/data/pixmaps/ground/underground/switch
Apparently, at some point the directory name was changed from pow to switch.
Levels that used the old directory name in their scripts need to change.
I know it broke my Desert Break In level; it probably broke quintus_3.tsclvl as well.
For now I'm posting this so we have a record of it. If desired, I can open a ticket so that we are less likely to forget.
[code]
datahead@datahead-G750JW:~/TSC-Release/TSC/tsc/data/levels$ grep -i pow * | grep -i image | grep -vi property
desert_break_in.tsclvl: UIDS[4291].image = "ground/underground/pow/blue_active.png"
desert_break_in.tsclvl: UIDS[4291].image = "ground/underground/pow/blue_active.png"
quintus_3.tsclvl: switch.image = "ground/underground/pow/blue_active.png"
[/code]
--
Sent by Chessboard.
4 years, 2 months
[ANN] TSC Finance Report 3rd quarter 2016
by Marvin Gülker
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi everyone,
this is the financial report for TSC’s finances for the date range from
2016-07-01 until 2016-09-30.
We have the following money available:
Bank Account: 32.01 EUR
Bitcoin Account: 0.00000000 BTC
We have the following liabilities:
Yearly costs for secretchronicles.de domain: 9.48 EUR
We had the following income:
(none)
We had the following expenses:
* Bank account upkeep costs 6 €
Quintus
TSC project lead.
- --
Blog: http://www.guelkerdev.de
PGP/GPG ID: F1D8799FBCC8BC4F
-----BEGIN PGP SIGNATURE-----
iQEcBAEBCAAGBQJYHdLOAAoJEPHYeZ+8yLxP2P8IAKfq7JDbY0FBgxIdmiebTGGx
js61tWXhInMTORqCjuTkhUvdgBfHUt5/5iPXxgaWERvonMCW7r/XhEkFdHoEhdXA
RAjOuaDdq4I0xg4Sd5MpGePSo1+Bcob18SZNXe0c7XpTYDlvN2+Tu0HdRqr8ReM2
tm/rdF7Iq318KxBERZrQk9zTDSYFYw46xwoYUyTSVz2UWqrQAgHKgL0tMUiRbLAy
s4mDaa0T8uF0oBhSThMNP5W+oW7mgLVprlD8lBmFE+G5ie+iKbAE7CtM4qo8da+f
HQyTnXzg06QNIeJMS+zAfGJkgghuWAyFqFu+DIyIwzzI+4xlg7jcaMi85oiRuGU=
=/IpW
-----END PGP SIGNATURE-----
4 years, 2 months
Menu tooltips...
by datahead
Do tooltips appear for anyone else when they test the options menu (or other menus) at all? They don't appear for me in the options menu. I was just wondering if it might be a Cegui bug at all. I cannot play with translations for tooltips without a way to test them as it is.
4 years, 2 months