-
Notifications
You must be signed in to change notification settings - Fork 5
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
libxputty/xputty/header/xwidget-platform.h:84:1: error: unknown type name 'Display' #56
Comments
Hi @yurivict Hopefully that is fixed now with the latest commit. Let me know please if it works now for BSD/clang. |
The build of the last tag 3a814f5 fails:
|
After adding a few include paths, it fails to find the header:
xresources.h isn't in the source tree. |
These include paths were missing:
|
That's the issue, it should read |
The revision 4b6bd9c fails:
|
you must run |
Hi. I am trying to update Here is the log of
Thanks. |
Could you try git head instead the latest release? There are some fixes already related to FreeBSD. In special, we need to link against lstd++ when build with clang++ |
Thanks for taking time replying. I don't know much about compilers, excuse my ignorance. I tried
|
Okay, I see. |
Okay, very thanks. No need to hurry 🙏 |
Did a quick check on FreeBSD and it turns out that we just need to update libxputty to the latest version. I'll push the fix tomorrow. |
Great. Have a good one. |
So I've pushed a update to the repository, git head should now compile clean on FreeBSD. Let me know if any issue exist. |
Now I am getting a different error, it complains about 'xwidgets.h' file not found.
Same issue in #55 |
Mamba requires to build libxputty static library before compiling Mamba. Hence it set the -j1 flag. |
I did set the environment variable to
|
It's defiantly a issue with parallel jobs. |
I am directly trying to build through ports framework. Maybe I need to modify the port's makefile, I don't know. Maybe try cloning https://git.freebsd.org/ports.git and going to audio/mamba directory and build it from there through ports framework. I just run make there. I never cloned the git head manually, standalone and tried building.
Sent from Proton Mail Android
…-------- Original Message --------
On 10/13/24 1:44 PM, Hermann wrote:
It's defiantly a issue with parallel jobs.
maybe
gmake -j 1
helps. True, it builds here on FreeBSD 14.1-RELEASE-p5 flawless without setting the extra jobs flag.
Do you run plain gmake, or do you use some extra build script?
—
Reply to this email directly, [view it on GitHub](#56 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BETK3ANONYV2HEUAGOWX3P3Z3JFIZAVCNFSM6AAAAABP2OCB2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBYHEZDMMRVGI).
You are receiving this because you commented.Message ID: ***@***.***>
|
Maybe try that. That's what work here flawless with simple gmake. |
Build fails:
Version: 2.6
FreeBSD 14.0
The text was updated successfully, but these errors were encountered: