Modify ↓
Opened at 2007-06-07T23:29:55Z
Closed at 2007-06-18T23:11:32Z
#293 closed defect (worksforme)
make check fails (missing check.h)
Reported by: | Owned by: | Jelmer Vernooij | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | devel |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: | Gentoo |
Description
* Compiling check.c check.c:4:19: error: check.h: No such file or directory check.c:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token check.c:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token check.c:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token check.c:41: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token check.c: In function 'main': check.c:46: error: 'SRunner' undeclared (first use in this function) check.c:46: error: (Each undeclared identifier is reported only once check.c:46: error: for each function it appears in.) check.c:46: error: 'sr' undeclared (first use in this function) check.c:69: error: 'LOGLVL_DEBUG' undeclared (first use in this function) check.c:82: error: 'CK_NOFORK' undeclared (first use in this function) check.c:83: error: 'CK_VERBOSE' undeclared (first use in this function) check.c:83: error: 'CK_NORMAL' undeclared (first use in this function) make[1]: *** [check.o] Error 1
I don't know where, but I think one needs to acquire check.h from somewhere. I don't have it.
Attachments (0)
Change History (3)
comment:1 Changed at 2007-06-10T15:53:45Z by
Owner: | set to Jelmer Vernooij |
---|
comment:2 Changed at 2007-06-10T16:21:57Z by
Indeed, forgot to say that,
make check
I think that was it.
comment:3 Changed at 2007-06-18T23:11:32Z by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
You need check (http://check.sf.net/).
Note: See
TracTickets for help on using
tickets.
I suppose you were trying to compile the unit tests? I don't think you should get this problem when trying to compile BitlBee itself.
Assigning this one to Jelmer, he wrote the unit testing stuff.
In the meantime, it shouldn't be that hard to find the package that installs this headerfile...