Time Nick Message 00:37 dustfinger I tried building minetest from raspberrypi 3. It got to [100%] Building CXX object src/CMakeFiles/minetest.dir/wieldmesh.cpp.o. 00:38 dustfinger It failed when linking CXX executable ../bin/minetest. 00:48 dustfinger Here is a paste of the error: https://pastebin.com/HWBkTs2y Is it possible to build this on a pi 3? What do I need to do to build without error? 00:50 dustfinger When I built I configured the build like so: cmake . -DRUN_IN_PLACE=TRUE -DBUILD_SERVER=FALSE -DBUILD_CLIENT=TRUE -D 00:51 dustfinger sorry. Hit enter by mistake. Here is the full cmake line: cmake . -DRUN_IN_PLACE=TRUE -DBUILD_SERVER=FALSE -DBUILD_CLIENT=TRUE -DCMAKE_BUILD_TYPE=Release 00:51 dustfinger Then I just ran make -j 1 00:53 dustfinger Can I run the build on another machine and then just copy the binary to the pi? Would that work? 01:21 dustfinger I tried compiling it on my alienware laptop with the same cmail options I listed above. When I try executing it on the pi it returns Exit 126 and complains that it cannot execute the binary file: Exec format error. 01:21 dustfinger cmail--> cmake 01:35 riff_IRC /away 02:20 sofar dustfinger: your alienware laptop is x86_64, your rpi is armv7 or something like that, they're not compatible CPU architectures 02:20 sofar dustfinger: google `crosscompiling` 02:26 behalebabo lua_api.txt for minetest.register_allow_player_inventory_action (and register_on too) seems to be wrong, second argument is the action string and the third argument is the InvRef 02:55 Ruslan1 greeter: I’m in Minetest 0.5 06:00 coyote where's minetest 0.4.17? 06:15 wilkgr coyote, 0.4.17 isn't released yet, and when it is, it is a bug-fixes only release I think 16:44 MinetestBot 02[git] 04SmallJoker -> 03minetest/minetest: Allow damage for attached objects, add attach/detach callbacks (#6786) 13ba91624 https://git.io/vpRXJ (152018-04-30T16:43:49Z) 16:44 MinetestBot 02[git] 04rubenwardy -> 03minetest/minetest: MetaDataRef: Add contains() and get() (#7214) 130b5b32b https://git.io/vpRXU (152018-04-30T16:42:51Z) 17:16 MinetestBot 02[git] 04opk4406opk -> 03minetest/minetest: nodedef: Delete two unused method definitions (#7288) 1355bb193 https://git.io/vpRDr (152018-04-30T17:15:11Z) 17:16 MinetestBot 02[git] 04JDCodeIt -> 03minetest/minetest: Global new() or grab() to be managed in constuctor only (#7235 partia… 135862d9e https://git.io/vpRDo (152018-04-30T17:14:28Z) 20:08 rdococ Hm, I forgot that menu mods are now a thing. 21:16 MinetestBot 02[git] 04Ezhh -> 03minetest/minetest_game: Remove commented lines from biome definitions 13b52ea3d https://git.io/vp0tv (152018-04-30T21:14:23Z) 23:49 riff_IRC jcjordyn120's server is back up