Package Details: stratagus 3.3.2-1

Git Clone URL: https://aur.archlinux.org/stratagus.git (read-only, click to copy)
Package Base: stratagus
Description: A free cross-platform real-time strategy gaming engine
Upstream URL: https://github.com/Wargus/stratagus
Licenses: GPL
Submitter: encelo
Maintainer: encelo
Last Packager: encelo
Votes: 27
Popularity: 0.000005
First Submitted: 2005-05-11 02:54 (UTC)
Last Updated: 2022-08-24 16:03 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

necroromnt commented on 2018-08-14 14:28 (UTC) (edited on 2018-08-14 15:07 (UTC) by necroromnt)

I was get some errors "invalid string operator _C_"

stratagus/src/stratagus/src/ai/ai_plan.cpp:346:13: ошибка: невозможно найти
 оператор строкового литерала «operator""_C_» с аргументами «const char [43]», «long unsigned int»  
  DebugPrint("%d: Planning for force #%lu of player #%d\n"_C_ player.Index  

I separated string and _C_ using space:

prepare()
{
  find $srcdir -type f -name '*.h' -exec  sed -i -- 's/"_C_/" _C_/g' {} +
  find $srcdir -type f -name '*.cpp' -exec  sed -i -- 's/"_C_/" _C_/g' {} +
}

encelo commented on 2017-06-07 21:03 (UTC) (edited on 2017-06-07 21:03 (UTC) by encelo)

Updated to 2.4.1

<deleted-account> commented on 2016-08-05 16:02 (UTC)

Because it isn't: https://github.com/Wargus/stratagus/blob/master/CMakeLists.txt#L33-L39

AnbuBlack commented on 2016-08-05 12:11 (UTC)

Why is flagged when the last verrsion in 2.3.0?

encelo commented on 2015-04-08 22:03 (UTC)

Updated to 2.3.0

encelo commented on 2014-06-15 12:10 (UTC)

- makedepends array updated for tolua++ - Installation of stratagus-game-launcher.h moved to the package() function

salviati commented on 2014-05-01 08:54 (UTC)

mkdir: cannot create directory ‘/tmp/yaourt-tmp-user/aur-stratagus/pkg’: Permission denied

Samsagax commented on 2013-11-09 23:54 (UTC)

You need to change toluapp -> tolua++ in the makedepends array.

chadberg commented on 2013-06-22 19:47 (UTC)

Had a hard time getting this to build until I put the lines "mkdir -p ${pkgdir}/usr/include cp ${srcdir}/${pkgname}_$pkgver.orig/gameheaders/stratagus-game-launcher.h ${pkgdir}/usr/include" into the package section instead of the build section. Otherwise the directories were created first and causing problems during the make install.

encelo commented on 2013-06-03 18:40 (UTC)

Added SBINDIR definition to CMake build command, thanks Thaodan.