fatal error: 'bcls/bclslib.h' file not found
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- c
- Domain
- build-system
Research direction
Start with the configure and make commands, then inspect src/bctimer.h and the include paths shown in the compiler output. Determine why bcls/bclslib.h is unavailable in the project or build path; done means the library compiles without this missing-header error.
Written by the indexing model from the issue text.
Description
Hello, I've recently tried to compile the library. So I did, in order:
./configure
make
... But, I receive this error:
/Library/Developer/CommandLineTools/usr/bin/make all-recursive
Making all in src
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O -std=c99 -MT bcls.lo -MD -MP -MF ".deps/bcls.Tpo" -c -o bcls.lo bcls.c;
then mv -f ".deps/bcls.Tpo" ".deps/bcls.Plo"; else rm -f ".deps/bcls.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O -std=c99 -MT bcls.lo -MD -MP -MF .deps/bcls.Tpo -c bcls.c -fno-common -DPIC -o .libs/bcls.o
In file included from bcls.c:31:
In file included from ./bcls.h:45:
./bctimer.h:35:10: fatal error: 'bcls/bclslib.h' file not found
#include "bcls/bclslib.h"
^
1 error generated.
make[2]: *** [bcls.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I can't find the file 'bclslib.h' in your project, Please make sure it is in your path,Thanks.
- Dominant language
- Shell
- Stars
- 2
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Similar issues
-
Bob Shell support Openenhancement
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
tooling
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
openSUSE/python-rpm-macros#219 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
YunoHost-Apps/adguardhome_ynh#258 ·
-
steam-short-session-tracker: incorrect registry backup path resets settings during automatic repair Open
Difficulty 2/5 1-3 hours Newbie friendliness 80/100
ValveSoftware/SteamOS#2829 ·