Author

Topic: Mac Wallet Qt help... (Read 1469 times)

legendary
Activity: 1274
Merit: 1006
Trainman
May 15, 2015, 04:23:12 PM
#6
Give me the error
legendary
Activity: 1274
Merit: 1006
Trainman
May 15, 2015, 02:50:33 PM
#5
sudo port install boost db48 qt4-mac openssl miniupnpc git

qmake "USE_UPNP=-" californium-qt.pro

make -f Makefile


or for californiumd build

cd californium/src
make -f makefile.osx USE_UPNP=-
legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
May 15, 2015, 10:13:09 AM
#4
legendary
Activity: 4130
Merit: 1307
May 15, 2015, 05:30:01 AM
#3
Two things:
1. Is this "Californium-master" or bitcoin related?  It is off-topic for here if not Bitcoin related.

2. You may want to look at this error:
fatal: Not a git repository (or any of the parent directories): .git

Did you clone the repository?




sr. member
Activity: 350
Merit: 250
May 15, 2015, 12:46:06 AM
#2
You need to put the .html code in with the java script.

Random ( [Min = 0 [, Max = 1 \
[Explode ( [Min = 0 [, Max = 1 [, Flag = 0]]] ) Flag = 0]]] )
#include

; Flip
Example()

Func Example()
    If Random(0, 1, 1) Then ; Return an integer between 0 and 1.
        MsgBox($MB_SYSTEMMODAL, "", "The side of the choice was: one") ; If the random integer was 1 then one was thrown.
    Else
        MsgBox($MB_SYSTEMMODAL, "", "The side of the coin was: two") ; If the random integer was 0 then two was thrown.
    EndIf
EndFunc   ;==>Example

/mac_explosion
EndFunct;=
legendary
Activity: 1190
Merit: 1002
May 14, 2015, 08:35:55 PM
#1
Solved
Jump to: