cmocka icon indicating copy to clipboard operation
cmocka copied to clipboard

Compilation broken under Ubuntu 16.04

Open aicastell opened this issue 6 years ago • 2 comments

Compiling on Ubuntu 16.04 following these steps:

$ git clone https://github.com/clibs/cmocka.git
$ mkdir -p cmocka/build
$ cd cmocka/build
$ cmake ../
$ make

The compilation is broken with a bunch of errors like this:

error: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]

This repo is outdated for 3 years... Is this the proper cmoka repository?

aicastell avatar Nov 16 '17 11:11 aicastell

Nah... See the very beginning of README:

Mirror of git://git.cryptomilk.org/projects/cmocka.git

so go to: https://cmocka.org/ or https://git.cryptomilk.org/projects/cmocka.git/

DEVoytas avatar Nov 19 '17 01:11 DEVoytas

This mirror needs updating

wdlkmpx avatar Jun 14 '23 05:06 wdlkmpx

This is a fork of cmocka. I'd recommend to go to the upstream repository for more information.

diasbruno avatar Apr 10 '24 12:04 diasbruno