00:05:36 not the best channel for this. move to the general monero chatroom 04:25:15 https://text.is/0W10 04:48:57 Hello, I'm unsure if this is the right place to ask. I need help compiling on openbsd. 06:04:03 <0​xfffc:matrix.org> enchilada844: you can ask your question 06:06:27 I did not have the comp set, it's building now. 06:46:16 There are some errors, undefined symbols event_base_new, event_get_version, event_base_get_method, and several more and referencing file /usr/local/lib/libunbound.a. libunbound is installed v1.18.0. I can post the log later but for now I have to pause this. 07:05:58 <0​xfffc:matrix.org> https://paste.debian.net/ and make sure you have libevent already installed. 07:14:23 Installed libevent after, reran "env DEVELOPER_LOCAL_TOOLS=1 BOOST_ROOT=/usr/local gmake release-static". Same errors. Also, in the instructions it does not say that libevent needed to be installed. I will paste the logs later and ping you the link. 07:18:38 <0​xfffc:matrix.org> I believe technically we don’t depend directly on libevent, but might be transitive dependency. For example, in OpenSUSE installation too I see need for installing libevent. I will double check and how we depend on libevent 07:21:58 <0​xfffc:matrix.org> enchilada844: https://github.com/monero-project/monero/blob/ac02af92867590ca80b2779a7bbeafa99ff94dcb/contrib/depends/packages/unbound.mk#L11 it is because of libunbound. 07:35:28 It's fine if libevent needs to be installed. It's just that in README it doesn't list it to be installed in the line `pkg_add cmake gmake zeromq libiconv boost`. But since it's installed, it didn't change the output of gmake. Unless I need to reconfigure/rebuild? 07:37:31 <0​xfffc:matrix.org> I would do clean configure/build after installation 07:38:44 Will do 17:14:55 What does `index` refer to here? https://github.com/monero-project/monero/blob/master/src/simplewallet/simplewallet.cpp#L3295C105-L3295C105 17:22:43 sgp_: only export tx from these subaddress indices? 17:24:02 Is it a subaddress index, or an account index? :P 17:24:16 Probably subaddress, but I want to make sure 17:24:37 address 17:24:48 you have to manually go into an account first i think 17:25:48 okay, thanks. That's my experience as well, needing to manually enter all accounts and running export from each separately 17:26:01 tobtoht: the context for this : 17:26:27 tobtoht: the context for this https://github.com/feather-wallet/feather/issues/154