Closed CrazyFlasher closed 4 years ago
You need Git version of Heaps.
Le jeu. 14 nov. 2019 à 13:34, CrazyFlasher notifications@github.com a écrit :
C:\Users\GANAPATI\projects\hide>haxe hide_rt.hxml hrt/shader/Terrain.hx:99: characters 10-15 : Unknown identifier 'ivec3' hrt/shader/Terrain.hx:3: character 1 : Build failure
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HeapsIO/hide/issues/31?email_source=notifications&email_token=AAHZXQFLQQOVL3BFDZQ2KNTQTVAXFA5CNFSM4JNK2VC2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZJXYQA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHZXQCQVKMDUQPFC4BV24TQTVAXFANCNFSM4JNK2VCQ .
Thanks for fast reply.
haxelib git heaps https://github.com/HeapsIO/heaps.git
haxelib git hxbit https://github.com/HeapsIO/hxbit.git
haxelib git hscript https://github.com/HaxeFoundation/hscript.git
haxelib git hx3compat https://github.com/HaxeFoundation/hx3compat.git
haxelib git domkit https://github.com/HeapsIO/domkit.git
haxelib git format https://github.com/HaxeFoundation/format.git
haxe hide.hxml
hide/comp/cdb/ModalColumnForm.hx:249: characters 27-33 : Identifier 'Script' is not part of cdb.ColumnKind
hide/comp/cdb/Editor.hx:614: characters 42-48 : Identifier 'Script' is not part of cdb.ColumnKind
hide/comp/cdb/Cell.hx:24: characters 22-28 : Identifier 'Script' is not part of cdb.ColumnKind
hide/comp/cdb/Cell.hx:78: characters 30-36 : Identifier 'Script' is not part of cdb.ColumnKind
hide/comp/cdb/Cell.hx:260: characters 35-41 : Identifier 'Script' is not part of cdb.ColumnKind
hide/comp/cdb/Cell.hx:508: characters 48-54 : Identifier 'Script' is not part of cdb.ColumnKind
hide/comp/cdb/Cell.hx:556: characters 35-41 : Identifier 'Script' is not part of cdb.ColumnKind
hide/comp/cdb/Cell.hx:244: characters 35-41 : Identifier 'Script' is not part of cdb.ColumnKind
hide/Ide.hx:657: characters 39-44 : Too many arguments
hide/comp/cdb/Editor.hx:716: characters 69-78 : cdb.Database has no field moveSheet
hide/comp/cdb/Editor.hx:717: characters 70-79 : cdb.Database has no field moveSheet
haxe hide_rt.hxml
- compiles now.
But when I run hl out.hl
nothing happers (no errors also. Nothing).
I download latest release of HashLink 1.10
Same for castledb
Le jeu. 14 nov. 2019 à 15:10, CrazyFlasher notifications@github.com a écrit :
Thanks for fast reply.
haxelib git heaps https://github.com/HeapsIO/heaps.git haxelib git hxbit https://github.com/HeapsIO/hxbit.git haxelib git hscript https://github.com/HaxeFoundation/hscript.git haxelib git hx3compat https://github.com/HaxeFoundation/hx3compat.git haxelib git domkit https://github.com/HeapsIO/domkit.git haxelib git format https://github.com/HaxeFoundation/format.git
haxe hide.hxml hide/comp/cdb/ModalColumnForm.hx:249: characters 27-33 : Identifier 'Script' is not part of cdb.ColumnKind hide/comp/cdb/Editor.hx:614: characters 42-48 : Identifier 'Script' is not part of cdb.ColumnKind hide/comp/cdb/Cell.hx:24: characters 22-28 : Identifier 'Script' is not part of cdb.ColumnKind hide/comp/cdb/Cell.hx:78: characters 30-36 : Identifier 'Script' is not part of cdb.ColumnKind hide/comp/cdb/Cell.hx:260: characters 35-41 : Identifier 'Script' is not part of cdb.ColumnKind hide/comp/cdb/Cell.hx:508: characters 48-54 : Identifier 'Script' is not part of cdb.ColumnKind hide/comp/cdb/Cell.hx:556: characters 35-41 : Identifier 'Script' is not part of cdb.ColumnKind hide/comp/cdb/Cell.hx:244: characters 35-41 : Identifier 'Script' is not part of cdb.ColumnKind hide/Ide.hx:657: characters 39-44 : Too many arguments hide/comp/cdb/Editor.hx:716: characters 69-78 : cdb.Database has no field moveSheet hide/comp/cdb/Editor.hx:717: characters 70-79 : cdb.Database has no field moveSheet
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/HeapsIO/hide/issues/31?email_source=notifications&email_token=AAHZXQB7QBTSSNFPZ4JMU7TQTVL63A5CNFSM4JNK2VC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEB6TOI#issuecomment-553904569, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHZXQEH4R2NN6WHOKQIH7TQTVL63ANCNFSM4JNK2VCQ .
emm...where to dig, how to compile? :)
Sorry, didn't get it yesterday.
Ok, I've picked castle from git using haxelib git castle https://github.com/ncannasse/castle.git
Now it haxe hide.hxml
works and I can see hide.js
in bin directory.
But how to run it?
For Windows: you have to download nwjs: https://nwjs.io/ and extract it into a folder called nwjs inside the bin directory so that you have bin/nwjs/nw.exe
After that you can run the bin/hide.cmd file and the ide should show up.