BuzzerBeater
BuzzerBeater Forums
BB Global (English) > NT Scout
Back to the Sneak Peek
BB Global (English)
Stamina and training
26
Domestic Cup - is it worth pla...
5
Trainer development (moved / d...
1
Training Question from New Pla...
1
Some Love for the BBs
22
Still don't get how the GE pla...
1
Season 53 news
16
Problem with national election...
1
Team Website
4
Thank you for the memories
9
Requiem for Another Manager
4
Groups with bots (moved / dépl...
1
NT Scout
169
New GE nerfed offence
23
BB Youtube Channel
5
Is Utopia a training place?......
6
Bugs about injury (moved / dép...
1
BB Rising Stars Private League
3
Scrimmages Crew
21
Career Extension trainer not w...
1
<
>
Favorite Folders
NT Scout
Set priority
High
Normal
Low
Show messages by
Everybody
Coach MK (1)
jacob_f (2)
grullo (4)
ReMiX ™ ☎ (2)
Oleg (1)
GM-jokeru (9)
toshii (1)
3ball (1)
Pomato (1)
RSX (21)
Boston Celts (1)
Green Machine (1)
gianloco (7)
whitewind (11)
LA-CaptainTeemo (1)
Knecht (2)
Coach_Nuggets (1)
js8 (3)
Lemonshine (1)
Bohun (1)
Baavarick (2)
bigfive (1)
Search this Thread (Supporter Feature)
From:
Coach MK
To:
RSX
This Post:
0
218184.95
in reply to
218184.94
Date: 10/27/2014 4:24:33 AM
Stavanger Titans
III.6
Overall Posts Rated:
1963
Second Team:
The Vikings
Now it works perfect. Thanks for that tool.
Hell Ya - We are coming from the North to conquer your arena ...
Mark Unread
Ignore User
From:
whitewind
To:
RSX
This Post:
0
218184.96
in reply to
218184.90
Date: 1/7/2015 7:55:19 PM
rimmers
III.2
Overall Posts Rated:
463
Second Team:
Redbacks
hey,
Ive tried compiling for the mac, when i try to build and run, it says 15 issues and then when i click to open the program it says "You cant open NTScout because it may be damaged or incomplete".
Any ideas? I was able to open it in qt no worries and follow instructions, just the very end part did not build it correctly.
Mark Unread
Ignore User
From:
whitewind
To:
RSX
This Post:
0
218184.97
in reply to
218184.96
Date: 1/7/2015 8:02:05 PM
rimmers
III.2
Overall Posts Rated:
463
Second Team:
Redbacks
this looks like the problem. Its got the red stop sign with an exclamation:
/Users/MacBook/Downloads/NTScout-master/source/ntscout/main.cpp:20: error: 'QCommandLineParser' file not found
#include <QCommandLineParser>
^
Mark Unread
Ignore User
From:
RSX
To:
whitewind
This Post:
1
218184.98
in reply to
218184.97
Date: 1/8/2015 1:37:28 PM
Overall Posts Rated:
181
This error is not the root problem, so I need the whole log.
Open project again, go to top menu -> Build -> Rebuild All, when the build stops, go to the bottom menu -> Compile output (Left Alt + 4), and paste here the whole output. It will most likely exceed the post character limit, so use something like
https://gist.github.com/
and then share the link.
Last edited by RSX at 1/8/2015 1:38:23 PM
Mark Unread
Ignore User
From:
whitewind
To:
RSX
This Post:
0
218184.99
in reply to
218184.98
Date: 1/8/2015 6:17:58 PM
rimmers
III.2
Overall Posts Rated:
463
Second Team:
Redbacks
<script src="https://gist.github.com/anonymous/1c4cb4721d3ed2150fc0.js"></script>
Thanks!
Mark Unread
Ignore User
From:
RSX
To:
whitewind
This Post:
0
218184.100
in reply to
218184.99
Date: 1/8/2015 8:32:24 PM
Overall Posts Rated:
181
You are using old Qt version (4.8.6). It can't find QCommandLineParser because it was introduced in 5.2, and the latest one is 5.4, which is the one you should be using.
Mark Unread
Ignore User
From:
whitewind
To:
RSX
This Post:
0
218184.101
in reply to
218184.100
Date: 1/8/2015 8:34:12 PM
rimmers
III.2
Overall Posts Rated:
463
Second Team:
Redbacks
ah, ok. I downloaded the older version because it was 2.5gig, whereas the new one is like 8gb from memory!
Mark Unread
Ignore User
From:
RSX
To:
whitewind
This Post:
0
218184.102
in reply to
218184.101
Date: 1/8/2015 8:47:37 PM
Overall Posts Rated:
181
When installing Qt you can unselect some components (in last section: web engine? and it's sibling, dont remember names), not sure if it saves much disk space.
Mark Unread
Ignore User
From:
whitewind
To:
RSX
This Post:
0
218184.103
in reply to
218184.102
Date: 1/9/2015 7:07:01 AM
rimmers
III.2
Overall Posts Rated:
463
Second Team:
Redbacks
i must have unselected too much, because now when i go to QT creator I cannot click on configure project. It says there are no valid kits found. Do you know what I definitely need to compose? Ive downloaded xcode aswell (another 2 gig) which it said i needed...
Mark Unread
Ignore User
From:
RSX
To:
whitewind
This Post:
0
218184.104
in reply to
218184.103
Date: 1/9/2015 1:51:55 PM
Overall Posts Rated:
181
You don't need xcode, you need QtCreator, you need some compiler (Clang probably) and the libraries.
That's why I wrote to Install offline version (Qt 5.4.0 for Mac (599 MB)), there should be less options. On my Linux setup, in the page with components, I always unselect Qt WebEngine and Qt Extras (Qt Canvas & Qt WebView). No idea how it looks in Mac setup.
By the way, once you compile the program, you can just copy few needed libraries,, and remove the whole SDK. That's like 20 MB only.
Mark Unread
Ignore User
From:
whitewind
To:
RSX
This Post:
0
218184.105
in reply to
218184.104
Date: 1/9/2015 5:23:57 PM
rimmers
III.2
Overall Posts Rated:
463
Second Team:
Redbacks
ok thanks. It wasnt clear to choose the offline one. Infact in the tutorial, it says select the online one, which is massive.
Downloaded 5.3(online version) took overnight to download, ran it, got this error.
<script src="https://gist.github.com/anonymous/bdb2eeeebdc0f6f02855.js"></script>
Last edited by whitewind at 1/9/2015 5:25:29 PM
Mark Unread
Ignore User
Disable Emoticons and Images