Author

Topic: built 3.23 in Narwhal - no gui (Read 2214 times)

legendary
Activity: 3920
Merit: 2349
Eadem mutata resurgo
July 12, 2011, 02:59:40 AM
#13
Hi - I've built 3.23 in Narwhal, it compiles and runs and downloads blocks but the gui does not come up.

tail -F debug.log
IRC got new address
IRC got join
IRC got join
IRC got join
IRC got join
IRC got join
AddAddress()
IRC got new address
IRC got join
IRC got join

it does eventually get the blocks - blkindex.dat is 137 mb and blk0001.dat is 286 mb - but the gui never shows up. Any ideas?

 Huh


Why are you compiling it?

What is wrong with the download link available on bitcoin.org?

What's wrong with wanting to compile it ...?
full member
Activity: 168
Merit: 100
Firstbits: 175wn
July 07, 2011, 09:21:45 PM
#12
You could attempt to compile the QT port of the bitcoin app:
http://forum.bitcoin.org/index.php?topic=15276.0
They're planning on switching to QT in the future anyway, and you might have fewer issues.
full member
Activity: 128
Merit: 100
July 07, 2011, 08:58:32 PM
#11

Why are you compiling it?

What is wrong with the download link available on bitcoin.org?

Well, as part of my continuous improvement program I am trying to get back into C after abandoning it years ago... I have decided that a few things in computers will stick around like Unix, C and SQL so I should get a grip on them.

sr. member
Activity: 280
Merit: 252
July 04, 2011, 11:39:54 PM
#10
Hi - I've built 3.23 in Narwhal, it compiles and runs and downloads blocks but the gui does not come up.

tail -F debug.log
IRC got new address
IRC got join
IRC got join
IRC got join
IRC got join
IRC got join
AddAddress()
IRC got new address
IRC got join
IRC got join

it does eventually get the blocks - blkindex.dat is 137 mb and blk0001.dat is 286 mb - but the gui never shows up. Any ideas?

 Huh

Why are you compiling it?

What is wrong with the download link available on bitcoin.org?
full member
Activity: 228
Merit: 100
July 04, 2011, 06:55:51 PM
#9
No difference - also the webpage does not mention miniupnpc - but I appreciate the help.

Here is a really good guide on how to compile bitcoin under linux(ubuntu, works on debian too) Smiley.
http://lickthesalt.com/2010/08/19/compiling-bitcoin-on-ubuntu-10-04-lucid/

regards, talpan

Hey,

here you can download miniupnc, had the problem on a different machine, it works fine with it.

http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.5.tar.gz

tar xfv miniupnc..
cd miniupnc
make
make install
regards, talpan
full member
Activity: 128
Merit: 100
June 28, 2011, 07:42:38 PM
#8
No difference - also the webpage does not mention miniupnpc - but I appreciate the help.

Here is a really good guide on how to compile bitcoin under linux(ubuntu, works on debian too) Smiley.
http://lickthesalt.com/2010/08/19/compiling-bitcoin-on-ubuntu-10-04-lucid/

regards, talpan
full member
Activity: 228
Merit: 100
June 28, 2011, 10:01:24 AM
#7
Here is a really good guide on how to compile bitcoin under linux(ubuntu, works on debian too) Smiley.
http://lickthesalt.com/2010/08/19/compiling-bitcoin-on-ubuntu-10-04-lucid/

regards, talpan
full member
Activity: 168
Merit: 100
Firstbits: 175wn
June 27, 2011, 11:48:25 PM
#6
Doing them all as root isn't ideal, but should work. Did you just copy and paste most of that in one block, or did you enter the commands one by one?
Were there any build errors?
Try running make install and ldconfig again (as root), I'm going to guess they didn't do their job.
full member
Activity: 128
Merit: 100
June 27, 2011, 09:17:26 PM
#5
Ok - I did on the 15th but I remember now - here's the script from build-unix.txt

cd /usr/local
tar -xzvf wxWidgets-2.9.0.tar.gz
cd wxWidgets-2.9.0
mkdir buildgtk
cd buildgtk
../configure --with-gtk --enable-debug --disable-shared --enable-monolithic
make
sudo su
make install
ldconfig

Notice it says sudo su at the end - well, I needed root access just to untar the files in usr/local

I am a bigger unix noob than I would like to admit - I did the whole thing as root - was this wrong?

Sorry, never mind. Just read build-unix.txt more closely, and:

Quote
Requires wxWidgets 2.9.0 or greater, which uses UTF-8. Don't try 2.8, it
won't work.

You need to download wxWidgets from http://www.wxwidgets.org/downloads/
and build it yourself. See the build instructions and configure parameters
below.

So, you need to compile wxwidgets yourself, if you haven't already.
full member
Activity: 168
Merit: 100
Firstbits: 175wn
June 27, 2011, 08:17:38 PM
#4
Sorry, never mind. Just read build-unix.txt more closely, and:

Quote
Requires wxWidgets 2.9.0 or greater, which uses UTF-8. Don't try 2.8, it
won't work.

You need to download wxWidgets from http://www.wxwidgets.org/downloads/
and build it yourself. See the build instructions and configure parameters
below.

So, you need to compile wxwidgets yourself, if you haven't already.
full member
Activity: 128
Merit: 100
June 27, 2011, 08:12:38 PM
#3
Do you have the package libwxgtk2.8-dev installed? If not, install it, recompile, and see if that works.

I'll try it, but I must tell you it's not in the build-unix.txt file.

full member
Activity: 168
Merit: 100
Firstbits: 175wn
June 27, 2011, 07:43:09 PM
#2
Do you have the package libwxgtk2.8-dev installed? If not, install it, recompile, and see if that works.
full member
Activity: 128
Merit: 100
June 27, 2011, 05:08:23 PM
#1
Hi - I've built 3.23 in Narwhal, it compiles and runs and downloads blocks but the gui does not come up.

tail -F debug.log
IRC got new address
IRC got join
IRC got join
IRC got join
IRC got join
IRC got join
AddAddress()
IRC got new address
IRC got join
IRC got join

it does eventually get the blocks - blkindex.dat is 137 mb and blk0001.dat is 286 mb - but the gui never shows up. Any ideas?

 Huh
Jump to: