Package Details: mingw-w64-schroedinger 1.0.11-6

Git Clone URL: https://aur.archlinux.org/mingw-w64-schroedinger.git (read-only, click to copy)
Package Base: mingw-w64-schroedinger
Description: An implemenation of the Dirac video codec in ANSI C code (mingw-w64)
Upstream URL: https://launchpad.net/schroedinger
Licenses: GPL2, MPL, MIT, LGPL2.1
Submitter: kfg
Maintainer: kfg
Last Packager: kfg
Votes: 3
Popularity: 0.000000
First Submitted: 2013-06-15 14:43 (UTC)
Last Updated: 2024-08-03 14:41 (UTC)

Latest Comments

Martchus commented on 2024-08-01 18:35 (UTC)

This needs fixing to build with GCC 14 and mingw-w64 12, see https://github.com/Martchus/PKGBUILDs/commit/ba4e3098675ea376d1255aea17b2c78a1601b586#diff-2806defd830bee12cc89d8429d5627133b957ce8f1a07830602fb91606cbcfbeR35

Martchus commented on 2024-07-29 23:30 (UTC)

Looks like we need to apply one of the options mentioned on https://gcc.gnu.org/gcc-14/porting_to.html#errors-as-warnings to be able to build this with GCC 14:

/build/mingw-w64-schroedinger/src/schroedinger-1.0.11/schroedinger/schroasync-win32.c: In function 'schro_async_new':
/build/mingw-w64-schroedinger/src/schroedinger-1.0.11/schroedinger/schroasync-win32.c:126:41: error: implicit declaration of function '_beginthreadex' [-Wimplicit-function-declaration]
  126 |     async->threads[i].thread = (HANDLE) _beginthreadex (NULL, STACK_SIZE,
      |

ant32 commented on 2013-08-21 21:14 (UTC)

Could you please add mingw-w64-pkg-config to the makedepends. I'm getting the following if I don't have the native orc or mingw-w64-pkg-config installed. checking for i686-w64-mingw32-pkg-config... no checking for pkg-config... /usr/bin/pkg-config configure: WARNING: using cross tools not prefixed with host triplet checking pkg-config is at least version 0.9.0... yes checking for ORC... no configure: error: orc-0.4 >= 0.4.16 is required ==> ERROR: A failure occurred in build().