Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to fix all of the builds #352

Closed
wants to merge 25 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b068286
try adding boost-spirit to install-deps.bat
NQNStudios May 27, 2024
6590d73
try including boost/filesystem.hpp
NQNStudios May 27, 2024
a313545
try including boost/filesystem.hpp in scen.fileio.cpp
NQNStudios May 27, 2024
ce99e9b
try including boost/filesystem.hpp in scen.core.cpp
NQNStudios May 27, 2024
a717b53
try including boost/filesystem.hpp in scen.keydlgs.cpp
NQNStudios May 27, 2024
a2e3c28
use new copy_options enum
NQNStudios May 27, 2024
de018c2
try updating CI ubuntu to latest
NQNStudios May 28, 2024
682eb27
linux build tgui without c++17 features
NQNStudios May 28, 2024
3aa4a9f
try macos-12 runner
NQNStudios May 28, 2024
afa5486
try TGUI_CXX_STANDARD instead
NQNStudios May 28, 2024
28ddacf
try macos-12 for mac scons
NQNStudios May 28, 2024
ca6407e
debug print the path to xcode
NQNStudios May 28, 2024
2a79b69
point mac build to new xcode developer directory
NQNStudios May 28, 2024
7f7b113
try include vector to fix mac scons error
NQNStudios May 28, 2024
1823fea
try pinning visual studio boost version to 1.76
NQNStudios May 28, 2024
46b51fb
add builtin-baseline
NQNStudios May 28, 2024
dccac12
builtin-baseline and 1.76.0 for both vs builds
NQNStudios May 28, 2024
9a88eae
vcpkg set its own baseline
NQNStudios May 28, 2024
748cee3
mac pin boost @1.76
NQNStudios May 28, 2024
6e85231
windows builds try different vcpkg baseline
NQNStudios May 28, 2024
48fa461
mac scons pin [email protected]
NQNStudios May 28, 2024
ac4809d
Revert attempts at pinning dependencies
NQNStudios May 28, 2024
29b6318
try making a new xcode project by copying
NQNStudios May 28, 2024
227c1d9
Actually add the new xcode project
NQNStudios May 28, 2024
bb1f294
xcode debug build
NQNStudios May 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions proj/vs2017/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"builtin-baseline": "007aaced1a9d3245e28a2ba9395dca88ea890db1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this…?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a horrible thing that vcpkg requires if you want to specify an out-of-date version of a dependency. It's a commit hash for the vcpkg central repo. I put it in correctly and it still didn't work.

"dependencies": [
"zlib",
"sfml",
Expand Down
Loading