-
duso
heh, I just got my first email promoting "Bitcoin Billionaire" program. How does this scam work? I am failing to see the angle
-
newyearday
hello
-
newyearday
do anyone know how to make a debug version from depends
-
newyearday
make depends target-debug....
-
newyearday
anyone know howto compile a debug version from depends
-
newyearday
make depends target=x86_64-linux-gnu-debug??
-
newyearday
didnt work until now
-
newyearday
how to make depends debug version?
-
newyearday
how to make debug version from depends
-
newyearday
make depends target=linux-debug?
-
newyearday
any help please
-
newyearday
the only version possible is release?
-
newyearday
can anyone help on how to compile from depends monero debug version
-
newyearday
for version release make depends target=x86..linux works but how to compile debug version
-
selsta
newyearday: don’t use depends for debug version
-
newyearday
why
-
selsta
because it’s easier
-
selsta
if you want to use depends for debug you have to figure it out
-
newyearday
i tried to understand how but no success after many hours...
-
newyearday
and because boost is installed wrong on base system is easier to install with depends
-
fort3hlulz
vtnerd: Having some issues with the build for Testnet Dandelion++
-
fort3hlulz
Verifying a normal Monero build works today, but haven’t had any issues in the past
-
fort3hlulz
Any new deps for the branch?
-
fort3hlulz
I noticed readline-devel was missing on my system, which hadn’t been an issue in the past
-
selsta
Can you post a build log?
-
fort3hlulz
Yeah I’ll dump one shortly
-
fort3hlulz
What’s the best way to capture from the make command?
-
fort3hlulz
Piping seems to not work properly
-
selsta
i just copy it by selection :) but piping should work I guess
-
fort3hlulz
It’s quite long but Ill try haha
-
fort3hlulz
Pipe is capturing most output so far
-
fort3hlulz
But not notes or errors
-
fort3hlulz
So Idk if that will be helpful
-
fort3hlulz
Just gonna try a copy and paste.
-
selsta
-
fort3hlulz
Duh so simple, not sure why I didn’t think of that
-
fort3hlulz
-
selsta
fort3hlulz: what OS are you using?
-
selsta
can you try to update boost and maybe your compiler?
-
selsta
Ubuntu 18.04 has boost 1.65
-
selsta
first time this happened in a long time
-
» selsta wrong chat
-
fort3hlulz
CentOS 7
-
fort3hlulz
Boost is 1.70 manually compiled, GCC is 9.2.0
-
fort3hlulz
What should I be on?
-
fort3hlulz
That has worked perfectly for Master Monero builds previously
-
selsta
ah I didn’t look properly, it said Boost 1.58 found. but it used 1.71
-
fort3hlulz
Yeah I manually set the boost/gcc versions to get past the old ones in CentOS 7
-
selsta
boost 1.70 and GCC 9.2.0 should be good
-
selsta
was this with a fresh git clone?
-
fort3hlulz
Yes
-
fort3hlulz
Just running a make -j$(nproc) release within the dandelionpp folder
-
fort3hlulz
Nothing fancy
-
selsta
dandelionpp folder?
-
fort3hlulz
The git clone makes a weird structure
-
fort3hlulz
Feature/dandelionpp
-
fort3hlulz
Trying to ignore the folder structure he has in the Reddit post and just cloning his repo
-
selsta
`git clone --recursive
github.com/vtnerd/monero.git` and then `git checkout feature/dandelionpp` should be enough.
-
fort3hlulz
Doing git submodule update --init --force as well
-
fort3hlulz
That seems to be working
-
fort3hlulz
Reddit post wasn’t clear and I missed the step to checkout the right branch
-
fort3hlulz
Thanks selsta :)
-
selsta
ok nice :D
-
ErCiccione[m]
fort3hlulz: you are right, the command i posted is wrong, i forgot to add --branch. Fixing now
-
fort3hlulz
Thanks!
-
fort3hlulz
Couldn’t figure out what I was doing wrong haha
-
ErCiccione[m]
My bad :)
-
ErCiccione[m]
FYI the command to clone the correct branch is: git clone --recursive
github.com/vtnerd/monero.git --branch feature/dandelionpp