* [Bitcoin-development] Forking personal "vanity" versions...
@ 2011-07-28 18:43 Alan Grimes
2011-07-28 18:49 ` Gregory Maxwell
2011-07-28 19:28 ` Matt Corallo
0 siblings, 2 replies; 6+ messages in thread
From: Alan Grimes @ 2011-07-28 18:43 UTC (permalink / raw)
To: bitcoin-development
To those who think there are too many vanity versions of bitcoin, all I
have to say is this:
atg@tortoise ~/source/bitcoin/src $ make -f makefile.unix
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH
-DFOURWAYSSE2 -DUSE_SSL -DUSE_UPNP=0
-I/usr/lib64/wx/include/gtk2-unicode-2.9 -I/usr/include/wx-2.9
-DwxDEBUG_LEVEL=2 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__
-pthread -DGUI -o obj/util.o util.cpp
In file included from util.cpp:4:0:
headers.h:43:20: fatal error: db_cxx.h: No such file or directory
compilation terminated.
make: *** [obj/util.o] Error 1
atg@tortoise ~/source/bitcoin/src $
'nuff said.
--
E T F
N H E
D E D
Powers are not rights.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bitcoin-development] Forking personal "vanity" versions...
2011-07-28 18:43 [Bitcoin-development] Forking personal "vanity" versions Alan Grimes
@ 2011-07-28 18:49 ` Gregory Maxwell
2011-07-28 18:58 ` John Smith
2011-07-28 19:08 ` Luke-Jr
2011-07-28 19:28 ` Matt Corallo
1 sibling, 2 replies; 6+ messages in thread
From: Gregory Maxwell @ 2011-07-28 18:49 UTC (permalink / raw)
To: Alan Grimes; +Cc: bitcoin-development
On Thu, Jul 28, 2011 at 2:43 PM, Alan Grimes <agrimes@speakeasy.net> wrote:
> To those who think there are too many vanity versions of bitcoin, all I
> have to say is this:
There is a 'vanity version' that removes the use of libdb or somehow
magically requires you to not have its development headers installed
on your system?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bitcoin-development] Forking personal "vanity" versions...
2011-07-28 18:49 ` Gregory Maxwell
@ 2011-07-28 18:58 ` John Smith
2011-07-28 19:08 ` Luke-Jr
1 sibling, 0 replies; 6+ messages in thread
From: John Smith @ 2011-07-28 18:58 UTC (permalink / raw)
To: Gregory Maxwell; +Cc: bitcoin-development
[-- Attachment #1: Type: text/plain, Size: 493 bytes --]
On Thu, Jul 28, 2011 at 6:49 PM, Gregory Maxwell <gmaxwell@gmail.com> wrote:
> On Thu, Jul 28, 2011 at 2:43 PM, Alan Grimes <agrimes@speakeasy.net>
> wrote:
> > To those who think there are too many vanity versions of bitcoin, all I
> > have to say is this:
>
> There is a 'vanity version' that removes the use of libdb or somehow
> magically requires you to not have its development headers installed
> on your system?
>
Maybe they have magic build instructions in the readme file! :-)
JS
[-- Attachment #2: Type: text/html, Size: 843 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bitcoin-development] Forking personal "vanity" versions...
2011-07-28 18:49 ` Gregory Maxwell
2011-07-28 18:58 ` John Smith
@ 2011-07-28 19:08 ` Luke-Jr
1 sibling, 0 replies; 6+ messages in thread
From: Luke-Jr @ 2011-07-28 19:08 UTC (permalink / raw)
To: bitcoin-development
On Thursday, July 28, 2011 2:49:07 PM Gregory Maxwell wrote:
> On Thu, Jul 28, 2011 at 2:43 PM, Alan Grimes <agrimes@speakeasy.net> wrote:
> > To those who think there are too many vanity versions of bitcoin, all I
> > have to say is this:
>
> There is a 'vanity version' that removes the use of libdb or somehow
> magically requires you to not have its development headers installed
> on your system?
You'll get that error even with the headers installed, because the makefile
doesn't add the proper include paths to GCC.
To build, I first: sed -i s/static/dynamic/ makefile.unix # because static
libraries aren't standard on my OS (nor should they be)
Then: make -f makefile.unix DEBUGFLAGS="-I/usr/include/db4.8 -ggdb -O0" \
-j4 USE_UPNP=1 bitcoind
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bitcoin-development] Forking personal "vanity" versions...
2011-07-28 18:43 [Bitcoin-development] Forking personal "vanity" versions Alan Grimes
2011-07-28 18:49 ` Gregory Maxwell
@ 2011-07-28 19:28 ` Matt Corallo
2011-07-28 22:41 ` Gavin Andresen
1 sibling, 1 reply; 6+ messages in thread
From: Matt Corallo @ 2011-07-28 19:28 UTC (permalink / raw)
To: bitcoin-development
On Thu, 2011-07-28 at 14:43 -0400, Alan Grimes wrote:
> To those who think there are too many vanity versions of bitcoin, all I
> have to say is this:
> 'nuff said.
>
>
Seriously? This is the very reason most people dont use the forums
anymore. This is just a one-off email that says nothing, doesn't ask a
question doesn't make a statement, and doesn't do anything remotely
useful, keep this kind of crap to yourself.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-07-28 22:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-28 18:43 [Bitcoin-development] Forking personal "vanity" versions Alan Grimes
2011-07-28 18:49 ` Gregory Maxwell
2011-07-28 18:58 ` John Smith
2011-07-28 19:08 ` Luke-Jr
2011-07-28 19:28 ` Matt Corallo
2011-07-28 22:41 ` Gavin Andresen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox