-
Notifications
You must be signed in to change notification settings - Fork 15
Makefile:149: recipe for target 'all' failed #8
Comments
You should first try to compile again without the -j4 so we can have a clue of what the error is, otherwise the error message is spread across all the log, interleaved with 3 processes. You can then repost the log and we will take a look. |
Could you also please tell us which version of Ubuntu you are using ? I have some Dockerfiles that I can share with you, that might help you to debug your issue. |
I have typed in |
You must also change the
|
For Qt, here is the stuff I installed to build on Ubuntu 16.04:
I will upload some Dockerfiles soon on a separate repo. For Tetgen I already noticed this issue but that was really random. This is probably a good idea to change the URL as the server seems not be be reliable. |
Thanks, now I am getting this error. |
Thanks Flavien and please let me know when the dockerfiles are uploaded and also the link to it. |
You're welcome, you can find them here : https://github.com/fw4spl-org/docker-fw4spl-deps But that's a bit weird, normally with the packages you installed you should have the GL headers. Can you verify you have a provider like |
Thanks, I'll check them out. I've typed |
I've ran the dockerfile that you provided and this error message occurs for some reason, can you help me out? thanks.
|
Ok so at least you manage to build qt this time, but something else broke earlier. Unfortunately because of |
Can you tell me how I can redirect the make output to a log? Since I am not familiar with these things. I do not think it was tetgen this time because I remember seeing tetgen being downloaded in the terminal during compilation (i think). |
Just change the
And then with |
Ok, Ill try it tomorrow and tell you what happens. |
Hi, I changed the first line into the one below in Dockerfile.txt.
Then I ran
I think this indicates that it was tetgen failing again. |
Hi I've managed to get the log file. |
I've tried this time using Mac OS X and a different error occurred. Would be great if you could help. Output for
Output for
|
Yes for the Linux issue, indeed that's tetgen failing again to download... This url really is not reliable. I'll propose something today to fix this. |
And for MacOs the problem comes from the manpages documentation. We do not need them so I have proposed a patch to exclude them from the build. I'll keep you aware as soon as both patches are integrated into the |
The official URL we used before randomly fails. See fw4spl-org/fw4spl#8.
We do not need them and it was reported to fail on macOs. See fw4spl-org/fw4spl#8.
Ok both issues you reported should be fixed now on the |
For Linux, I downloaded the Output for
Output for
|
Yes of course that's the issue you had before trying building with docker. As said earlier, this is weird because you told that you installed all the requirements. But apparently, you miss either |
I am using Ubuntu and I am compiling the FW4SPL dependencies using the terminal with the command
make -j4
. Then this error occurred, what could be the problem?The text was updated successfully, but these errors were encountered: