Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

can not compile quickBMS 0.11 on manjaro using gcc 11.1.0 on manjaro

Featured Replies

  • Author
  • Localization

silverhikari, posted Fri Jun 18, 2021 12:56 pm (64770)


when trying to compile quickbms from source, several errors occur when using the latest stable gcc provided by the repos
error logs with errors: https://paste.ee/p/yVcim
  • Author
  • Localization

aluigi, posted Wed Jun 23, 2021 12:31 pm (64860)


It's the Makefile that on some platforms doesn't know when amiga and kraken (oodle) are required.
Fix, from:
Code:
ifeq ($(filter-out %86, $(shell uname -m)),)
EXTRA_TARGETS   = libs/amiga/amiga.s libs/powzix/*.cpp
CFLAGS    = -msse2
endif
to:
Code:
EXTRA_TARGETS   = libs/amiga/amiga.s libs/powzix/*.cpp
CFLAGS    = -msse2
  • Author
  • Localization

silverhikari, posted Mon Jun 28, 2021 3:17 am (64941)


i have made the changes to makefile as you said(the platform is x86_64 incase that helps) but a get a new set of errors
https://paste.ee/p/w517R
also what is oodle?
  • Author
  • Localization

aluigi, posted Mon Jun 28, 2021 10:17 am (64943)


That's strange.
One fix may be removing the whole _rotl function from kraken.cpp.
Not sure why it complains about KrakenHeader since I don't see anything wrong.
  • Author
  • Localization

silverhikari, posted Mon Jun 28, 2021 3:47 pm (64954)


well after removeing all mentions of _rotl in kraken.cpp i have rerun make and i now get this error( since the error is so small i will put it in this post)

/usr/bin/ld: /tmp/ccmZcPoS.o: in function `os_tmpname':
loslib.c:(.text 0x227): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/usr/bin/ld: /tmp/ccXRo5dJ.o: warning: relocation in read-only section `.text'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
  • Author
  • Localization

aluigi, posted Mon Jun 28, 2021 4:46 pm (64957)


It's a warning, ignore it. Your quickbms executable has been successfully compiled.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.