Package Details: cmmk_ctrl-git r12.c51e846-1

Git Clone URL: https://aur.archlinux.org/cmmk_ctrl-git.git (read-only, click to copy)
Package Base: cmmk_ctrl-git
Description: Qt based RGB control application for MasterKeys devices
Upstream URL: https://github.com/MCterra10/cmmk_ctrl
Licenses: GPL
Submitter: Holzhaus
Maintainer: mcterra
Last Packager: mcterra
Votes: 3
Popularity: 0.000049
First Submitted: 2018-09-19 18:36 (UTC)
Last Updated: 2022-12-22 12:05 (UTC)

Pinned Comments

mcterra commented on 2022-12-22 12:06 (UTC)

package is compiling again. git is a makedep now, although I'm not sure how you even downloaded the files without git.

Latest Comments

balwierz commented on 2024-03-01 14:28 (UTC)

../main.cc:65:18: error: ‘cmmk_get_device_model’ was not declared in this scope
   65 |     productNames[cmmk_get_device_model(&state)],
      |                  ^~~~~~~~~~~~~~~~~~~~~
../main.cc:66:17: error: ‘cmmk_get_device_layout’ was not declared in this scope; did you mean ‘cmmk_force_layout’?
   66 |     layoutNames[cmmk_get_device_layout(&state)]);
      |                 ^~~~~~~~~~~~~~~~~~~~~~
      |                 cmmk_force_layout
make[1]: *** [Makefile:968: main.o] Error 1

mcterra commented on 2022-12-22 12:06 (UTC)

package is compiling again. git is a makedep now, although I'm not sure how you even downloaded the files without git.

Kevinjil commented on 2021-12-06 15:30 (UTC)

==> ERROR: Cannot find the git package needed to handle git sources.

Could you add git as a make dependency?

radrow commented on 2019-09-23 14:57 (UTC)

I get build error:

../main.cc: In function ‘int main(int, char**)’:
../main.cc:65:24: error: ‘struct cmmk’ has no member named ‘product_type’
   65 |     productNames[state.product_type],
      |                        ^~~~~~~~~~~~
../main.cc:66:23: error: ‘struct cmmk’ has no member named ‘layout_type’
   66 |     layoutNames[state.layout_type]);
      |                       ^~~~~~~~~~~
make[1]: *** [Makefile:1199: main.o] Błąd 1
make[1]: *** Oczekiwanie na niezakończone zadania....
../mainwindow.cc: In constructor ‘MainWindow::MainWindow(cmmk*, QWidget*)’:
../mainwindow.cc:155:15: error: ‘struct cmmk’ has no member named ‘layout_type’
  155 |         _dev->layout_type == CMMK_LAYOUT_TYPE_ISO
      |               ^~~~~~~~~~~
../mainwindow.cc:159:15: error: ‘struct cmmk’ has no member named ‘product_type’
  159 |         _dev->product_type == CMMK_PRODUCT_MASTERKEYS_PRO_S
      |               ^~~~~~~~~~~~
../mainwindow.cc:164:5: error: no matching function for call to ‘KeyboardWidget::KeyboardWidget(<brace-enclosed initializer list>)’
  164 |     };
      |     ^

Also, the dependency should be libcmmk-git

SkyrisBactera commented on 2018-12-28 23:30 (UTC)

You should change out the libcmmk dependency for the new name, libcmmk-git