fab

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: wmic stopped working on Windows 10 Build 2004 #507
    fab
    Participant

    @baldnerd

    Do you have a complete log of the compilation?

    Haha! Good reason! I’ll play with those suggestions… here’s hoping!

    I found warnings (at the beginning of the log) that later led to termination.

    in reply to: wmic stopped working on Windows 10 Build 2004 #502
    fab
    Participant

    @baldnerd

    Did you have to remove those for some particular reason?

    yes, so that it compiles..

    in reply to: wmic stopped working on Windows 10 Build 2004 #500
    fab
    Participant

    Compile on Ubuntu (18.04) with https://edcint.co.nz/checkwmiplus/download/wmic-source-v1-4-1/:

    
    sudo apt-get install gcc cmake pkg-config gcc-mingw-w64 libgnutls28-dev \
                    perl-base heimdal-dev libpopt-dev libglib2.0-dev \
                    libunistring-dev autoconf gcc libdatetime-perl make \ 
    		build-essential g++ python-dev
    
    sudo ulimit -n 100000
    
    # remove "defined" in Samba/source/pidl/pidl on 578
    
    # remove the following line in Samba/source/lib/tls/tls.c:
    #  gnutls_transport_set_lowat(tls->session, 0);
    #  gnutls_certificate_type_set_priority(tls->session, cert_type_priority);
    #  gnutls_transport_set_lowat(tls->session, 0)
    
    sudo make "CPP=gcc -E -ffreestanding"
    
Viewing 3 posts - 1 through 3 (of 3 total)