-
Notifications
You must be signed in to change notification settings - Fork 295
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
Error building on FreeBSD #175
Comments
If I run To run it I had to go to Now I'll try to figure out how to create a protocol handler in this platform. |
I found a way to make the protocol handler work at least in Firefox (I'm running XFCE as Desktop Environment, I don't know if this works on others): Create the file
Add the line Finally run That's it. |
Mmm, in
|
Now I have to figure out how to build |
First install
Then when I try to run Weasis I get this:
|
Knowing that I managed to set the
Now the error is this:
Any hint? |
This is not possible because there is no native library for Freebsd. Unfortunately, I don't have the time and resources to manage the compilation and the validation on all systems (especially on more unusual systems). Moreover, all builds have been fully automated through Github action and I don't want to manage builds manually anymore. The native library supports currently Windows, Mac OS X and Linux. I recently added ARM architecture for Linux. |
Thanks @nroduit, I understand that and of course is not my intention to ask you to make a FreeBSD version. As Weasis is an open source project anyone can contribute to it and that's what I'm trying to do here. Regarding the native library, it should be created in the |
Well, I think I'm in the right path. I copied the file
Next I copied my Also I commented and replaced this on
At this step I don't get the
But when I try to open an image I still get the |
I'm using OpenCV 3.41. and Weasis needs 4.5.0 I'll upgrade mine and try again. |
This is not the public version of opencv because there are adaptations to handle all DICOM decoders and encoders. The source code of this library is not public for the moment. |
Ok, then I'll try to run it via linuxulator.
Now when I launch
|
I don't know what happened, now everything works! |
Mm, no, I have to run it a couple of times until it runs properly, also I noticed after opening and closing Weasis the border decorations of all windows (in XFCE) dissapear!, so I must |
Could you share the installation procedure that allow to run Weasis. |
Hi @nroduit, basically the process is:
That's it. |
Thanks I'll try it. |
We don't have the resources or the capacity to support this type of system. |
Hi, I'm trying to build Weasis v3.7.0 on FreeBSD by following this https://nroduit.github.io/en/getting-started/building-weasis/
The "Building all plugins" steps runs without issues, but on "Building Weasis Distributions" fails.
After a while I get this:
Can someone help me fix this?
The text was updated successfully, but these errors were encountered: