‘make local_network_controller’ fails with message
[ 67%] Building CXX object src/vault/CMakeFiles/maidsafe_vault_version_handler.dir/src/maidsafe/vault/version_handler/dispatcher.cc.o
In file included from /home/juboxi/installs/MaidSafe/src/vault/src/maidsafe/vault/version_handler/dispatcher.h:30:0,
from /home/juboxi/installs/MaidSafe/src/vault/src/maidsafe/vault/version_handler/dispatcher.cc:20:
/home/juboxi/installs/MaidSafe/src/vault/src/maidsafe/vault/utils.h:25:24: fatal error: leveldb/db.h: No such file or directory #include “leveldb/db.h”
Are you using next branches (default) or master. This is weird if next as it was removed a couple of weeks back. We removed leveldb as it was not consistent in all OS’s and sqlite was used instead. That will be replaced in rUDP2 as well with a mem mapped implementation that can be memory aligned and interprocess safe as well.
What does the for a month thing mean in the pastebin comment?
This will do nothing, unfortunately you must type the commands I gave i the project root. This BUILD_TYPE sets the build type (Debug Release Asan Tsan etc.)
Ah gcc bug it is real and there is an update that will work, it’s in Qa right now, but if you follow these instructions it will get around that compile error (we make warnings errors)
git pull git@github.com:breese/MaidSafe-Routing.git next```
The full fix and explanation is here https://github.com/maidsafe/MaidSafe-Routing/pull/33
Sorry about the hassle we are super close to fully automated Qa and have a backlog right now. This is a temp fix and will be merged to next very soon.
Linking CXX executable …/…/local_network_controller
[100%] Built target local_network_controller
juboxi@LenovoServer:~/src/maidsafe/build_maidsafe$
Awesome. That completed
I have no solid idea how to start the 12 node local network so I can proceed to trying to write a MaidSafe app. I’m guessing the command would be run inside tmux and likely be local_network_controller if I just found the right directory.
We are releasing more of the API right now, that is what you really want. The thing you are building is the core apps, which help but we have a full dev environment pre compiled etc. If you watch right here this is being released as we talk. The next week or so will see some updates to the API (i.e. you will be able to build a dropbox clone etc) This will build out whit the examples project as @Viv will be at long last able to update a load of stuff there now.
Whoa. Sounds awesome. This is no urgent. It’s just… sentences that begin “My mother’s closet…” and ends in “… has Gigabit Ethernet stuck to a fiber optic network.” and it’s not the worsest of sentences.
Looks like I will be donating 2 nodes to the final Maidsafe network. A 2nd gen i5 and a busted internal display in my mum’s closet with 1.3TB and a VPS-from-cloud in datacenter in Netherlands with 2 cores, 100GB spare disk and 2GB free RAM. If I find part-time employment I can add terabytes to both nodes. The hosting guys are asking 10€ + VAT for 2.000GB and the broken display machine has 5 free USB2 ports to fit disks to.
My interest in MaidSafe is mostly implementing Voting - Consumerium development wiki and the votecounting systems potentially as MaidSafe apps. Crucial to the plot is that historical voting results will be kept over time. In the long run this requires significant storage which is motivation.
The planned voting system is open voting using initially anonymous and discardable voter ids ( right of voter to vanish ) and closed, dissensus ( everyone can get different results tuned to preferences ), votecounting and more.
The Consumium / Consumerium - Enhancing Consumer Informedness effort has been in the planning stage for little over 12 yrs. I have a book on C++ and would like to get writing MaidSafe apps as soon as possible so I gahter I should study the API. If there is something I can help by running automated tests or something just let me know. Consumium / Consumerium hopes to enable a new kind of social media game. My game plan is to try to make all, consumers, owners and workers better off. Dissent is allowed, even preferred.