Pages:
Author

Topic: [Official] ROKOS [flavors] Crypto Full node OS |IoT Devices |Feedback/Discussion - page 19. (Read 74783 times)

hero member
Activity: 560
Merit: 500
where am i? HELLO WORLD
did from start to finish and this is what i got

Code:
pi@rokos ~/bitcoin $ make
Making all in src
make[1]: Entering directory '/home/pi/bitcoin/src'
make[2]: Entering directory '/home/pi/bitcoin/src'
make[3]: Entering directory '/home/pi/bitcoin/src/secp256k1'
make[3]: Leaving directory '/home/pi/bitcoin/src/secp256k1'
  CXX      libbitcoin_server_a-init.o
  CXX      libbitcoin_server_a-main.o

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
Makefile:3799: recipe for target 'libbitcoin_server_a-main.o' failed
make[2]: *** [libbitcoin_server_a-main.o] Error 4
make[2]: Leaving directory '/home/pi/bitcoin/src'
Makefile:6904: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/bitcoin/src'
Makefile:641: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
pi@rokos ~/bitcoin $

is there a way to clear what you did with make and start again?
sr. member
Activity: 385
Merit: 252
Think with your brain. It is not illegal (yet).
Code:
pi@rokos ~/bitcoin $ make -j2
Making all in src
make[1]: Entering directory '/home/pi/bitcoin/src'
make[2]: Entering directory '/home/pi/bitcoin/src'
make[3]: Entering directory '/home/pi/bitcoin/src/secp256k1'
make[3]: Leaving directory '/home/pi/bitcoin/src/secp256k1'
  CXX      libbitcoin_server_a-init.o
  CXX      libbitcoin_server_a-main.o
In file included from init.cpp:39:0:
wallet/db.h:21:20: fatal error: db_cxx.h: No such file or directory
 #include
                    ^
compilation terminated.
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
Makefile:3799: recipe for target 'libbitcoin_server_a-main.o' failed
make[2]: *** [libbitcoin_server_a-main.o] Error 4
make[2]: *** Waiting for unfinished jobs....
Makefile:3771: recipe for target 'libbitcoin_server_a-init.o' failed
make[2]: *** [libbitcoin_server_a-init.o] Error 1
make[2]: Leaving directory '/home/pi/bitcoin/src'
Makefile:6904: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/bitcoin/src'
Makefile:641: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1


Sad what am i doing wrong
Did you follow OKtoshi's instructions as per
New Bitcoin client is awesome, you can prune the blockchain to a 2Gb size, here is the update procedure.

Code:
sudo apt-get install libevent-dev

git clone -b 0.12 https://github.com/bitcoin/bitcoin

cd bitcoin

export CPATH="/usr/local/BerkeleyDB.4.8/include"

export LIBRARY_PATH="/usr/local/BerkeleyDB.4.8/lib"

./autogen.sh

./configure --enable-upnp-default --with-gui

make -j2

sudo make install

Enjoy your new and updated Bitcoin Fullnode 0.12


It seems to me that you missed something around
Code:
export CPATH="/usr/local/BerkeleyDB.4.8/include"

export LIBRARY_PATH="/usr/local/BerkeleyDB.4.8/lib"
Anyway, you might try a solution from 2013 found at https://github.com/dogecoin/dogecoin/issues/76
Quote
It looks like qmake wasn't able to find it.
The only thing I've had to do is to add -I/usr/include/db4.8 at the end of the INCPATH in the Makefile generated by qmake.
In your case it will be the Makefile generated by make.
hero member
Activity: 560
Merit: 500
where am i? HELLO WORLD
Code:
pi@rokos ~/bitcoin $ make -j2
Making all in src
make[1]: Entering directory '/home/pi/bitcoin/src'
make[2]: Entering directory '/home/pi/bitcoin/src'
make[3]: Entering directory '/home/pi/bitcoin/src/secp256k1'
make[3]: Leaving directory '/home/pi/bitcoin/src/secp256k1'
  CXX      libbitcoin_server_a-init.o
  CXX      libbitcoin_server_a-main.o
