BITDV
Legendary
Offline
Activity: 1400
Merit: 1001
Undeads.com - P2E Runner Game
|
|
April 09, 2016, 08:06:58 AM |
|
so bittrex open market now?
Nope not yet !! thats up to Bittrex when they have updated themselves , you just have to keep an eye on Bittrex!!
|
|
|
|
crysx
|
|
April 09, 2016, 08:10:42 AM |
|
hi all ...
what are the procedures ( and no im not a newbie in compiling - i just am a little lost at the moment with the source ) to compile a qt wallet in fedora 23 x64 ...
i see no form of .pro file to compile from ...
a brief outline would be very helpful ...
tanx in advance ...
#crysx
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
April 09, 2016, 08:12:39 AM |
|
hi all ...
what are the procedures ( and no im not a newbie in compiling - i just am a little lost at the moment with the source ) to compile a qt wallet in fedora 23 x64 ...
i see no form of .pro file to compile from ...
a brief outline would be very helpful ...
tanx in advance ...
#crysx
you should be able to install the dependencies (as listed in the readme) and then run the compile commands (./autogen.sh && ./configure && make)
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
crysx
|
|
April 09, 2016, 08:22:41 AM |
|
hi all ...
what are the procedures ( and no im not a newbie in compiling - i just am a little lost at the moment with the source ) to compile a qt wallet in fedora 23 x64 ...
i see no form of .pro file to compile from ...
a brief outline would be very helpful ...
tanx in advance ...
#crysx
you should be able to install the dependencies (as listed in the readme) and then run the compile commands (./autogen.sh && ./configure && make) yes - and the daemon compiled nicely ... tanx ... but the qt wallet is what im after ... there seems to be no project file in the source for me to build ... so i was wondering where ( or moreover - how ) a qt wallet can be compiled here ... if at all ... if qt is NOT part of the compilation procedure - how would i compile a gui wallet from the source ... #crysx
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
April 09, 2016, 08:26:56 AM |
|
hi all ...
what are the procedures ( and no im not a newbie in compiling - i just am a little lost at the moment with the source ) to compile a qt wallet in fedora 23 x64 ...
i see no form of .pro file to compile from ...
a brief outline would be very helpful ...
tanx in advance ...
#crysx
you should be able to install the dependencies (as listed in the readme) and then run the compile commands (./autogen.sh && ./configure && make) yes - and the daemon compiled nicely ... tanx ... but the qt wallet is what im after ... there seems to be no project file in the source for me to build ... so i was wondering where ( or moreover - how ) a qt wallet can be compiled here ... if at all ... if qt is NOT part of the compilation procedure - how would i compile a gui wallet from the source ... #crysx it didnt create a VERGE-qt in the /src/qt directory like it says it does on the readme?
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
crysx
|
|
April 09, 2016, 08:33:36 AM |
|
hi all ...
what are the procedures ( and no im not a newbie in compiling - i just am a little lost at the moment with the source ) to compile a qt wallet in fedora 23 x64 ...
i see no form of .pro file to compile from ...
a brief outline would be very helpful ...
tanx in advance ...
#crysx
you should be able to install the dependencies (as listed in the readme) and then run the compile commands (./autogen.sh && ./configure && make) yes - and the daemon compiled nicely ... tanx ... but the qt wallet is what im after ... there seems to be no project file in the source for me to build ... so i was wondering where ( or moreover - how ) a qt wallet can be compiled here ... if at all ... if qt is NOT part of the compilation procedure - how would i compile a gui wallet from the source ... #crysx it didnt create a VERGE-qt in the /src/qt directory like it says it does on the readme? nup - it didnt mate ... though the compile went through flawlessly - there is no verge qt file in there ... #crysx
|
|
|
|
Fuzzbawls
|
|
April 09, 2016, 09:07:48 AM |
|
hi all ...
what are the procedures ( and no im not a newbie in compiling - i just am a little lost at the moment with the source ) to compile a qt wallet in fedora 23 x64 ...
i see no form of .pro file to compile from ...
a brief outline would be very helpful ...
tanx in advance ...
#crysx
you should be able to install the dependencies (as listed in the readme) and then run the compile commands (./autogen.sh && ./configure && make) yes - and the daemon compiled nicely ... tanx ... but the qt wallet is what im after ... there seems to be no project file in the source for me to build ... so i was wondering where ( or moreover - how ) a qt wallet can be compiled here ... if at all ... if qt is NOT part of the compilation procedure - how would i compile a gui wallet from the source ... #crysx it didnt create a VERGE-qt in the /src/qt directory like it says it does on the readme? nup - it didnt mate ... though the compile went through flawlessly - there is no verge qt file in there ... #crysx re-run the ./configure command and pay attention to what it is saying. it will tell you if the GUI is going to be compiled or not (and if not, why)
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
April 09, 2016, 09:25:31 AM |
|
hi all ...
what are the procedures ( and no im not a newbie in compiling - i just am a little lost at the moment with the source ) to compile a qt wallet in fedora 23 x64 ...
i see no form of .pro file to compile from ...
a brief outline would be very helpful ...
tanx in advance ...
#crysx
you should be able to install the dependencies (as listed in the readme) and then run the compile commands (./autogen.sh && ./configure && make) yes - and the daemon compiled nicely ... tanx ... but the qt wallet is what im after ... there seems to be no project file in the source for me to build ... so i was wondering where ( or moreover - how ) a qt wallet can be compiled here ... if at all ... if qt is NOT part of the compilation procedure - how would i compile a gui wallet from the source ... #crysx it didnt create a VERGE-qt in the /src/qt directory like it says it does on the readme? nup - it didnt mate ... though the compile went through flawlessly - there is no verge qt file in there ... #crysx are you sure? if the compile went flawlessly, then you have a VERGE-qt file in your /verge/src/qt folder. (not the /src/ folder where the daemon VERGEd is)
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
crysx
|
|
April 09, 2016, 09:44:07 AM |
|
hi all ...
what are the procedures ( and no im not a newbie in compiling - i just am a little lost at the moment with the source ) to compile a qt wallet in fedora 23 x64 ...
i see no form of .pro file to compile from ...
a brief outline would be very helpful ...
tanx in advance ...
#crysx
you should be able to install the dependencies (as listed in the readme) and then run the compile commands (./autogen.sh && ./configure && make) yes - and the daemon compiled nicely ... tanx ... but the qt wallet is what im after ... there seems to be no project file in the source for me to build ... so i was wondering where ( or moreover - how ) a qt wallet can be compiled here ... if at all ... if qt is NOT part of the compilation procedure - how would i compile a gui wallet from the source ... #crysx it didnt create a VERGE-qt in the /src/qt directory like it says it does on the readme? nup - it didnt mate ... though the compile went through flawlessly - there is no verge qt file in there ... #crysx re-run the ./configure command and pay attention to what it is saying. it will tell you if the GUI is going to be compiled or not (and if not, why) hi fuzzbawls ... nice to see you around ... i have - and it finds the qt files - just refuses to compile the qt wallet ... ill look over it again - but i cannot see where it says anything about compiling a qt wallet in the configure ... #crysx
|
|
|
|
Fuzzbawls
|
|
April 09, 2016, 09:47:11 AM |
|
I'm always around...
Anyways, the build process with autotools is quite verbose in its output, it won't just silently fail to do something
|
|
|
|
crysx
|
|
April 09, 2016, 09:50:17 AM |
|
hi all ...
what are the procedures ( and no im not a newbie in compiling - i just am a little lost at the moment with the source ) to compile a qt wallet in fedora 23 x64 ...
i see no form of .pro file to compile from ...
a brief outline would be very helpful ...
tanx in advance ...
#crysx
you should be able to install the dependencies (as listed in the readme) and then run the compile commands (./autogen.sh && ./configure && make) yes - and the daemon compiled nicely ... tanx ... but the qt wallet is what im after ... there seems to be no project file in the source for me to build ... so i was wondering where ( or moreover - how ) a qt wallet can be compiled here ... if at all ... if qt is NOT part of the compilation procedure - how would i compile a gui wallet from the source ... #crysx it didnt create a VERGE-qt in the /src/qt directory like it says it does on the readme? nup - it didnt mate ... though the compile went through flawlessly - there is no verge qt file in there ... #crysx are you sure? if the compile went flawlessly, then you have a VERGE-qt file in your /verge/src/qt folder. (not the /src/ folder where the daemon VERGEd is) yes - i am sure ... please dont let this newbie account fool you - i am having issues with my account ( hero almost legendary - chrysophylax profile ) that the bct people are taking their time to look at and reset so i can get my profile back ... i know how to compile and have been doing for a long time now ... for other wallets as well as my own coins ... this one is stumping me ... it is NOT pushing a qt wallet into the directory where it should - and it seems the daemon is the only thing it is creating ... cloned the git - and compiled ... VERGEd but no VERGE-qt wallet ... i can use it as a daemon anyway - but i prefer to have the pretty pictures and looks of the wallet ... ill clean the compile and start over again - and see what it does this time ... ill also keep an eye out for the suggestion fuzzbawls made with the ./configure output and see if anything looks awry ... but i can guarantee - that if it compiled the daemon - then there is something else happening here thats stopping the qt wallet ... ill try in a few minutes ... #crysx
|
|
|
|
crysx
|
|
April 09, 2016, 09:54:57 AM |
|
I'm always around...
Anyways, the build process with autotools is quite verbose in its output, it won't just silently fail to do something
hahaha ... then you havent been bamboozled by the redhat team as yet ... im a 'rhel guy' - and let me tell you that there is nothing that these guys would luv more than to add more 'red tape' ( pardon the red pun ) to their distro ... bloody fools ... but its what i know - and im guessing its something to do with it ... and before anyone suggests - NO! ... i wont go debian based ubuntu ... all my ststems are rhel based and i wont spend the next 2.5weeks reorganizing and redesigning the servers and workstations and especially thefarm ... ... will get to the bottom of it ... just need to locate what it is thats missing from the compile structure that is causing this part to skip ... if in fact the qt part is processed at all ... #crysx
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
April 09, 2016, 09:59:34 AM |
|
I'm always around...
Anyways, the build process with autotools is quite verbose in its output, it won't just silently fail to do something
hahaha ... then you havent been bamboozled by the redhat team as yet ... im a 'rhel guy' - and let me tell you that there is nothing that these guys would luv more than to add more 'red tape' ( pardon the red pun ) to their distro ... bloody fools ... but its what i know - and im guessing its something to do with it ... and before anyone suggests - NO! ... i wont go debian based ubuntu ... all my ststems are rhel based and i wont spend the next 2.5weeks reorganizing and redesigning the servers and workstations and especially thefarm ... ... will get to the bottom of it ... just need to locate what it is thats missing from the compile structure that is causing this part to skip ... if in fact the qt part is processed at all ... #crysx if you see something that is fedora specific holding it back, feel free to make a pull request that fixes the build for fedora use on our repo. (just please make it fedora conditional, so it doesn't break the build, pull requests are auto-tested by travis-ci builder) the very last lines after make it complete should tell you exactly what happened.
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
crysx
|
|
April 09, 2016, 10:02:33 AM |
|
I'm always around...
Anyways, the build process with autotools is quite verbose in its output, it won't just silently fail to do something
hahaha ... then you havent been bamboozled by the redhat team as yet ... im a 'rhel guy' - and let me tell you that there is nothing that these guys would luv more than to add more 'red tape' ( pardon the red pun ) to their distro ... bloody fools ... but its what i know - and im guessing its something to do with it ... and before anyone suggests - NO! ... i wont go debian based ubuntu ... all my ststems are rhel based and i wont spend the next 2.5weeks reorganizing and redesigning the servers and workstations and especially thefarm ... ... will get to the bottom of it ... just need to locate what it is thats missing from the compile structure that is causing this part to skip ... if in fact the qt part is processed at all ... #crysx if you see something that is fedora specific holding it back, feel free to make a pull request that fixes the build for fedora use on our repo. (just please make it fedora conditional, so it doesn't break the build, pull requests are auto-tested by travis-ci builder) the very last lines after make it complete should tell you exactly what happened. tanx ... ill do what i can on my end - but possibly not tonight ( adelaide - south australia - australia ) ... i appreciate all the help also guys ... tanx ... #crysx
|
|
|
|
crysx
|
|
April 09, 2016, 10:06:24 AM |
|
hehehe ... guess what ive found ... ill try and rectify this soon ... checking for SSL... yes checking for CRYPTO... yes checking for PROTOBUF... no configure: WARNING: libprotobuf not found; bitcoin-qt frontend will not be built checking whether to build VERGEd... yes checking whether to build VERGE Core GUI... no (Qt)
event though its installed - its the x64 version ... should the x32 version be installed also? ... tanx guys ... edit - wait up ... i just realized i dont have the protobuf development headers installed ... installing now and will post results ... #crysx
|
|
|
|
BITDV
Legendary
Offline
Activity: 1400
Merit: 1001
Undeads.com - P2E Runner Game
|
|
April 09, 2016, 10:26:25 AM |
|
I'm always around...
Anyways, the build process with autotools is quite verbose in its output, it won't just silently fail to do something
hahaha ... then you havent been bamboozled by the redhat team as yet ... im a 'rhel guy' - and let me tell you that there is nothing that these guys would luv more than to add more 'red tape' ( pardon the red pun ) to their distro ... bloody fools ... but its what i know - and im guessing its something to do with it ... and before anyone suggests - NO! ... i wont go debian based ubuntu ... all my ststems are rhel based and i wont spend the next 2.5weeks reorganizing and redesigning the servers and workstations and especially thefarm ... ... will get to the bottom of it ... just need to locate what it is thats missing from the compile structure that is causing this part to skip ... if in fact the qt part is processed at all ... #crysx if you see something that is fedora specific holding it back, feel free to make a pull request that fixes the build for fedora use on our repo. (just please make it fedora conditional, so it doesn't break the build, pull requests are auto-tested by travis-ci builder) the very last lines after make it complete should tell you exactly what happened. tanx ... ill do what i can on my end - but possibly not tonight ( adelaide - south australia - australia ) ... i appreciate all the help also guys ... tanx ... #crysx Another Awesome Aussie !!
|
|
|
|
crysx
|
|
April 09, 2016, 10:28:42 AM |
|
ok ... so ... checking for SSL... yes checking for CRYPTO... yes checking for PROTOBUF... yes checking for QR... yes checking for protoc... /usr/bin/protoc checking whether to build VERGEd... yes checking for QT... yes checking for QT_TEST... yes checking for QT_DBUS... yes checking for moc-qt4... /usr/bin/moc-qt4 checking for uic-qt4... /usr/bin/uic-qt4 checking for rcc-qt4... no checking for rcc4... no checking for rcc... /usr/bin/rcc checking for lrelease-qt4... /usr/bin/lrelease-qt4 checking for lupdate-qt4... /usr/bin/lupdate-qt4 checking whether to build VERGE Core GUI... yes (Qt4) checking if ccache should be used... yes checking if wallet should be enabled... yes
now ./configure reports its happy with the dependencies it requires for the build - i notice its only qt4 that it picks up - instead of qt5 ... i have both installed in fedora 23 x64 ( with fedora the command is qmake-qt4 / qmake-qt5 for project ( .pro ) files - and all dependencies are required for both qt versions ) - so the question remains - how can i force qt5 to be used? ... its not too much of an issue unless certain features cannot be displayed properly without qt5 - so ive compiled anyway ... hey presto - VERGE-qt appears in the src/qt directory ... installing it into the system ( yes - i have very meticulous procedures for this also ) and running it seems to be very smooth and i must admit - even with qt4 - its a nice looking wallet ... syncing and working ... i appreciate all your help guys ... so there is no need for any changes ( pull requests ) to the code - just a comment in the section of the readme to state that the 'other' development headers need to be installed also in the fedora 23 x64 / x32 distro ... the protobuf-devel-2.6.1-2.fc23.x86_64 is NOT required with the compilation of those wallets that i have compiled here ( and there are many ) - as they usually come with a project ( .pro ) file in the root of the code ... though this is a very good lesson taught to watch out for in future for me ... once again - tanx guys ... #crysx
|
|
|
|
crysx
|
|
April 09, 2016, 10:32:05 AM |
|
I'm always around...
Anyways, the build process with autotools is quite verbose in its output, it won't just silently fail to do something
hahaha ... then you havent been bamboozled by the redhat team as yet ... im a 'rhel guy' - and let me tell you that there is nothing that these guys would luv more than to add more 'red tape' ( pardon the red pun ) to their distro ... bloody fools ... but its what i know - and im guessing its something to do with it ... and before anyone suggests - NO! ... i wont go debian based ubuntu ... all my ststems are rhel based and i wont spend the next 2.5weeks reorganizing and redesigning the servers and workstations and especially thefarm ... ... will get to the bottom of it ... just need to locate what it is thats missing from the compile structure that is causing this part to skip ... if in fact the qt part is processed at all ... #crysx if you see something that is fedora specific holding it back, feel free to make a pull request that fixes the build for fedora use on our repo. (just please make it fedora conditional, so it doesn't break the build, pull requests are auto-tested by travis-ci builder) the very last lines after make it complete should tell you exactly what happened. tanx ... ill do what i can on my end - but possibly not tonight ( adelaide - south australia - australia ) ... i appreciate all the help also guys ... tanx ... #crysx Another Awesome Aussie !! hahaha ... you are a funny ( but also awesome ) guy ... ... #crysx
|
|
|
|
BITDV
Legendary
Offline
Activity: 1400
Merit: 1001
Undeads.com - P2E Runner Game
|
|
April 09, 2016, 10:36:33 AM |
|
I'm always around...
Anyways, the build process with autotools is quite verbose in its output, it won't just silently fail to do something
hahaha ... then you havent been bamboozled by the redhat team as yet ... im a 'rhel guy' - and let me tell you that there is nothing that these guys would luv more than to add more 'red tape' ( pardon the red pun ) to their distro ... bloody fools ... but its what i know - and im guessing its something to do with it ... and before anyone suggests - NO! ... i wont go debian based ubuntu ... all my ststems are rhel based and i wont spend the next 2.5weeks reorganizing and redesigning the servers and workstations and especially thefarm ... ... will get to the bottom of it ... just need to locate what it is thats missing from the compile structure that is causing this part to skip ... if in fact the qt part is processed at all ... #crysx if you see something that is fedora specific holding it back, feel free to make a pull request that fixes the build for fedora use on our repo. (just please make it fedora conditional, so it doesn't break the build, pull requests are auto-tested by travis-ci builder) the very last lines after make it complete should tell you exactly what happened. tanx ... ill do what i can on my end - but possibly not tonight ( adelaide - south australia - australia ) ... i appreciate all the help also guys ... tanx ... #crysx Another Awesome Aussie !! hahaha ... you are a funny ( but also awesome ) guy ... ... #crysx Live in beautiful downtown Busselton WA!!
|
|
|
|
Fuzzbawls
|
|
April 09, 2016, 10:36:53 AM |
|
ok ... so ... checking for SSL... yes checking for CRYPTO... yes checking for PROTOBUF... yes checking for QR... yes checking for protoc... /usr/bin/protoc checking whether to build VERGEd... yes checking for QT... yes checking for QT_TEST... yes checking for QT_DBUS... yes checking for moc-qt4... /usr/bin/moc-qt4 checking for uic-qt4... /usr/bin/uic-qt4 checking for rcc-qt4... no checking for rcc4... no checking for rcc... /usr/bin/rcc checking for lrelease-qt4... /usr/bin/lrelease-qt4 checking for lupdate-qt4... /usr/bin/lupdate-qt4 checking whether to build VERGE Core GUI... yes (Qt4) checking if ccache should be used... yes checking if wallet should be enabled... yes
now ./configure reports its happy with the dependencies it requires for the build - i notice its only qt4 that it picks up - instead of qt5 ... i have both installed in fedora 23 x64 ( with fedora the command is qmake-qt4 / qmake-qt5 for project ( .pro ) files - and all dependencies are required for both qt versions ) - so the question remains - how can i force qt5 to be used? ... its not too much of an issue unless certain features cannot be displayed properly without qt5 - so ive compiled anyway ... hey presto - VERGE-qt appears in the src/qt directory ... installing it into the system ( yes - i have very meticulous procedures for this also ) and running it seems to be very smooth and i must admit - even with qt4 - its a nice looking wallet ... syncing and working ... i appreciate all your help guys ... so there is no need for any changes ( pull requests ) to the code - just a comment in the section of the readme to state that the 'other' development headers need to be installed also in the fedora 23 x64 / x32 distro ... the protobuf-devel-2.6.1-2.fc23.x86_64 is NOT required with the compilation of those wallets that i have compiled here ( and there are many ) - as they usually come with a project ( .pro ) file in the root of the code ... though this is a very good lesson taught to watch out for in future for me ... once again - tanx guys ... #crysx If both qt4 and qt5 are installed, qt4 will be used by default. ./configure --with-gui=qt5 Should force it to use qt5
|
|
|
|
|