Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Squirrel 3.1 and new bindings

<< < (5/7) > >>

oBFusCATed:
In fact it should work fine if we change the comparison to >=. This is there to make sure that int64_t could take SQInteger values without loss of precision.

stahta01:

--- Quote from: oBFusCATed on April 25, 2021, 06:00:08 pm ---
--- Quote from: stahta01 on April 25, 2021, 05:44:42 pm ---My MinGW GCC 32 bit build fails on this line from scriptingmanager.cpp

--- End quote ---
What do you use to build project files or autotools?

--- End quote ---

CB Projects and MSys2 GCC.

Tim S.

stahta01:

--- Quote from: oBFusCATed on April 25, 2021, 06:06:37 pm ---In fact it should work fine if we change the comparison to >=. This is there to make sure that int64_t could take SQInteger values without loss of precision.

--- End quote ---

Doing that did result in the core CB project building.

Tim S.

oBFusCATed:
I've pushed a new commit and the tests should behave the same as on linux (as much as it is possible).

Have anyone tried any wizard? Are there any problems to report?
I'm nearing completion of this feature and I'll push it to svn in the next weeks.

BlueHazzard:
Nice work, could compile it right away on windows.

failed tests:

--- Code: ---[ERROR] Test: cbProject::AddFile 2: weight..........FAILED
[ERROR] got:    50
[ERROR] needed: 17
[ERROR] Test: cbProject::AddFile 2: weight..........FAILED
[ERROR] got:    50
[ERROR] needed: 17

[ERROR] Test: cbProject::ExtensionListNodes root after 2....FAILED
[ERROR] got:    "//rootNode[0]"
[ERROR] needed: "/rootNode[0] "
[ERROR] Test: cbProject::ExtensionListNodes after addition..FAILED
[ERROR] got:    "rootNode[0]/child[0];rootNode[0]/multi[1];rootNode[0]/multi[2]"
[ERROR] needed: "rootNode[0]/child[0];rootNode[0]/multi[0];rootNode[0]/multi[1] "
[ERROR] Test: cbProject::ExtensionRemoveNode multi 1....................FAILED
[ERROR] got:    "rootNode[0]/child[0];rootNode[0]/multi[1]"
[ERROR] needed: "rootNode[0]/child[0];rootNode[0]/multi[0] "

--- End code ---

Also the "Allow this script for this session" permission is not working, it keeps asking for permissions (probably old bug)

I only use wxWidgets wizard and console project wizard, and both seem to work

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version