In file included from init.cpp:39:0:
wallet/db.h:21:20: fatal error: db_cxx.h: No such file or directory
 #include
                    ^
compilation terminated.
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
Makefile:3799: recipe for target 'libbitcoin_server_a-main.o' failed
make[2]: *** [libbitcoin_server_a-main.o] Error 4
make[2]: *** Waiting for unfinished jobs....
Makefile:3771: recipe for target 'libbitcoin_server_a-init.o' failed
make[2]: *** [libbitcoin_server_a-init.o] Error 1
make[2]: Leaving directory '/home/pi/bitcoin/src'
Makefile:6904: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/bitcoin/src'
Makefile:641: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1


Sad what am i doing wrong
legendary
Activity: 1140
Merit: 1004
OK
It's OK now but but my button core keeps on closing when I leave it running it's only a hour running before it closes
Please post the last few 100-200 records from debug.log (or attach the whole debug.log) after bitcoin-core has stopped... you'll find it in ~/.bitcoin/

That is weird, will gladly help, please follow RMD73 indication so we can troubleshot your issue.
sr. member
Activity: 385
Merit: 252
Think with your brain. It is not illegal (yet).
It's OK now but but my button core keeps on closing when I leave it running it's only a hour running before it closes
Please post the last few 100-200 records from debug.log (or attach the whole debug.log) after bitcoin-core has stopped... you'll find it in ~/.bitcoin/
member
Activity: 112
Merit: 10
It's OK now but but my button core keeps on closing when I leave it running it's only a hour running before it closes
sr. member
Activity: 385
Merit: 252
Think with your brain. It is not illegal (yet).
just installed it on my pi when i setit all up and turned off and back on my bitcoin client wasnt there anymore so i had to re do it any ideas how that happend ?
Please provide more detailed description of what you have done "setting it up"...
Or, you can try writing the image on SD-card and try again, following the instructions to the letter (including when to reboot the device).
member
Activity: 112
Merit: 10
just installed it on my pi when i setit all up and turned off and back on my bitcoin client wasnt there anymore so i had to re do it any ideas how that happend ?
legendary
Activity: 1140
Merit: 1004
OK
New Bitcoin client is awesome, you can prune the blockchain to a 2Gb size, here is the update procedure.

Code:
sudo apt-get install libevent-dev

git clone -b 0.12 https://github.com/bitcoin/bitcoin

cd bitcoin

export CPATH="/usr/local/BerkeleyDB.4.8/include"

export LIBRARY_PATH="/usr/local/BerkeleyDB.4.8/lib"

./autogen.sh

./configure --enable-upnp-default --with-gui

make -j2

sudo make install

Enjoy your new and updated Bitcoin Fullnode 0.12


About Bitcoin Pruning and How to  (Bitcoin 0.12)

Block file pruning
This release supports running a fully validating node without maintaining a copy of the raw block and undo data on disk. To recap, there are four types of data related to the blockchain in the bitcoin system: the raw blocks as received over the network (blk???.dat), the undo data (rev???.dat), the block index and the UTXO set (both LevelDB databases). The databases are built from the raw data.

Block pruning allows Bitcoin Core to delete the raw block and undo data once it’s been validated and used to build the databases. At that point, the raw data is used only to relay blocks to other nodes, to handle reorganizations, to look up old transactions (if -txindex is enabled or via the RPC/REST interfaces), or for rescanning the wallet. The block index continues to hold the metadata about all blocks in the blockchain.

The user specifies how much space to allot for block & undo files. The minimum allowed is 550MB. Note that this is in addition to whatever is required for the block index and UTXO databases. The minimum was chosen so that Bitcoin Core will be able to maintain at least 288 blocks on disk (two days worth of blocks at 10 minutes per block). In rare instances it is possible that the amount of space used will exceed the pruning target in order to keep the required last 288 blocks on disk.

Block pruning works during initial sync in the same way as during steady state, by deleting block files “as you go” whenever disk space is allocated. Thus, if the user specifies 550MB, once that level is reached the program will begin deleting the oldest block and undo files, while continuing to download the blockchain.

For now, block pruning disables block relay. In the future, nodes with block pruning will at a minimum relay “new” blocks, meaning blocks that extend their active chain.

Block pruning is currently incompatible with running a wallet due to the fact that block data is used for rescanning the wallet and importing keys or addresses (which require a rescan.) However, running the wallet with block pruning will be supported in the near future, subject to those limitations.

Block pruning is also incompatible with -txindex and will automatically disable it.

Once you have pruned blocks, going back to unpruned state requires re-downloading the entire blockchain. To do this, re-start the node with -reindex. Note also that any problem that would cause a user to reindex (e.g., disk corruption) will cause a pruned node to redownload the entire blockchain. Finally, note that when a pruned node reindexes, it will delete any blk???.dat and rev???.dat files in the data directory prior to restarting the download.

To enable block pruning on the command line:

    -prune=N: where N is the number of MB to allot for raw block & undo data.

Modified RPC calls:

    getblockchaininfo now includes whether we are in pruned mode or not.
    getblock will check if the block’s data has been pruned and if so, return an error.
    getrawtransaction will no longer be able to locate a transaction that has a UTXO but where its block file has been pruned.

Pruning is disabled by default.
legendary
Activity: 1140
Merit: 1004
OK
New Bitcoin client is awesome, you can prune the blockchain to a 2Gb size, here is the update procedure.

Code:
sudo apt-get install libevent-dev

git clone -b 0.12 https://github.com/bitcoin/bitcoin

cd bitcoin

export CPATH="/usr/local/BerkeleyDB.4.8/include"

export LIBRARY_PATH="/usr/local/BerkeleyDB.4.8/lib"

./autogen.sh

./configure --enable-upnp-default --with-gui

make -j2

sudo make install

Enjoy your new and updated Bitcoin Fullnode 0.12
legendary
Activity: 1140
Merit: 1004
OK
oh sorry, I did accidently add my JiffyCoin address in my guide for donation, it was supposed to be an OKCash address, I just had JiffyCoin in my head the night i wrote the guide since I was trying to get the wallet running on the OS, now it's changed to OKCash to support you guys! Awesome OS! It made me love my new Raspberry even more! Grin

No problem, we support friendly and cross collaborative communities, thanks for the support will get added to the guides on site,

Thanks! very glad that you like it and that it helps get you empowered and to like more your Pi while making history with this devices!
newbie
Activity: 28
Merit: 0
oh sorry, I did accidently add my JiffyCoin address in my guide for donation, it was supposed to be an OKCash address, I just had JiffyCoin in my head the night i wrote the guide since I was trying to get the wallet running on the OS, now it's changed to OKCash to support you guys! Awesome OS! It made me love my new Raspberry even more! Grin
legendary
Activity: 1140
Merit: 1004
OK


ROKOS Bitcoin Fullnode is now an official partner for the upcoming and
most expected cryptocurrency event yet, CoinFestUK.


http://coinfestuk.org/

https://twitter.com/BitcoinFullnode/status/693156316664221696


legendary
Activity: 1140
Merit: 1004
OK
Im glad I can help Smiley I managed to get the JiffyCoin wallet running as daemon aswell, thanks to all the help I got from this crew. I will make an detailed guide on how to install and run an altcoin wallet in ROKOS Core, in a few days.

Yw, and sounds like a plan, the crypto community appreciates it.
newbie
Activity: 28
Merit: 0
Im glad I can help Smiley I managed to get the JiffyCoin wallet running as daemon aswell, thanks to all the help I got from this crew. I will make an detailed guide on how to install and run an altcoin wallet in ROKOS Core, in a few days.
legendary
Activity: 1140
Merit: 1004
OK
I decided to make a guide how to install ROKOS Core on a Raspberry Pi 2 for complete noobs like me. I guess im not the only noob out there..? Smiley

---Prepare the MicroSD/MicroSDHC card---
(I did this on a Windows computer, and I dont know what tool to use for Mac to install the iso file Image burner, for this guide you will have to figure out that yourself, if you use Mac)


1. Download and install SD Formatter 4.0 (This is the tool to format the SD card) from:
Windows: https://www.sdcard.org/downloads/formatter_4/eula_windows/SDFormatterv4.zip
Mac: https://www.sdcard.org/downloads/formatter_4/eula_mac/SDFormatter_4.00B.pkg
(or find it yourself at: https://sdcard.org/downloads)

2. Insert the MicroSD/MicroSDHC card into your PC/Mac. (You will probably need an MicroSD to SD adapter for this).

3. Start SD Formatter 4.0 and click the [Option] button. In there you change from "FORMAT TYPE: QUICK" to "FORMAT TYPE: (FULL)Erase", just leave the "FORMAT SIZE ADJUSTMENT" in OFF and click the [OK] button so start the format. When the card is completely formatted click the [Exit] button to close SD Formatter.

4. Download and install Win32 Disk Imager (This is the iso file Image burner) from:
Windows: http://sourceforge.net/projects/win32diskimager/files/latest/download

5. Download ROKOS Core (rokosv4core.img.zip) and unzip the ISO file (This is the awesome ROKOS Core "Operating System" that we are going to install on the SD card) from:
Download: https://drive.google.com/folderview?id=0B6j6kd8yGRsmVkU3VjBCbVRQa1k&usp=sharing
(or find it yourself at: http://rokos.space

6. Start Win32 Disk Imager, press the "little blue folder" and select the "rokosv4core.img" file that you did extract. Make sure your SD card is selected in the list to the right and press the [Write] button. It will tell you that it can corrupt the SD card, just press [Yes] to continue the installation, when the installation to the SD card is done press the [Exit] button to close Win32 Disk Imager.

7. Now "Safely remove" your SD card from the computer.

8. Put the MicroSD/MicroSDHC card in your Raspberry Pi 2, and make sure you got an USB Keyboard, Monitor (via HDMI), and and Internet cable connected to the Raspberry Pi 2 before you connect the power cable to your Raspberry Pi 2.



---Installing ROKOS Core---
(The first boot of ROKOS Core)


1. Type:
Code:
sudo raspi-config
(and press enter)

2. Select:
Code:
1. Expand Filesystem
(and press enter) press enter again on the button.

3. Select:
Code:
2. Change user password
(and press enter) press enter again on the button. Type a new password (you will not see the letters) and press enter, type your new password again, and press enter. Then press the button.

4. Select:
Code:
5. Internationalisation Options
(and press enter) Then select:
Code:
I2. Change Timezone
(Choose your timezone)

5. Press the "TAB" button on your keyboard two times to get to the button, and press enter. Then choose to restart your system.

6. Type:
Code:
startx
(and press enter) your system will now start up and you are DONE!

ENJOY THIS AWESOME OPERATING SYSTEM!



Please donate some Bitcoins or JiffyCoins if you did find this guide helpful. (Im working my ass off to be able to afford a better miner than 190GH/s..) Wink
Bitcoin address: 1Fq1z5pt6mWqNJe52Ez6NjEJiJnV7zPHu2
JiffyCoin address: JQX3AmZ6FjkCgxMGmNBCHWVrUFQu6NPdgV

Awesome Guide!

Will add it to the ANNs, website (coming tutorials section), and the website github to help new users with proper credit of course!

(let Jiffy devs know of: claims for integration to ROKOS in case they want to get integrated into the ROKOS flavors releases would gladly do so, already at 3/5 ready for the coming release so short time left to get in this one)

Again, great job with the guide and pushing crypto forward by helping and empowering the users!

Thank you.
legendary
Activity: 1140
Merit: 1004
OK
OS already has a lot of the libraries required to compile most of cryptocurrencies, you can try compiling your altcoin daemon like this:


- git clone http://[githubofaltcoin]

- cd altcoin

- cd src

- make -f makefile.unix USE_UPNP=-

that should compile the daemon for that altcoin, feel free to share feedback or ask any question in the official thread so it can remain for future users with same doubts, we will share more friendly manuals later on.


P.S: you should remember to open the ports of that altcoin in the firewall, you can do it with

- sudo ufw allow PORT/TCP


Cheers.

Hello! I am trying to install an altcoin wallet following your little guide here. but I get a error message when I am typing "make -f makefile.unix USE_UPNP=-"

this is how I did it:
git clone https://github.com/hirosakaim/JIFFYCOIN.git
cd JIFFYCOIN
cd src
make -f makefile.unix USE_UPNP=-

and I get the following error message:
Code:
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -02 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pi/JIFFYCOIN/src/leveldb/include -I/home/pi/JIFFYCOIN/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/db.d -o obj/db.o db.cpp
In file included from db.cpp:7:0:
db.h:16:20: fatal error: db_cxx.h: No such file or directory
 #include
                             ^
compilation terminated.
makefile.unix:175: recipe for target 'obj/db.o' failed
make: *** [obj/db.o] Error 1

Can someone please help me?

Need to let it know where is the db, add this step:

on terminal:

Code:
export CPATH="/usr/local/BerkeleyDB.4.8/include"

export LIBRARY_PATH="/usr/local/BerkeleyDB.4.8/lib"

and then the:

Code:
cd JIFFYCOIN
cd src
make -f makefile.unix USE_UPNP=-

Njoy
newbie
Activity: 28
Merit: 0
I decided to make a guide how to install ROKOS Core on a Raspberry Pi 2 for complete noobs like me. I guess im not the only noob out there..? Smiley

---Prepare the MicroSD/MicroSDHC card---
(I did this on a Windows computer, and I dont know what tool to use for Mac to install the iso file Image burner, for this guide you will have to figure out that yourself, if you use Mac)


1. Download and install SD Formatter 4.0 (This is the tool to format the SD card) from:
Windows: https://www.sdcard.org/downloads/formatter_4/eula_windows/SDFormatterv4.zip
Mac: https://www.sdcard.org/downloads/formatter_4/eula_mac/SDFormatter_4.00B.pkg
(or find it yourself at: https://sdcard.org/downloads)

2. Insert the MicroSD/MicroSDHC card into your PC/Mac. (You will probably need an MicroSD to SD adapter for this).

3. Start SD Formatter 4.0 and click the [Option] button. In there you change from "FORMAT TYPE: QUICK" to "FORMAT TYPE: (FULL)Erase", just leave the "FORMAT SIZE ADJUSTMENT" in OFF and click the [OK] button so start the format. When the card is completely formatted click the [Exit] button to close SD Formatter.

4. Download and install Win32 Disk Imager (This is the iso file Image burner) from:
Windows: http://sourceforge.net/projects/win32diskimager/files/latest/download

5. Download ROKOS Core (rokosv4core.img.zip) and unzip the ISO file (This is the awesome ROKOS Core "Operating System" that we are going to install on the SD card) from:
Download: https://drive.google.com/folderview?id=0B6j6kd8yGRsmVkU3VjBCbVRQa1k&usp=sharing
(or find it yourself at: http://rokos.space

6. Start Win32 Disk Imager, press the "little blue folder" and select the "rokosv4core.img" file that you did extract. Make sure your SD card is selected in the list to the right and press the [Write] button. It will tell you that it can corrupt the SD card, just press [Yes] to continue the installation, when the installation to the SD card is done press the [Exit] button to close Win32 Disk Imager.

7. Now "Safely remove" your SD card from the computer.

8. Put the MicroSD/MicroSDHC card in your Raspberry Pi 2, and make sure you got an USB Keyboard, Monitor (via HDMI), and an Internet cable connected to the Raspberry Pi 2 before you connect the power cable to your Raspberry Pi 2.



---Installing ROKOS Core---
(The first boot of ROKOS Core)


1. Type:
Code:
sudo raspi-config
(and press enter)

2. Select:
Code:
1. Expand Filesystem
(and press enter) press enter again on the button.

3. Select:
Code:
2. Change user password
(and press enter) press enter again on the button. Type a new password (you will not see the letters) and press enter, type your new password again, and press enter. Then press the button.

4. Select:
Code:
5. Internationalisation Options
(and press enter) Then select:
Code:
I2. Change Timezone
(Choose your timezone)

5. Press the "TAB" button on your keyboard two times to get to the button, and press enter. Then choose to restart your system.

6. Type:
Code:
startx
(and press enter) your system will now start up and you are DONE!

ENJOY THIS AWESOME OPERATING SYSTEM!



Please donate some Bitcoins or OKCash if you did find this guide helpful. (Im working my ass off to be able to afford a better miner than 190GH/s..) Wink
Bitcoin address: 1Fq1z5pt6mWqNJe52Ez6NjEJiJnV7zPHu2
OKCash address: PQZRRuwxY3fKebtYsfSs3jW6wFcQXPSRWR
member
Activity: 101
Merit: 10
OS already has a lot of the libraries required to compile most of cryptocurrencies, you can try compiling your altcoin daemon like this:


- git clone http://[githubofaltcoin]

- cd altcoin

- cd src

- make -f makefile.unix USE_UPNP=-

that should compile the daemon for that altcoin, feel free to share feedback or ask any question in the official thread so it can remain for future users with same doubts, we will share more friendly manuals later on.


P.S: you should remember to open the ports of that altcoin in the firewall, you can do it with

- sudo ufw allow PORT/TCP


Cheers.

Hello! I am trying to install an altcoin wallet following your little guide here. but I get a error message when I am typing "make -f makefile.unix USE_UPNP=-"

this is how I did it:
git clone https://github.com/hirosakaim/JIFFYCOIN.git
cd JIFFYCOIN
cd src
make -f makefile.unix USE_UPNP=-

and I get the following error message:
Code:
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -02 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pi/JIFFYCOIN/src/leveldb/include -I/home/pi/JIFFYCOIN/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/db.d -o obj/db.o db.cpp
In file included from db.cpp:7:0:
db.h:16:20: fatal error: db_cxx.h: No such file or directory
 #include
                             ^
compilation terminated.
makefile.unix:175: recipe for target 'obj/db.o' failed
make: *** [obj/db.o] Error 1

Can someone please help me?
Try installing libdb5.3++-dev (on ubuntu)
newbie
Activity: 28
Merit: 0
OS already has a lot of the libraries required to compile most of cryptocurrencies, you can try compiling your altcoin daemon like this:


- git clone http://[githubofaltcoin]

- cd altcoin

- cd src

- make -f makefile.unix USE_UPNP=-

that should compile the daemon for that altcoin, feel free to share feedback or ask any question in the official thread so it can remain for future users with same doubts, we will share more friendly manuals later on.


P.S: you should remember to open the ports of that altcoin in the firewall, you can do it with

- sudo ufw allow PORT/TCP


Cheers.

Hello! I am trying to install an altcoin wallet following your little guide here. but I get a error message when I am typing "make -f makefile.unix USE_UPNP=-"

this is how I did it:
git clone https://github.com/hirosakaim/JIFFYCOIN.git
cd JIFFYCOIN
cd src
make -f makefile.unix USE_UPNP=-

and I get the following error message:
Code:
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -02 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pi/JIFFYCOIN/src/leveldb/include -I/home/pi/JIFFYCOIN/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/db.d -o obj/db.o db.cpp
In file included from db.cpp:7:0:
db.h:16:20: fatal error: db_cxx.h: No such file or directory
 #include
                             ^
compilation terminated.
makefile.unix:175: recipe for target 'obj/db.o' failed
make: *** [obj/db.o] Error 1

Can someone please help me?
Pages:
Jump to: