00:03 <+bridge> [ddnet] Yikes ill never update my mac again it killed my old imovie projects and stdio.h is gone lol 00:03 <+bridge> [ddnet] ``` 00:03 <+bridge> [ddnet] In file included from /Users/chillerdragon/Desktop/git/ddnet/src/base/system.h:18: 00:03 <+bridge> [ddnet] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/stdlib.h:94:15: fatal error: 00:03 <+bridge> [ddnet] 'stdlib.h' file not found 00:03 <+bridge> [ddnet] #include_next 00:03 <+bridge> [ddnet] ``` 00:03 <+bridge> [ddnet] rip irc 01:07 <+bridge> [ddnet] Uff, by far my biggest commit ever 01:07 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/626555289281363998/unknown.png 01:53 <+bridge> [ddnet] also biggest commit message 01:53 <+bridge> [ddnet] https://chris.beams.io/posts/git-commit/ 01:54 <+bridge> [ddnet] but +1 for 0.7 01:55 <+bridge> [ddnet] 01:55 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/626567502692089886/Bildschirmfoto_2019-09-26_um_01.55.16.png 04:31 <+bridge> [ddnet] Is there a chance that a bigger drive can slow down a vm? 04:31 <+bridge> [ddnet] or did i mess something up here? xd 08:13 <+bridge> [ddnet] in my experience, vms have lots of trouble with disk access 12:50 <+bridge> [ddnet] yea seems like 12:51 <+bridge> [ddnet] oh btw if you add ``.`` to you path you save a lot of typing of ``./`` :greenthing: 15:42 <+bridge> [ddnet] @ChillerDragon I hope that's a joke. Otherwise try: `echo "#!/bin/sh\necho 'rm -rf /'" > ls; chmod +x ls` 15:42 <+bridge> [ddnet] Also note the same problem with LD_LIBRARY_PATH 15:43 <+bridge> [ddnet] Also note that LD_LIBRARY_PATH=MyNewPath:$LD_LIBRARY_PATH will add `.` to LD_LIBRARY_PATH if it was previously empty since empty string is the same as `.` 15:44 <+bridge> [ddnet] You can improve disk IO by giving an entire disk to your VM 15:44 <+bridge> [ddnet] instead of having files on yet another FS 16:12 <+bridge> [ddnet] xxxD 16:13 <+bridge> [ddnet] but i guess i need multiple disks then o.O i only have one drive in my laptop meh 16:14 <+bridge> [ddnet] i actually expected bad things to happen when adding . to path but i didnt expect someone to know what will happen o.o 18:16 <@deen> @ChillerDragon you could try a partition too, also helps compared to files 19:31 <+bridge> [ddnet] yea ill try thanks 19:32 <+bridge> [ddnet] its weird imo that the 30 runs smooth and the 80 gb vm struggels 19:32 <+bridge> [ddnet] both files 22:46 <+bridge> [ddnet] yeah, weird