sgrif / mysqlclient-sys

Rust bindings for libmysqlclient
Apache License 2.0
37 stars 31 forks source link

Doesn't link on windows without adding gdi32 #16

Closed dten closed 5 months ago

dten commented 5 years ago

After adding diesel to my proj on windows it won't build unless I add this line to my build.rs

println!("cargo:rustc-link-lib=dylib=gdi32");

C:\my_proj>cargo build
   Compiling my_proj v0.1.0 (C:\my_proj)
error: linking with `link.exe` failed: exit code: 1120
  |
  = note: "D:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\bin\\HostX64\\x64\\link.exe" "/NOLOGO" "/NXCOMPAT" "/LIBPATH:C:\\Users\\DavidHewson\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.12j5jlga5d48v9ly.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1599xhxa8hcdng7j.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.18l0916y3smjfv3h.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1a9h9p20uxfh8h42.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1bh8412gh5l3q2o0.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1caqhbu4f88133l0.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1ej6y43vlrih4fjn.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1fxws50atdf464pn.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1h6c6x0d5tt3wzqf.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1i5xcvoxgveqcypq.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1jwv6go9tl78wnad.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1jz5jy4wgawcamg5.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1k89virzc7tgkg3b.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1lpc561o7fyqjp3f.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1mn3ik8rvge78wxy.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1p0aqtgns4fnm3bm.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1qodtpvjldkvrbdo.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1rfav6pdlux1oc8a.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1rvac5wymep9qqgb.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1t5fae3u17yyfxnn.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1v3p1q58gin81os0.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.1yatnoto55fdy396.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.20hw26g1oz41ezl1.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.20ke6lrtx6vdd0ai.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.25kkserun3a47ppw.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.25zetu62rblvmtqb.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.263s5rus2cimcc5m.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.28gqypj8yrkq5prh.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.28n9fs6mz0d79s8e.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.29yycfngm41wblyr.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2a9oetea5b711wc2.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2ba68u4nolmocl7t.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2jfv27l0deysuec8.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2knm6akej1opbxaf.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2lat3gus4ygofbow.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2ld4eh4685mafnap.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2moxi3y6ubu4mio5.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2nyrzzvkdr098nsb.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2pu3zu6l16nkq9ly.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2qmpfpva7nm7vzk2.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2sdmpwbtv8z95a93.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2ugiqfogfst1dofi.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2w5cc6w1284qu06k.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2wve115eybm7pu9f.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2x6p0eyixwh6ftqg.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2xcwp1idh080jx4p.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.2zrwx09evb7srurq.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3014azw0wp3e3ih5.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.311hhtdtdewhupvq.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.31pv5uwvunyxckfx.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.32fcvd16zp3lpzh4.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.33k5zvoo2c7vbau9.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.347g89iqannf4iyg.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.35iog3f7q9hcupoc.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.38yt9z6bskrajlnz.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.39h6nyx8npt295z3.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3eod3nfi75xt2wul.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3fc3llgviwelhimd.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3gx8490y2ub9fi28.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3h2mo1yq5xticeku.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3isrrl32bmwz2hvf.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3j0brffep6oaeum8.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3mfccwdvr8w196qz.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3nmytdph4mfvog0h.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3nnj9slk046d81wa.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3o39d7eo9tqcr0eo.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3oap1ulon9qzhe3t.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3oqc2etirxo5rbjv.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3ovrzmd8et0tk72k.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3ozv53hbvttwc8wu.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3pdmqjnde5lq519p.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3pzcjlakn94w3o9j.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3pzu1375ws2h50b1.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3qt5kmyf2sjj5hm7.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3tyxm5mupnx9e6s0.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3wrn11fyxj8owfc3.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3yd1cmi7z9830uj1.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3yd2p7ub4nr78rp8.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3zvhaap6rcf8349b.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.3zxwl5afrvpvyscv.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4030qvjy08f96ebs.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.43s549c48pc79fna.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.45a5uxkuighggv40.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.475fz0utamhgdcsy.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.484n0r8817u94yfy.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.48j7z2n5d5w6nyi4.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.49r2yonne2g2f6v0.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.49wuv3km1ocup8zf.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4asedqxvcut7wvdq.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4bi6izipzph97imh.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4c5ym8za1tjb3lac.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4cc1si5kw3jjomgp.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4f044inr24tdcjgn.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4fa8tocjet54m5ed.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4fl0riwgmqa388ep.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4jvlrw7ymybncvgv.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4khg3lmif40k5e8t.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4l03b9skzw3npwzj.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4lebjmgbio89igk1.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4n770dj8jkzz2ann.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4nb6kftsgqh9hssr.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4oosudv4c2n2vmxk.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4su7seu5o6ak0ydj.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4vpqaljmd2j694jj.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4x0zw3egtiao6u2o.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4x6vhxiq2slnwuy9.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.4ypzuce5kvjnyngt.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.50twgve60hk9a4e3.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.51z5t9d2kq6bayib.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.5240aaxps39luqk7.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.53stnqrpc0kyvqna.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.565vomby0f76r3cj.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.56j60qi21nz0oaub.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.585wxxtab6lznxxx.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.585y4b1hz4eucg7i.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.587f8tsp2zfrqwyy.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.59vxxfm01lozs6ft.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.5akeniqpkrvf86o9.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.5b1x9yepxxt6xgw.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.5bzwgb8de5k020f3.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.5cx286qc3sn56w7w.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.5dbu9ymbwzrdz38u.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.5f7d27ktoy4yz8f3.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.5g060cdkj8kdqodx.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.63p87owdqmx1x1q.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.6s6pewvj8e0ij42.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.8e2ll9cehm04xq.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.8u7901kxv6tdygm.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.dhr8kv4552hmvyp.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.e0yz041bb8luvfi.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.ftebdn4164bij8s.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.m3nol93rkcargth.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.ngcl84v18yqrfwz.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.o8genu82lq75688.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.os85wakkttvu1ca.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.r4zd7c5hgkxoum0.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.ujxavc7s4g1h2hs.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.v4ufidg2bprifo3.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.v5chxu4rw24p2mg.rcgu.o" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.vf774ruiqyzqkib.rcgu.o" "/OUT:C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.exe" "C:\\my_proj\\target\\debug\\deps\\my_proj-cc86f28fc2799d15.41xfo87xqu5wiskk.rcgu.o" "/OPT:REF,NOICF" "/DEBUG" "/NATVIS:C:\\Users\\DavidHewson\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:C:\\Users\\DavidHewson\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:C:\\Users\\DavidHewson\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\libcore.natvis" "/LIBPATH:C:\\my_proj\\target\\debug\\deps" "/LIBPATH:D:\\vcpkg\\installed\\x64-windows-static\\lib" "/LIBPATH:C:\\my_proj\\target\\debug\\build\\miniz-sys-eb85c1a593288fcc\\out" "/LIBPATH:C:\\Users\\DavidHewson\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "user32.lib" "C:\\my_proj\\target\\debug\\deps\\libdebug_macros-f5593633eddc405b.rlib" "C:\\my_proj\\target\\debug\\deps\\libmantis_db_diesel-3ff2644c24518458.rlib" "C:\\my_proj\\target\\debug\\deps\\libdotenv-3f9cb93d9e08a282.rlib" "C:\\my_proj\\target\\debug\\deps\\liberror_chain-0277eb65c9c7a90f.rlib" "C:\\my_proj\\target\\debug\\deps\\libmantis_db_diesel_schema-53f9cba948b336ed.rlib" "C:\\my_proj\\target\\debug\\deps\\libmantis_db-0611871575243972.rlib" "C:\\my_proj\\target\\debug\\deps\\libmysql-55e9fb54b34a259f.rlib" "C:\\my_proj\\target\\debug\\deps\\libbufstream-44272460a8e16612.rlib" "C:\\my_proj\\target\\debug\\deps\\libnamed_pipe-0e5e512431d47276.rlib" "C:\\my_proj\\target\\debug\\deps\\libmysql_common-1372fb7435c0c725.rlib" "C:\\my_proj\\target\\debug\\deps\\libuuid-41ba1b9565853352.rlib" "C:\\my_proj\\target\\debug\\deps\\libtwox_hash-b4bf6a725f052f09.rlib" "C:\\my_proj\\target\\debug\\deps\\libsmallvec-78da11d50e101257.rlib" "C:\\my_proj\\target\\debug\\deps\\libsha1-76ef562ca12865d3.rlib" "C:\\my_proj\\target\\debug\\deps\\libchrono-df4c396ab9dea980.rlib" "C:\\my_proj\\target\\debug\\deps\\libbitflags-d95015dcfbca56ce.rlib" "C:\\my_proj\\target\\debug\\deps\\libatoi-667891108a3b8d3f.rlib" "C:\\my_proj\\target\\debug\\deps\\libedict-ac69f1ca838f2432.rlib" "C:\\my_proj\\target\\debug\\deps\\libflate2-3de37088ceb5f842.rlib" "C:\\my_proj\\target\\debug\\deps\\libminiz_sys-f063801ea05b9f70.rlib" "C:\\my_proj\\target\\debug\\deps\\libencoding-222d896b41c56d0f.rlib" "C:\\my_proj\\target\\debug\\deps\\libencoding_index_tradchinese-6e129fa35408dd06.rlib" "C:\\my_proj\\target\\debug\\deps\\libencoding_index_simpchinese-62c9b5963dc93048.rlib" "C:\\my_proj\\target\\debug\\deps\\libencoding_index_japanese-97fe6890177087cc.rlib" "C:\\my_proj\\target\\debug\\deps\\libencoding_index_korean-e5f33fe7eb78fb83.rlib" "C:\\my_proj\\target\\debug\\deps\\libencoding_index_singlebyte-724a8a3fbe856566.rlib" "C:\\my_proj\\target\\debug\\deps\\libencoding_types-0b4546aec4a580f6.rlib" "C:\\my_proj\\target\\debug\\deps\\libaccuweather-ff54d69fa4e124d0.rlib" "C:\\my_proj\\target\\debug\\deps\\libselect-a3a343996ecf2539.rlib" "C:\\my_proj\\target\\debug\\deps\\libhtml5ever-9e79bac2c052bce1.rlib" "C:\\my_proj\\target\\debug\\deps\\libtendril-621b2aea96d12208.rlib" "C:\\my_proj\\target\\debug\\deps\\libencoding-07059c96a9cb5856.rlib" "C:\\my_proj\\target\\debug\\deps\\libencoding_index_tradchinese-eeb4d73ea6797095.rlib" "C:\\my_proj\\target\\debug\\deps\\libencoding_index_simpchinese-7cc374f875c77c05.rlib" "C:\\my_proj\\target\\debug\\deps\\libencoding_index_japanese-d0cf01cb0cbb3703.rlib" "C:\\my_proj\\target\\debug\\deps\\libencoding_index_korean-e9b551d129f25dcb.rlib" "C:\\my_proj\\target\\debug\\deps\\libencoding_index_singlebyte-7e2097bc57bad517.rlib" "C:\\my_proj\\target\\debug\\deps\\libutf8-d2aa446a51089add.rlib" "C:\\my_proj\\target\\debug\\deps\\libfutf-a3f7f8316165ee0c.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libdebug_unreachable-e8ba3389970ea282.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libmac-7763efcb18fb2e5c.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libstring_cache-4b84c1c73560da56.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libserde-a6b3f200db940032.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libdebug_unreachable-e9ebc3ef58671ff9.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libunreachable-2e65feebc1c336f8.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libvoid-782ad0343427429a.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\liblazy_static-6a713febd0cf5565.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libbit_set-11304987f3adfeb6.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libbit_vec-2abb7c854af6a8de.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libslack-9b76f2516e21d186.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libtungstenite-452ef5498ff33a2b.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libutf8-d4e7c62b01037221.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libsha1-67a5db5f35a4d023.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libfake_simd-e58f5bebd28e8480.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libdigest-8b92a54b5baf3bf0.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libopaque_debug-71a8ed7bdbe553e6.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libblock_buffer-4e0c07545d5d7ce7.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libgeneric_array-299820dcf1ed4d69.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libtypenum-7b268a51f0c82a25.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libblock_padding-e5ce1bfc390cc5a8.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libbyte_tools-b4cddba506d7ef3c.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libinput_buffer-5ec9034a29d1d0e0.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libslack_api-f1e5a5859836f9b8.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libreqwest-b4e014804bccd341.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libuuid-b98d7027af2d4a50.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libserde_urlencoded-f6fb865c5250251e.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libdtoa-885e2f8cd101b2e2.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libmime_guess-16d6a20c4abbc5fe.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libphf-5254bd00a23ae482.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libphf_shared-f9a90233a165934e.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libunicase-6b6f486c1574a37c.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libsiphasher-b90b9ade03e3d104.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libmime-987b950ddf2537b8.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libunicase-fdaf7e952981bcb2.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libflate2-54f52c42aa50c253.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libminiz_oxide_c_api-627643bccfd21ec5.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libminiz_oxide-63478e92cdcf5fab.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libadler32-69ad54866db22d9c.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libcrc-8cfc9fc942c729df.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\liblibc-a88fdf143f2451a2.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libcrc32fast-89839040cbcb5718.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libhyper_tls-57fab1d9542f7dba.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libnative_tls-a7347a267f5889a1.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libschannel-29e693e987112008.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libhyper-ea1ffb7f1b276e3c.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libwant-c1e78083260653d6.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libtry_lock-5713a9b6af0acf30.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libtokio-9c1b484dc7915a86.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libtokio_trace_core-352325418f62753d.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libtokio_timer-c5450488f10b1f2d.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libtokio_threadpool-953e0f65f96e6fff.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libcrossbeam_queue-2079df7a4de4dba7.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libcrossbeam_deque-b978b64521d970b8.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libcrossbeam_epoch-5c829621844e6763.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libmemoffset-c17be8ac2d48070b.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libarrayvec-94f8d74e016e6471.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libtokio_tcp-f9dc0c2a782cf272.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libtokio_reactor-61491a37a76eb31e.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libtokio_sync-abd1ecf57d925faa.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libtokio_current_thread-21d5d30f02227255.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libtokio_executor-684cfe62b837e05a.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libcrossbeam_utils-5827fa4b331665c1.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libmio-29db35d8c69fce69.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libmiow-ec60a7f0b5fbbee1.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libws2_32-737d9b22e7a0bce5.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libkernel32-6922b009d76c5aae.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\liblazycell-73f9185dbb7eae0e.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libnet2-478acc2e72397d9d.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libhttparse-be8065b1e5e75d3f.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libh2-8beb82c460057658.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libindexmap-090f09c361220e77.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libstring-f2bbb56efde13412.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libslab-d477388805c9d699.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libtokio_io-33666a215ddb0567.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libfutures_cpupool-a20d1ba5101cbc96.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libnum_cpus-046bc8e461fec17c.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libhttp-7ca2b9b6ce1626bc.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libfnv-b94774d84eb0cdb9.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libfutures-11249fe2159474e3.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libencoding_rs-9f39dd2e0a381c2c.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libcookie_store-51384d2ef646d789.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libserde_json-096985fb2c90d521.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libryu-2261a9db6ffec09a.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libitoa-b63ccbdf7e495511.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libpublicsuffix-30418760056b6182.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libregex-a3d02b163d77b00f.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libregex_syntax-5688e97fd009aa94.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libaho_corasick-449a6645f7ba9867.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\liberror_chain-ea97412d98c1353a.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libserde-65b34e4cdea9e69c.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libtry_from-ea3c273881c24607.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libfailure-50694f2d643590a9.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libbacktrace-0896c37c83b2fa5a.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\librustc_demangle-f65a5458ec200f12.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libcookie-8722f22a8fb5fd62.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libbytes-366f7d7a784ccc70.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libiovec-05577aba9ab5f513.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libwinapi-f96491b7c4fd29bf.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libbase64-bfbc6f6cf7fb41e8.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\librand-f800a7a159b0995d.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libitertools-3872fe44fbd520de.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libeither-b27865ec796efed4.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libenv_logger-03f15e0ec39efaa5.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libregex-1ebcdbed7986bdff.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libutf8_ranges-b03a120dd0a12551.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libregex_syntax-10c62d000fcd39e2.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libucd_util-057584002926c67e.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libthread_local-c9bdb9170b89812b.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\liblazy_static-4577a2ffa0a91438.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libaho_corasick-476158d2fcd792ae.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libmemchr-198445dd65b7030e.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\liblog-439c7e38c0f7b96b.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libdiesel-d5048f13cd269160.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\liburl-0dd954cc2d2704af.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libpercent_encoding-ff6f7e1013351aa8.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libidna-0711289688752337.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libunicode_normalization-ab760a11418fa107.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libunicode_bidi-3e6f96eff684ff64.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libmatches-820fd97f92e776ed.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libmysqlclient_sys-a41ef83fc5e5236c.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libr2d2-0498a06258fff5de.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libscheduled_thread_pool-e6149b4809c73330.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libantidote-c6813b857cb7ecb9.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libparking_lot-9d46ebf599447b2a.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libparking_lot_core-66a8253190886efc.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libsmallvec-35f7291a915c498b.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\librand-da807ee833d77748.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\librand_xorshift-dd4900ad490cd8df.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\librand_pcg-4215353c87666bdf.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\librand_hc-531a3d0f15039a7d.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\librand_chacha-6ae333a6e9a9718d.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\librand_isaac-f7a7a676500d6cbd.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\librand_core-b37c92be64101375.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\librand_os-b7ac6327a5c652c7.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\librand_jitter-0730593948488829.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\librand_core-4df0ef6b4d24dc9a.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\liblock_api-c30736aac97ceea0.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libowning_ref-db027a13805acd0e.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libstable_deref_trait-418266c0deaaf17d.rlib" "C:\\Users\\DavidHewson\\Documents\\Repositories\\Internal\\my_proj\\target\\debug\\deps\\libscopeguard-e414bf9fb7956e7a.rlib" "C:\\my_proj\\target\\debug\\deps\\liblog-8fcf0522ec9ca678.rlib" "C:\\my_proj\\target\\debug\\deps\\libcfg_if-c06a7e7b3ee63336.rlib" "C:\\my_proj\\target\\debug\\deps\\libbyteorder-863dd03d07cf7a70.rlib" "C:\\my_proj\\target\\debug\\deps\\libbankholidays-d2a1a24281118833.rlib" "C:\\my_proj\\target\\debug\\deps\\libcomputus-ecf8dfea39c5b8b2.rlib" "C:\\my_proj\\target\\debug\\deps\\libchrono-f201d451b44d301b.rlib" "C:\\my_proj\\target\\debug\\deps\\libnum-27a1d4dcce1a0cbe.rlib" "C:\\my_proj\\target\\debug\\deps\\libnum_iter-d0be0497d02faca9.rlib" "C:\\my_proj\\target\\debug\\deps\\libnum_integer-2e70dd336e9b335e.rlib" "C:\\my_proj\\target\\debug\\deps\\libnum_traits-250752941ce8e0b7.rlib" "C:\\my_proj\\target\\debug\\deps\\libtime-df9f13fb37852315.rlib" "C:\\my_proj\\target\\debug\\deps\\libwinapi-f84a7126c8af427b.rlib" "C:\\Users\\DavidHewson\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libstd-eac22bdd33861df1.rlib" "C:\\Users\\DavidHewson\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libpanic_unwind-bd033cefe9225fc7.rlib" "C:\\Users\\DavidHewson\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\librustc_demangle-9c763a9039daafe7.rlib" "C:\\Users\\DavidHewson\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libunwind-b78aa403ab20ed15.rlib" "C:\\Users\\DavidHewson\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\liblibc-9ce0d2c678ca4d7e.rlib" "C:\\Users\\DavidHewson\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\liballoc-f94457de73e50aed.rlib" "C:\\Users\\DavidHewson\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\librustc_std_workspace_core-093f258726e3d316.rlib" "C:\\Users\\DavidHewson\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcore-e93a1be54a7dcb84.rlib" "C:\\Users\\DavidHewson\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcompiler_builtins-f6363f8aaee883c4.rlib" "ws2_32.lib" "kernel32.lib" "boost_atomic-vc140-mt.lib" "boost_chrono-vc140-mt.lib" "boost_container-vc140-mt.lib" "boost_date_time-vc140-mt.lib" "boost_exception-vc140-mt.lib" "boost_filesystem-vc140-mt.lib" "boost_graph-vc140-mt.lib" "boost_iostreams-vc140-mt.lib" "boost_locale-vc140-mt.lib" "boost_math_c99-vc140-mt.lib" "boost_math_c99f-vc140-mt.lib" "boost_math_c99l-vc140-mt.lib" "boost_math_tr1-vc140-mt.lib" "boost_math_tr1f-vc140-mt.lib" "boost_math_tr1l-vc140-mt.lib" "boost_random-vc140-mt.lib" "boost_regex-vc140-mt.lib" "boost_serialization-vc140-mt.lib" "boost_wserialization-vc140-mt.lib" "boost_system-vc140-mt.lib" "boost_unit_test_framework-vc140-mt.lib" "boost_thread-vc140-mt.lib" "boost_timer-vc140-mt.lib" "bz2.lib" "icudt.lib" "icuin.lib" "icuio.lib" "icutu.lib" "icuuc.lib" "event.lib" "event_core.lib" "event_extra.lib" "lzma.lib" "mysqlclient.lib" "lz4.lib" "libeay32.lib" "ssleay32.lib" "zlib.lib" "advapi32.lib" "bcrypt.lib" "cfgmgr32.lib" "credui.lib" "crypt32.lib" "cryptnet.lib" "dbghelp.lib" "fwpuclnt.lib" "kernel32.lib" "ncrypt.lib" "ntdll.lib" "secur32.lib" "user32.lib" "ws2_32.lib" "advapi32.lib" "ws2_32.lib" "userenv.lib" "libcmt.lib"
  = note: libeay32.lib(rand_win.obj) : error LNK2019: unresolved external symbol __imp_CreateCompatibleBitmap referenced in function RAND_screen
          libeay32.lib(rand_win.obj) : error LNK2019: unresolved external symbol __imp_DeleteObject referenced in function RAND_screen
          libeay32.lib(rand_win.obj) : error LNK2019: unresolved external symbol __imp_GetDeviceCaps referenced in function RAND_screen
          libeay32.lib(rand_win.obj) : error LNK2019: unresolved external symbol __imp_GetDIBits referenced in function RAND_screen
          libeay32.lib(rand_win.obj) : error LNK2019: unresolved external symbol __imp_GetObjectW referenced in function RAND_screen
          C:\my_proj\target\debug\deps\my_proj-cc86f28fc2799d15.exe : fatal error LNK1120: 5 unresolved externals

previously i thought it was related to this crate 😅 might just be related directly to diesel

weiznich commented 5 months ago

I'm closing this as we now have a CI setup that demonstrates that building and linking works on windows.