-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something wrong when making bwtool #49
Comments
Sorry for not replying earlier. I need more information about all the commands you've executed, not just the "make" command that is breaking. How did you run the configure script? What were the commands you ran when installing libbeato? If you installed libbeato in the way bwtool is expecting, then I'm guessing you should have common.h located in /sw/include/jkweb? Can you locate common.h? |
I think I had the same problem:
It would be nice if this instructions are mentioned somewhere. |
The instructions are on the wiki page. The INSTALL file is made by autotools. Maybe it should mention the wiki at the top. The README is simply a mention of the wiki. |
@andypohl I now remember why I did not look at the wiki. README.md has just the link to the github page instead of to The README file has the correct link. |
I cannot make in the bwtool folder. |
Set CFLAGS and LDFLAGS to a path depending on where you installed libbeato. |
Hi I have the make issue. My error messages as follows: PLEASE HELP, THANKS! |
@xiaoyonf hi, have you solved your problem? |
Hi, I have the same problem. In went to /usr/ and followed the instructions:
(I had to do it line by line and add a few Then I get this error message when I try to run
Thoug, I have include/ in /usr/. Does anyone know what the problem is and how to fix it ? Thanks |
I am having exactly the same problems. Any solution explained to someone who just started in Linux? |
maybe you can try this : https://travis-ci.org/CRG-Barcelona/libbeato/jobs/279639096 |
cd libbeato/ How can i fix it? Thanks |
hi ,do you solve it? can you tell me the way? |
hi everyone, |
So after struggling for half a day, going through several github issues, finally was able to compile bwtool. Complete commands in case if anyone is struggling..
|
Thanks, @PoisonAlien. I made a small modification to install locally and it worked. I am sharing mine in case.
|
When I run the command "make" in the bwtool folder, there is something wrong and I don't know how to fix it. Could you pleas help me to fix this problem?
$ make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in tests
make[2]: Nothing to be done for `all'.
gcc -DHAVE_CONFIG_H -I. -I/sw/include -MT aggregate.o -MD -MP -MF .deps/aggregate.Tpo -c -o aggregate.o aggregate.c
aggregate.c:7:26: fatal error: jkweb/common.h: No such file or directory
compilation terminated.
make[2]: *** [aggregate.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I think the build of libbeator seemed to be normal.
Thank you!
The text was updated successfully, but these errors were encountered: