AchillesA / maidsafe-dht

Automatically exported from code.google.com/p/maidsafe-dht
0 stars 0 forks source link

Wrong include & Missing file(?) #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build branch signals, rev 653 on linux

What is the expected output? What do you see instead?
Expected successful compilation. 
Compilation fails.

maidsafe/src/maidsafe/transport/service.cc:44:43: schwerwiegender Fehler: 
maidsafe/protobuf/kademlia.pb.h: Datei oder Verzeichnis nicht gefunden
(can't find file maidsafe/protobuf/kademlia.pb.h)

This can be fixed by changing the include line to 
#include "maidsafe/kademlia/kademlia.pb.h"

After this, another error shows up:

/home/marenz/projekte/maidsafe/src/maidsafe/transport/service.cc:45:52: 
schwerwiegender Fehler: maidsafe/protobuf/transport_message.pb.h: Datei oder 
Verzeichnis nicht gefunden
(can't find file maidsafe/protobuf/transport_message.pb.h)

I suspect this file is missing in the repo and needs to be checked in.

What version of the product are you using? On what operating system?
branch signals, rev 653 (current latest) Arch Linux 32 bit.

Original issue reported on code.google.com by m4r...@googlemail.com on 27 Dec 2010 at 3:49

GoogleCodeExporter commented 9 years ago
Thank you for your report. We are in the process of refactoring the DHT, which 
is taking place in the signals branch you tried to build. Due to the large 
amount of changes being made concurrently, we cannot ensure full buildability 
just now. Once this branch is expected to build again, we will reflect that in 
a commit message.

For your own projects, please only use the code in the trunk, which does fully 
compile and is well tested.

Original comment by steve.muecklisch@gmail.com on 27 Dec 2010 at 4:07

GoogleCodeExporter commented 9 years ago
alright, thanks for the information

Original comment by m4r...@googlemail.com on 27 Dec 2010 at 4:20