<trungnt2910[m]>
> Do not search for header files in the C++-specific standard directories, but do still search the other standard directories. (This option is used when building the C++ library.)
<trungnt2910[m]>
No, actually `g++` did find `link.h`, but could not resolve the `Elf_` symbols, only when `-nostdinc++` is specified.
<Not-d5e4>
[haikuports/haikuports] threedeyes 6dada8f - Ocatave: use kpty terminal
<waddlesplash>
trungnt2910[m]: you need a different header for Elf stuff
<waddlesplash>
specifically ... elf.h
JakeSays has quit [Ping timeout: 480 seconds]
JakeSays1 has joined #haiku
JakeSays has joined #haiku
<trungnt2910[m]>
<waddlesplash> "specifically ... elf.h" <- I thought link.h on Haiku was meant to be some kind of compatibility header which in turn `#include`s `<os/kernel/elf.h>`?
<waddlesplash>
only under _DEFAULT_SOURCE
<waddlesplash>
#include <features.h> first
JakeSays1 has quit [Ping timeout: 480 seconds]
<waddlesplash>
Haiku is stricter than most about headers and namespaces
<waddlesplash>
we really leave a lot of stuff out of namespaces that glibc or even musl will enable by default despite it being nonstandard
<trungnt2910[m]>
<waddlesplash> "only under _DEFAULT_SOURCE" <- So the macro is enabled by default for a blank C++ file with only <link.h>?
JakeSays has quit [Remote host closed the connection]
<waddlesplash>
it may be, depending on what pragmas GCC enables by default.
<waddlesplash>
I can't actually remember
<waddlesplash>
one of the -dump flags should display everything
JakeSays has joined #haiku
<trungnt2910[m]>
Oh no...
<trungnt2910[m]>
Last time I compiled I `#include`ed `<iostream>`
<trungnt2910[m]>
Removed the `<iostream>` and errors start popping up.
JakeSays has quit [Remote host closed the connection]
JakeSays has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
JakeSays has quit [Remote host closed the connection]
JakeSays has joined #haiku
JakeSays has quit [Remote host closed the connection]
JakeSays has joined #haiku
JakeSays has quit []
JakeSays has joined #haiku
JakeSays has quit [Remote host closed the connection]
<Not-d5e4>
[haikuports/haikuports] Begasus 2c47f2f - uqm, fix references to libpng16 and libSDL* (#6943)
Gautam has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
JakeSays has joined #haiku
Gautam has joined #haiku
Gautam has quit []
JakeSays has quit [Remote host closed the connection]
JakeSays has joined #haiku
Gautam has joined #haiku
Gautam has quit []
NaGERST has joined #haiku
<NaGERST>
Is the 6900XT supported by the radeon driver or is it falling back to VESA?
<NaGERST>
deviceid 73BF
<NaGERST>
jessicah: Is the fix we talked about a few months ago included in newer builds (for larger ram) or do i have to get it manually set up in modern builds?
<Begasus>
nice, TeXstudio on par :)
<NaGERST>
another question: Can haiku read spanned ntfs drives? Or is it limited to basic volumes?
JakeSays has quit [Remote host closed the connection]
JakeSays has joined #haiku
mmu_man has joined #haiku
<jessicah>
NaGERST: I don't remember what we talked about
<jessicah>
and pretty sure NTFS is limited to basic partitions
<NaGERST>
the fix was about the boot and having too much ram.
<NaGERST>
256gb ram
<NaGERST>
had to boot in safe mode until you supplied a config file
DKnoto_W has quit [Quit: Leaving]
<NaGERST>
44 cores was perhaps the issue
DKnoto has joined #haiku
<NaGERST>
Now i have gotten a new gfx card that is not nvidia based. so i thought i would give haiku another go.
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
<jessicah>
ohh, it slightly rings a bell
<jessicah>
think it was disabling something in the kernel config file?
<jessicah>
did you open a ticket?
Gautam has joined #haiku
freddietilley has quit [Quit: WeeChat 3.5]
jadedctrl has quit [Quit: Vision[znc]: i've been blurred!]
jadedctrl has joined #haiku
eschaton has quit [Quit: ZNC 1.8.x-git-34-0db5c235 - https://znc.in]
Gautam has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Gautam has joined #haiku
freddietilley has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
<Begasus>
how is it that buildmaster doesn't suffer from "waiting for package to be ..."? I could kick it! :/
<jessicah>
just rm -rf the boot/system stuff in the work dir
<jessicah>
buildmaster isn't updating the system installed packages
<jessicah>
so the package state between system and workdir doesn't become inconsistent
<x512[m]>
It can be very dangerous and cause data loss. Inspect mounted file systems with `df -a` first and unmount packagefs used by haikubuilder.
<x512[m]>
rm -rf may cross mount points.
<jessicah>
hmm, really? but packagefs is readonly
<nephele>
yes, but /system/administrative is not for example
<nephele>
and deleting files counts as "user wants to deinstall this package"
<nephele>
IIRC the ubuntu version of rm atleast has an option on whether to cross mount points, but Haikus one does not it seems
<nephele>
Oh, actually we do have it, i just didnt see it because of its confusing name :D "--one-file-system"
<nephele>
"when removing a hierarchy recursively, skip any directory that is on a file system different from that of the corresponding command line argument"
<nephele>
Well... this uhh, hopefully it doesn't really check "different file system" but different mount...
<nephele>
x512: if you rm the mounted dir with using the proper name without * it will delete it without having to worry about the mount though
<nephele>
so running "rm *; rm -rf *" in that dir /should/ be safe i think... maybe there is mount points deeper though
Gautam has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Gautam has joined #haiku
Gautam has quit []
Gautam has joined #haiku
xet7 has quit [Remote host closed the connection]
xet7 has joined #haiku
HaikuUser has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
doomquak1keen is now known as doomquakekeen
<HaikuUser>
some dumb questions as I can't duck them right now: are only wireless networks supported so far? and why might WebPositive fail to contact any site?
<HaikuUser>
I mean I can connect to this server, so it can't be a DNS issue, right?
mmu_man has joined #haiku
<nephele>
Are you asking whether ethernet is supported? If so it is supported
<nephele>
It could be a time issue if your clock is set wrong, if it gives a warning about the cert
<nephele>
but hard to tell without more info
<Begasus>
I usually delete the "administrative" directory in the source/work/system ...path
austin987 has joined #haiku
<Begasus>
that mostly works OK, but sometimes it just doesn't
<nephele>
Hi Begasus
<Begasus>
hi nephele
<Begasus>
been around long enough to know a few things I can try to get a build starting, but as said, sometimes nothing works (like opencv, no matter what I tried ... couldn't get the build to start)
<nephele>
The tool should be fixed, it wasts time :)
<Begasus>
right!
<Begasus>
now checking a build for openmw, it finaly started :) (will take some time)
austin_ has quit [Ping timeout: 480 seconds]
<Begasus>
next should be plee_the_bear
bbjimmy has joined #haiku
<Begasus>
then all (I could check) should be OK for libpng16
<HaikuUser>
nephele: yes, for some reason I don't get a connection when using ethernet, WiFi works though...
<Begasus>
Maybe someone could check a build for openscenegraph with the patch included in openmw :P
<Andreasraute0211>
can we run cyberpunk on haiku?
<Begasus>
"pkgman search cyberpunk" (in Terminal) or search with HaikuDepot for it?
<Begasus>
38% (this is going to take some time ...
Andreasraute0211 has quit [Ping timeout: 480 seconds]
<Begasus>
heh ... just looked up cyberpunk, don't think it will happen soon :)
<Begasus>
jikes, problem with using 2 laptops is that you get out of sync with recipes and need to remove some in order to be on par (if you haven't checked in a while there) :P
HaikuUser has joined #haiku
HaikuUser has quit []
Gautam has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Gaspare has joined #haiku
Gautam has joined #haiku
Gaspare has quit [Quit: Gaspare]
Gaspare has joined #haiku
Gaspare has quit []
Gaspare has joined #haiku
Gaspare has quit []
Gautam has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<waddlesplash>
reported by x512[m]. likely caused by the change merged yesterday
<waddlesplash>
guess we missed something in AHCI
Gaspare has quit [Quit: Gaspare]
Gautam has joined #haiku
Gautam has quit []
<trungnt2910[m]>
<waddlesplash> "trungnt2910: https://matrix.org/..." <- Will investigate when I have access to my laptop (probably tomorrow)
matt__ has joined #haiku
<waddlesplash>
I'll probably take care of it before then
<Begasus>
Out for a bit, just mentioning that I updated 32bit (nightly) earlier to the mentioned hrev on the forum, booted ok here (VirtualBox)
<Begasus>
bbl
frkzoid has quit [Ping timeout: 480 seconds]
<trungnt2910[m]>
<waddlesplash> "I'll probably take care of it..." <- What's the configuration? I've built it before submitting the patch, booting x86_64 well on VMware.
<waddlesplash>
AHCI is SATA
<waddlesplash>
so if you configure a SATA disk it will probably reproduce
kescher has quit [Quit: Bye]
kescher has joined #haiku
freddietilley has quit [Quit: WeeChat 3.5]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
beaglejoe has joined #haiku
x10z has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x10z has joined #haiku
tuaris has joined #haiku
Gautam has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
jessicah has quit [Quit: Connection closed for inactivity]
Gautam has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ablyss has quit [Remote host closed the connection]
<nekobot>
[haiku/haiku] aef561c99a13 - AHCI: Adjust memory allocation after recent VM changes.
<nekobot>
[haiku/haiku] 27f95c84d7e9 - drivers/audio: Adjust physical memory mapping after recent VM changes.
ClaudioM has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
Gautam has joined #haiku
Gautam has quit []
beaglejoe has quit [Quit: Leaving]
Gautam has joined #haiku
vdamewood has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Begasus_32 has joined #haiku
<Begasus_32>
/sources/openmw-openmw-0.47.0/components/resource/stats.cpp: In member function 'void Resource::StatsHandler::setUpScene(osgViewer::ViewerBase*)':