Package Details: cutter-test_framework 1.2.8-1

Git Clone URL: https://aur.archlinux.org/cutter-test_framework.git (read-only, click to copy)
Package Base: cutter-test_framework
Description: cutter is a C/C++ unit test framework.
Upstream URL: http://cutter.sourceforge.net/index.html
Licenses: LGPL3, FDL1.3
Submitter: cosmo0920
Maintainer: cosmo0920
Last Packager: cosmo0920
Votes: 2
Popularity: 0.000000
First Submitted: 2015-11-11 12:56 (UTC)
Last Updated: 2024-02-13 08:54 (UTC)

Latest Comments

vitaliikuzhdin commented on 2025-01-12 14:08 (UTC) (edited on 2025-01-12 14:08 (UTC) by vitaliikuzhdin)

cut-report-factory-builder.c: In function 'constructor':
cut-report-factory-builder.c:93:16: error: assignment to 'GObject *' {aka 'struct _GObject *'} from incompatible pointer type 'CutReportFactoryBuilder *' {aka 'struct _CutReportFactoryBuilder *'} [-Wincompatible-pointer-types]
   93 |         object = g_object_ref(the_builder);
      |                ^

vitaliikuzhdin commented on 2025-01-06 19:28 (UTC)

Please update the package to something alike: https://gist.github.com/vitaliikuzhdin/0ffcb3524c99185ebe31994f285f701d

lighterowl commented on 2019-02-20 15:16 (UTC) (edited on 2019-02-20 15:16 (UTC) by lighterowl)

--disable-gstreamer should be passed to configure, since versions newer than 1.14 aren't supported yet. A fix is already upstream (https://github.com/xavery/cutter/commit/65a3a6a5c7e19f635b33df91d45e2f80b431b6f4), but this release doesn't have the appropriate check, leading to a compilation failure with current Arch packages.