Pages:
Author

Topic: [ANN][1000 SYNC] Proof of Stake now run by BLOCKCHAIN DEVELOPMENT COMPANY - page 90. (Read 816010 times)

full member
Activity: 168
Merit: 100
Now I'm having a compiling issue. I'm getting the following error. Anybody have a clue?

Code:
build/ui_overviewpage.h:205:32: error: ‘LogText’ is not a member of ‘Qt’
         label_2->setTextFormat(Qt::LogText);
                                ^
make: *** [build/overviewpage.o] Error 1

Ubuntu Linux compile Sync QT Wallet Instructions


1- sudo apt-get update
2- sudo apt-get dist-upgrade
3- sudo apt-get install g++ libboost-all-dev qt4-qmake libqt4-dev build-essential libssl-dev  libdb5.1-dev libdb5.1++- libcurl4-openssl-dev
4- qmake USE_UPNP=-
5- make



Only part of that I didn't do was step 4. Has UPNP been removed, as I do have the proper dependencies for it. I have compiled well over a hundred wallets without this error Cheesy I'll try it without UPNP when I get home and let you know.

From dev: "His version of QT needs to do this: try to find in this .ui file string “Qt::LogText” and change it – Qt::TextFormat"
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Now I'm having a compiling issue. I'm getting the following error. Anybody have a clue?

Code:
build/ui_overviewpage.h:205:32: error: ‘LogText’ is not a member of ‘Qt’
         label_2->setTextFormat(Qt::LogText);
                                ^
make: *** [build/overviewpage.o] Error 1

Ubuntu Linux compile Sync QT Wallet Instructions


1- sudo apt-get update
2- sudo apt-get dist-upgrade
3- sudo apt-get install g++ libboost-all-dev qt4-qmake libqt4-dev build-essential libssl-dev  libdb5.1-dev libdb5.1++- libcurl4-openssl-dev
4- qmake USE_UPNP=-
5- make



Only part of that I didn't do was step 4. Has UPNP been removed, as I do have the proper dependencies for it. I have compiled well over a hundred wallets without this error Cheesy I'll try it without UPNP when I get home and let you know.
full member
Activity: 168
Merit: 100
Now I'm having a compiling issue. I'm getting the following error. Anybody have a clue?

Code:
build/ui_overviewpage.h:205:32: error: ‘LogText’ is not a member of ‘Qt’
         label_2->setTextFormat(Qt::LogText);
                                ^
make: *** [build/overviewpage.o] Error 1

Ubuntu Linux compile Sync QT Wallet Instructions


1- sudo apt-get update
2- sudo apt-get dist-upgrade
3- sudo apt-get install g++ libboost-all-dev qt4-qmake libqt4-dev build-essential libssl-dev  libdb5.1-dev libdb5.1++- libcurl4-openssl-dev
4- qmake USE_UPNP=-
5- make

hero member
Activity: 826
Merit: 500
I just got sync to #1 on btc38 Lets keep it that way!

Great job! Well done, we need everyone to pitch in here and there.

How about a Chinese translator/moderator? Anyone?

Great job and lets keep it that way.
full member
Activity: 168
Merit: 100
I just got sync to #1 on btc38 Lets keep it that way!

Great job! Well done, we need everyone to pitch in here and there.

How about a Chinese translator/moderator? Anyone?
member
Activity: 89
Merit: 10
Brought to your honest attention!
BTC38 Votes:



newbie
Activity: 1
Merit: 0
I just got sync to #1 on btc38 Lets keep it that way!
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Now I'm having a compiling issue. I'm getting the following error. Anybody have a clue?

Code:
build/ui_overviewpage.h:205:32: error: ‘LogText’ is not a member of ‘Qt’
         label_2->setTextFormat(Qt::LogText);
                                ^
make: *** [build/overviewpage.o] Error 1
sr. member
Activity: 425
Merit: 250
Install the new Sync Wallet 1.1.0 and I must say that I am delighted with the interface, functions and work!
Well done guys, the best wallet crypto world.  Cheesy
member
Activity: 101
Merit: 10
Don't let your humanity get lost in the void.
Are there any plans to bring Nitesend back to this coin?  Once this coin blows up, that is an important feature, at least it is to me.  I'd like to be able to send a coin that is worth multiple Bits anonymously.
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Hi here,

Trying to compile the new wallet which looks lovely but as usual I have errors (linux  Embarrassed). I'm on Ubuntu 12.04 and all my libs are good.

So "sudo qmake" runs well (though it couldn't find Sync.png because it was written sync.png) but "sudo make" stops at the very beginning with the following error :
Code:
cd /home/***/sync/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied

I have no technical knowledge in linux so I don't know what to do but I don't understand why I have a permission denied when I run the command with "sudo".

Thanks for the help Smiley
This is a very common mistake in github. It's also easy to fix, and then you will get two more errors. Here's how to fix all three.

from your sync git directory (Sync2 if default):
cd src/leveldb
sudo chmod +x build_detect_platform
cd ..
sudo mkdir obj
sudo mkdir obj/zerocoin


That will fix the makefile errors.
sr. member
Activity: 432
Merit: 250
sr. member
Activity: 432
Merit: 250
full member
Activity: 168
Merit: 100
My wallet v1.0.3.0 still works great Do I need the newest wallet?

Yes
sr. member
Activity: 1274
Merit: 265
sr. member
Activity: 432
Merit: 250
My wallet v1.0.3.0 still works great Do I need the newest wallet?
newbie
Activity: 21
Merit: 0
Hi here,

Trying to compile the new wallet which looks lovely but as usual I have errors (linux  Embarrassed). I'm on Ubuntu 12.04 and all my libs are good.

So "sudo qmake" runs well (though it couldn't find Sync.png because it was written sync.png) but "sudo make" stops at the very beginning with the following error :
Code:
cd /home/***/sync/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied

I have no technical knowledge in linux so I don't know what to do but I don't understand why I have a permission denied when I run the command with "sudo".

Thanks for the help Smiley
sr. member
Activity: 307
Merit: 252
Sync Wallet 1.1.0 Launch

Version 1.1.0 has been moved out of beta and into alpha!

Thanks to everyone who took part, gave it a test run, pls install newest update if you did Beta.

Get your new Sync wallet for Mac, Linux and Windows today:

http://syncfund.com/wallets.html

New Github source is here:

https://github.com/MsCollec/Sync2

Main change in Beta is that we realized open IRC was too much of a security risk so it had to be disabled. Beyond that, there were a few node fixes and some polishing but everything went relatively smooth.

No need to delete anything or create any new files, simply download, unzip and run the Wizard. It was redesigned to be simple to install and run first and foremost.

But this is just the beginning, we are working a new wallet feature that Im sure people will LOVE. Something new to crypto. May be complete as soon as next week. Stay tuned!






Good Job, nice update and it 's perfect Wink

jesus it's a good looking wallet! and totally easy to install! thank you guys! always a pleasure to see professional players in the crypto game!
newbie
Activity: 19
Merit: 0
Sync Wallet 1.1.0 Launch

Version 1.1.0 has been moved out of beta and into alpha!

Thanks to everyone who took part, gave it a test run, pls install newest update if you did Beta.

Get your new Sync wallet for Mac, Linux and Windows today:

http://syncfund.com/wallets.html

New Github source is here:

https://github.com/MsCollec/Sync2

Main change in Beta is that we realized open IRC was too much of a security risk so it had to be disabled. Beyond that, there were a few node fixes and some polishing but everything went relatively smooth.

No need to delete anything or create any new files, simply download, unzip and run the Wizard. It was redesigned to be simple to install and run first and foremost.

But this is just the beginning, we are working a new wallet feature that Im sure people will LOVE. Something new to crypto. May be complete as soon as next week. Stay tuned!






Good Job, nice update and it 's perfect Wink
hero member
Activity: 826
Merit: 500
will you guys ever sell a domain?  Huh Huh Roll Eyes

Are you serious? Have some patience, we get offers everyday, just takes one good offer to sell one.

But folks, you should be making money staking Sync anyway, the sales will be huge bonuses. But patience and timing is required, that is part of the domain game.

Besides, it's the middle of August (bad timing) - we're getting Sync in position for September and beyond.

Welcome to crypto's. I cant believe how much the gotta have it now attitude there is.
Pages:
Jump to: