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

Weather broken on hrev56575 #96

Closed
bbjimmy opened this issue Nov 3, 2022 · 3 comments
Closed

Weather broken on hrev56575 #96

bbjimmy opened this issue Nov 3, 2022 · 3 comments

Comments

@bbjimmy
Copy link

bbjimmy commented Nov 3, 2022

Missing symbol: _ZT120BUrlProtocolListener

attempting to re-build from current source:

HttpAuthentication.cpp:(.text+0x7b3): undefined reference to BPrivate::MD5_Init(BPrivate::MD5_CTX*)' /boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/11.2.0/../../../../x86_64-unknown-haiku/bin/ld: HttpAuthentication.cpp:(.text+0x7df): undefined reference to BPrivate::MD5_Update(BPrivate::MD5_CTX*, void const*, unsigned long)'
/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/11.2.0/../../../../x86_64-unknown-haiku/bin/ld: HttpAuthentication.cpp:(.text+0x7ea): undefined reference to `BPrivate::MD5_Final(unsigned char*, BPrivate::MD5_CTX*)'
collect2: error: ld returned 1 exit status
/boot/system/develop/etc/makefile-engine:249: recipe for target 'objects.x86_64-cc11-release/Weather' failed
make: *** [objects.x86_64-cc11-release/Weather] Error 1

@nielx
Copy link

nielx commented Nov 5, 2022

Was this fixed by bb0cdb9?

@humdingerb
Copy link
Member

It was. Begasus checked. :)

@Begasus
Copy link

Begasus commented Nov 5, 2022

Just did a new build with latest commit on 32bit, builds OK and works fine. (Haiku nightly hrev56578)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants