blueprint-freespeech / ricochet-refresh

Anonymous peer-to-peer instant messaging
https://www.ricochetrefresh.net
Other
213 stars 28 forks source link

error: static assertion failed: Meta Types must be fully defined #196

Open jakiki6 opened 1 week ago

jakiki6 commented 1 week ago

I'm currently porting this to GNU Guix but compiling it fails with the following error log:

guix.log

morganava commented 1 week ago

Hard to tell without diving into your build environment and Qt6 specifics. Official releases are build with Qt5, so perhaps the source itself needs to be updated to work with Qt6?

jakiki6 commented 1 week ago

okay so building with Qt5 seems to work now, thanks

morganava commented 1 week ago

Official release build scripts can be found here in the ricochet-build repo:

odiferousmint commented 1 week ago

@jakiki6 Care to share the .scm file, or a link to where it may be accessible?

jakiki6 commented 1 week ago

https://github.com/jakiki6/lauras-channel/blob/add7f108644c5784e017322e88641233629bcaf1/laura/packages/utils.scm#L847