Skip to content
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

stable-2.0 branch fails to build with GCC 14 #10091

Open
david-geiger opened this issue Apr 18, 2024 · 1 comment
Open

stable-2.0 branch fails to build with GCC 14 #10091

david-geiger opened this issue Apr 18, 2024 · 1 comment

Comments

@david-geiger
Copy link

Hi,

On Mageia Cauldron freerdp 2.11.x fails to build with GCC 14 due to compiler error (-Wincompatible-pointer-types) like:

/home/iurt/rpmbuild/BUILD/freerdp-2.11.6/libfreerdp/core/info.c: In function 'rdp_read_info_null_string': /home/iurt/rpmbuild/BUILD/freerdp-2.11.6/libfreerdp/core/info.c:88:39: error: initialization of 'const WCHAR *' {aka 'const short unsigned int *'} from incompatible pointer type 'BYTE *' {aka 'unsigned char *'} [-Wincompatible-pointer-types] 88 | const WCHAR* domain = Stream_Pointer(s); | ^~~~~~~~~~~~~~ gmake[2]: *** [libfreerdp/CMakeFiles/freerdp.dir/build.make:863: libfreerdp/CMakeFiles/freerdp.dir/core/info.c.o] Error 1 gmake[2]: *** Waiting for unfinished jobs....

Attached full build log:
build.x86_64.0.20240417141007.log

@akallabeth
Copy link
Member

deactivate the warning for the build or provide a pull request please.
oldstable only gets security fix releases at this point in time.

@akallabeth akallabeth modified the milestone: oldstable-2.0-next May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants