!QxJpkcdZTSyTcOmDNy:matrix.org

wrongthink

25 Members
Modern, open & performant chat protocol. Based on gRPC.5 Servers

Load older messages


SenderMessageTime
29 Sep 2020
@ophiuchus2:matrix.orgophiuchus2what version cmake are you using?17:10:12
@cdcode/:matrix.orgcdcode/ (old)Thanks17:13:13
@cdcode/:matrix.orgcdcode/ (old)
$ cmake --version
cmake version 3.13.4
17:13:24
@cdcode/:matrix.orgcdcode/ (old)May have just been something weird going on with the submodules, did a completely fresh clone and that error has gone away now17:28:35
@cdcode/:matrix.orgcdcode/ (old)But instead I'm getting this17:28:38
@cdcode/:matrix.orgcdcode/ (old)image.png
Download image.png
17:28:51
@cdcode/:matrix.orgcdcode/ (old)Should there be a dependency on mysql?17:29:05
@ophiuchus2:matrix.orgophiuchus2hmm that’s really odd, maybe try updating cmake to the latest?17:51:09
@cdcode/:matrix.orgcdcode/ (old)That's the latest cmake version available on debian stable17:53:50
@cdcode/:matrix.orgcdcode/ (old)I've got another computer with Arch on that I can try building on later17:54:05
@kakol:glowers.clubJon joined the room.20:45:05
30 Sep 2020
@_neb_github_=40ophiuchus2=3amatrix.org:matrix.orgGithub [@ophiuchus2:matrix.org] (deprecated) [ophiuchus2/wrongthink-react-ui] ophiuchus2 pushed 2 commits to master: https://github.com/ophiuchus2/wrongthink-react-ui/commit/ae788a584e6213c408ca1a293f1ca8c1a17add45
ophiuchus2: add cors
ophiuchus2: add envoy config
21:53:10
@_neb_github_=40ophiuchus2=3amatrix.org:matrix.orgGithub [@ophiuchus2:matrix.org] (deprecated) [ophiuchus2/wrongthink-react-ui] ophiuchus2 pushed to master: adding cors to package - https://github.com/ophiuchus2/wrongthink-react-ui/commit/6c4bef164e97abe752fdc2b37de42922df6e0ca6 21:54:23
@_neb_github_=40ophiuchus2=3amatrix.org:matrix.orgGithub [@ophiuchus2:matrix.org] (deprecated) [ophiuchus2/wrongthink-react-ui] ophiuchus2 pushed to master: change menu buttons - https://github.com/ophiuchus2/wrongthink-react-ui/commit/7a915a727de8d018482ccdec929beaab79b46087 21:55:59
2 Oct 2020
@cdcode/:matrix.orgcdcode/ (old) ophiuchus2 did you get a chance to try running cmake on linux? 21:01:23
@cdcode/:matrix.orgcdcode/ (old) I think the mysql error was due to my submodules being messed up, i'm back to the __system_property_get error now 21:01:51
@cdcode/:matrix.orgcdcode/ (old)Just tried building on arch but it fails even earlier kek, tries to use my locally installed boost version instead of the one in third_party for some reason and tells me the version isn't high enough21:02:59
@cdcode/:matrix.orgcdcode/ (old)I can try troubleshooting further but I'll wait for you to try building first just to check it's not an issue with the cmakelist21:04:26
3 Oct 2020
@ophiuchus2:matrix.orgophiuchus2i didn't get the third party boost lib integrated yet, so for now it just uses whatever version is locally installed14:02:39
@ophiuchus2:matrix.orgophiuchus2 cdcode/: i haven't tried a linux build yet, i've been traveling the past week but i should have time today or tomorrow 14:05:33
@ophiuchus2:matrix.orgophiuchus2 cdcode/: try adding EXCLUDE_FROM_ALL to the subdirectories in cmakelists: 14:10:02
@ophiuchus2:matrix.orgophiuchus2
add_subdirectory(third_party/soci ${CMAKE_CURRENT_BINARY_DIR}/soci EXCLUDE_FROM_ALL)
add_subdirectory(third_party/spdlog ${CMAKE_CURRENT_BINARY_DIR}/spdlog EXCLUDE_FROM_ALL)

# Add googletest directly to our build. This defines
# the gtest and gtest_main targets.
add_subdirectory(third_party/googletest ${CMAKE_CURRENT_BINARY_DIR}/googletest EXCLUDE_FROM_ALL)
14:10:19
@cdcode/:matrix.orgcdcode/ (old) ophiuchus2: Found the problem 14:44:11
@cdcode/:matrix.orgcdcode/ (old)This was way up in the output14:44:14
@cdcode/:matrix.orgcdcode/ (old)image.png
Download image.png
14:44:19
@cdcode/:matrix.orgcdcode/ (old)Keeps running after that and outputs a bunch of other crap to CMakeError.log that was throwing me off14:44:56
@cdcode/:matrix.orgcdcode/ (old)Did you have to build boost from source? Because that version is later than even what's in the arch repos14:45:46
4 Oct 2020
@_neb_github_=40ophiuchus2=3amatrix.org:matrix.orgGithub [@ophiuchus2:matrix.org] (deprecated) [ophiuchus2/wrongthink] ophiuchus2 pushed to master: change boost version to 1.67.0 exclude subprojects from 'all' build - https://github.com/ophiuchus2/wrongthink/commit/8e555f3aa8f757f3907ad15bf78400f5179c2f06 16:07:15
@ophiuchus2:matrix.orgophiuchus2 cdcode/: i just changed the boost version to 1.67.0 for now, i tested this on ubuntu and the build is working. this should be fine until we can include boost as a subproject. i did my initial testing on a mac and 1.73 is available via homebrew, which seems to be ahead of most linux repos. 16:12:07
5 Oct 2020
@cdcode/:matrix.orgcdcode/ (old) ophiuchus2 can build again now, thanks 10:08:56

Show newer messages


Back to Room ListRoom Version: 5