16:05 <+ddnet-discord> How do i resolve this compile error? 16:05 <+ddnet-discord> ....170/170 link DDNet_d.exe LINK : fatal error LNK1181: cannot open input file 'libopusfile.lib' bam: 'link DDNet_d.exe' error 1181 bam: error: a build step failed 16:07 <+ddnet-discord> have yo cloned the ddnet repo? 16:08 <+ddnet-discord> you arem issing libs i supose 16:08 <+ddnet-discord> run git submodule update --init --recursive 16:08 <+ddnet-discord> i downloaded ddnet-master from git and extracted ddnet-libs-master into the libs folder 16:08 <+ddnet-discord> oh 16:09 <+ddnet-discord> idk how it detects librarys but if the ddnet libs folder name is " ddnet-libs-master" try changing it to ddnet-libs 16:09 <+ddnet-discord> it is 16:09 <+ddnet-discord> of note, there is no "libopusfile.lib" exactly in the libs file 16:10 <+ddnet-discord> https://github.com/ddnet/ddnet-libs/tree/8c2489d7e184af1935ff6486033de94cabf11eec/opus/windows/lib64 16:10 <+ddnet-discord> true 16:10 <+ddnet-discord> ah well 16:11 <+ddnet-discord> isnt it comiling for 32 bit tho 16:11 <+ddnet-discord> name is same 16:11 <+ddnet-discord> well the file is there, why the error 16:12 <+ddnet-discord> sec 16:18 <+ddnet-discord> actually ill just reconfirm what i said about "libopusfile.lib"; there is no libopusfile.lib, theres libopusfile.dll, and opusfile.lib 16:19 <+ddnet-discord> you are on windows right? 16:19 <+ddnet-discord> yes 10 16:20 <+ddnet-discord> bam or cmake? 16:20 <+ddnet-discord> this is with bam 16:20 <+ddnet-discord> i couldnt get smake to wrik either 16:20 <+ddnet-discord> tried with cmake? 16:20 <+ddnet-discord> ah 16:21 <+ddnet-discord> is there a step after running cmake - it just generates a load of vs project files, not the execs 16:21 <+ddnet-discord> yes 16:21 <+ddnet-discord> cmake .. 16:21 <+ddnet-discord> then msbuild DDNet.sln 16:21 <+ddnet-discord> i tried building the solution in vs, not in command, ill try that 16:32 <+ddnet-discord> It should be opusfile.lib 16:32 <+ddnet-discord> Why is it trying to use libopusfile.lib? 16:32 <+ddnet-discord> As a temporary workaround you can try renaming it 16:32 <+ddnet-discord> idk mang, thats the wrror 16:32 <+ddnet-discord> I'm not asking you specifically, just wondering 16:33 <+ddnet-discord> but cmake is more important anyway, we will remove bam soon 16:34 <@heinrich5991> Dr. Jekyll: building the solution in VS is equivalent to executing msbuild DDNet.sln 16:34 <+ddnet-discord> yeah, it didnt work either 16:35 <+ddnet-discord> same error? 16:35 <+ddnet-discord> "cmd.exe" exited with code 9009. 16:35 <+ddnet-discord> among other red text 16:35 <@heinrich5991> check whether you can find something about opusfile or paste the whole text 16:36 <@heinrich5991> not in here, to a paste site (like https://pastebin.mozilla.org/) 16:36 <@heinrich5991> afk ~10min 16:40 <+ddnet-discord> https://pastebin.mozilla.org/9028747 no colors ;[ 16:44 <@deen> You have Python installed? 16:44 <@deen> PYTHON_EXECUTABLE-NOTFOUND 16:44 <+ddnet-discord> i installed python 3.6 this morning 16:44 <@deen> then cmake can't find it. but i have no idea about windows 16:45 <@deen> I'd guess the python binary's directory needs to be in some PATH environment variable 16:45 <+ddnet-discord> true, it has to be 16:46 <+ddnet-discord> but, i think Python do it automatically 16:46 <@deen> do we support python3? 16:46 <@deen> or just python2? 16:46 <+ddnet-discord> while installation 16:47 <+ddnet-discord> "Python 3.x support is introduced with Teeworlds 0.6.0." on vanilla 16:50 <@deen> open cmd.exe, write python 16:50 <@deen> press enter 16:50 <+ddnet-discord> not recognised 16:50 <@deen> so it's not in PATH 16:50 <@deen> reinstall python and tell it to set the PATH, or log in again, or set it manually 16:52 <+ddnet-discord> https://superuser.com/a/949577 16:52 <+ddnet-discord> follow instructions 16:52 <+ddnet-discord> and then after last step, find on list 16:52 <+ddnet-discord> PATH 16:52 <+ddnet-discord> or, if you ware windows 10, then you will know what to do. 16:53 <+ddnet-discord> add path to python folder 16:53 <@heinrich5991> mh. we shouldn't continue on missing python executable btw 16:54 <@heinrich5991> Dr. Jekyll: when you click on the start menu, and enter "python", does some python installation show up? 16:55 <+ddnet-discord> i have python 3.6 (32 bit) - desktop app as best match, and manula, module docs and IDLE as 3 other apps 16:56 <+ddnet-discord> it appears to be installed in appdata/local/programs, instead of in programfiles// 17:01 <@heinrich5991> mh. maybe reinstall it and select "install it for all users" 17:01 <@heinrich5991> have you installed the cmake gui for windows? 17:02 <@heinrich5991> in there you could also select the python executable directly I think 17:02 <+ddnet-discord> the zip included a gui, yes 17:09 <+ddnet-discord> @Dr. Jekyll install python for all users 17:09 <+ddnet-discord> then it will be in program files 17:10 <+ddnet-discord> the default in the latest installer is appdata, with allusers ticked 17:10 <+ddnet-discord> so ¯_(ツ)_/¯ 17:10 <+ddnet-discord> its in PATH now tho 17:11 <+ddnet-discord> mine is located here C:\Program Files\Python36 17:11 <+ddnet-discord> i installed it yesterday 17:11 <+ddnet-discord> pf 17:13 <+ddnet-discord> find where python.exe is located, type PATH in the search bar, open the one that says system variables or smth like that, then go to enviroment variables and edith "Path" in system variables adding the python folder path 17:13 <+ddnet-discord> infact i cant even UNtick all users sooo 17:13 <+ddnet-discord> http://i1361.photobucket.com/albums/r680/hpjohn/Untitled-1_zps4mrpaptz.gif~original 17:15 <+ddnet-discord> this page is so slow 17:17 <+ddnet-discord> can't see it 17:17 <+ddnet-discord> huh... 17:17 <+ddnet-discord> i recommend prntscr.com :P 17:18 <+ddnet-discord> yeash, its bcos im logged in i can, sry 17:18 <+ddnet-discord> https://prnt.sc/g3xh1w 17:19 <+ddnet-discord> go on customize installation 17:19 <+ddnet-discord> yeah yeah i done already 17:19 <@deen> check the environment variables 17:19 <+ddnet-discord> yeah yeah 17:20 <+ddnet-discord> i even give you tutorial 17:20 <+ddnet-discord> yeah yeah yeah 17:20 <+ddnet-discord> stop 17:28 <+ddnet-discord> ok, compile success 17:31 <@deen> great 17:31 <@deen> so we need to improve the missing-python error 17:31 <@deen> and remove bam 18:36 <@Learath2> there is a checkbox somewhere that makes it install in appdata 18:36 <@Learath2> it's new, had me fooled for a while too 18:44 < ddnet-commits> [ddnet] Learath2 pushed 1 new commit to master: https://git.io/v72BM 18:44 < ddnet-commits> ddnet/master 77ca505 Learath2: Do not continue without python... 20:00 <@Nimda> Highlife by Skeptar & ٭ıƞdex'<3 just released on Brutal at 2017-08-03 19:56