prashant-r / Scalaris

DHT Chord Transaction
Apache License 2.0
0 stars 0 forks source link

make is not creating some essential directories #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. get a fresh svn checkout
2. run ./configure && make

several directories are missing and make thus fails to complete.

mkdir bin/pubsub
mkdir bin/comm_layer
mkdir bin/transstore
mkdir data

fixes it. make completes now.

mkdir log

is still needed for "cd bin; ./boot.sh" to do anything useful.

What version of the product are you using? On what operating system?

latest svn checkout, linux (ubuntu hardy, debian sid).

Original issue reported on code.google.com by linzber...@gmail.com on 27 Jul 2008 at 9:11

GoogleCodeExporter commented 8 years ago
All these directories are included in the SVN as empty directories, as you can 
see,
when you browse the SVN in the web-interface.

Please ensure, that your svn client also makes a checkout of empty directories 

and creates them locally.

Original comment by schin...@gmail.com on 28 Jul 2008 at 11:50