Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to compile "Winexe" in Debian 10.1?

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
hack3rcon
Posts: 746
Joined: 2015-02-16 09:54
Has thanked: 48 times

How to compile "Winexe" in Debian 10.1?

#1 Post by hack3rcon »

Hello,
I downloaded "Winexe-1.00" and when I used "make" command then it show me below error:

Code: Select all

.
.
.
Compiling heimdal/lib/roken/rtbl.c with host compiler
Compiling heimdal/lib/roken/cloexec.c with host compiler
Compiling heimdal/lib/roken/xfree.c with host compiler
Compiling heimdal/../heimdal_build/replace.c with host compiler
Partially linking bin/mergedobj/heimdal_roken_h.o
Compiling heimdal/lib/roken/closefrom.c with host compiler
Partially linking bin/mergedobj/heimdal_roken_closefrom_h.o
Compiling heimdal/lib/roken/getprogname.c with host compiler
Compiling heimdal/lib/roken/setprogname.c with host compiler
Partially linking bin/mergedobj/heimdal_roken_progname_h.o
Compiling ../lib/replace/replace.c with host compiler
Compiling ../lib/replace/snprintf.c with host compiler
Compiling ../lib/replace/getpass.c with host compiler
Partially linking bin/mergedobj/replace_hostcc.o
Linking bin/compile_et
Compiling error table lib/hx509/hx509_err.et
Creating heimdal/lib/hx509/hx509-protos.h
syntax error at heimdal/cf/make-proto.pl line 15, near "do Getopts("
Execution of heimdal/cf/make-proto.pl aborted due to compilation errors.
make: *** No rule to make target 'heimdal/lib/hx509/hx509-protos.h', needed by 'heimdal/lib/hx509/hx509_err.d'.  Stop.
How can I solve it?

Thank you.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: How to compile "Winexe" in Debian 10.1?

#2 Post by stevepusser »

Hmmm---you're not going to build this just for evil, are you? :twisted: :twisted:

No doubt it needs to be patched to build with a modern compiler, since it dates back five or six years. Kali does apply several patches for their build: https://gitlab.com/kalilinux/packages/winexe/
MX Linux packager and developer

hack3rcon
Posts: 746
Joined: 2015-02-16 09:54
Has thanked: 48 times

Re: How to compile "Winexe" in Debian 10.1?

#3 Post by hack3rcon »

stevepusser wrote:Hmmm---you're not going to build this just for evil, are you? :twisted: :twisted:

No doubt it needs to be patched to build with a modern compiler, since it dates back five or six years. Kali does apply several patches for their build: https://gitlab.com/kalilinux/packages/winexe/
I need a tools like "PsExec" for Linux.

cuckooflew
Posts: 677
Joined: 2018-05-10 19:34
Location: Some where out west
Been thanked: 1 time

Re: How to compile "Winexe" in Debian 10.1?

#4 Post by cuckooflew »

Please Read What we expect you have already Done
Search Engines know a lot, and
"If God had wanted computers to work all the time, He wouldn't have invented RESET buttons"
and
Just say NO to help vampires!

reinob
Posts: 1198
Joined: 2014-06-30 11:42
Has thanked: 99 times
Been thanked: 47 times

Re: How to compile "Winexe" in Debian 10.1?

#5 Post by reinob »

hack3rcon wrote:Hello,
I downloaded "Winexe-1.00" and when I used "make" command then it show me below error:

Code: Select all

.
.
.
Compiling heimdal/lib/roken/rtbl.c with host compiler
Compiling heimdal/lib/roken/cloexec.c with host compiler
Compiling heimdal/lib/roken/xfree.c with host compiler
Compiling heimdal/../heimdal_build/replace.c with host compiler
Partially linking bin/mergedobj/heimdal_roken_h.o
Compiling heimdal/lib/roken/closefrom.c with host compiler
Partially linking bin/mergedobj/heimdal_roken_closefrom_h.o
Compiling heimdal/lib/roken/getprogname.c with host compiler
Compiling heimdal/lib/roken/setprogname.c with host compiler
Partially linking bin/mergedobj/heimdal_roken_progname_h.o
Compiling ../lib/replace/replace.c with host compiler
Compiling ../lib/replace/snprintf.c with host compiler
Compiling ../lib/replace/getpass.c with host compiler
Partially linking bin/mergedobj/replace_hostcc.o
Linking bin/compile_et
Compiling error table lib/hx509/hx509_err.et
Creating heimdal/lib/hx509/hx509-protos.h
syntax error at heimdal/cf/make-proto.pl line 15, near "do Getopts("
Execution of heimdal/cf/make-proto.pl aborted due to compilation errors.
make: *** No rule to make target 'heimdal/lib/hx509/hx509-protos.h', needed by 'heimdal/lib/hx509/hx509_err.d'.  Stop.
How can I solve it?

Thank you.
I see google is not your friend. Look e.g. here: http://www.iptvbro.com/vb/showthread.ph ... n-8-Jessie

(I know, it's french, but you just need to change like 3 characters in a Perl program. You can do it! :)

hack3rcon
Posts: 746
Joined: 2015-02-16 09:54
Has thanked: 48 times

Re: How to compile "Winexe" in Debian 10.1?

#6 Post by hack3rcon »

Thank you.
Debian 8?

reinob
Posts: 1198
Joined: 2014-06-30 11:42
Has thanked: 99 times
Been thanked: 47 times

Re: How to compile "Winexe" in Debian 10.1?

#7 Post by reinob »

hack3rcon wrote:Thank you.
Debian 8?
It's a perl script from like 2011. I don't think anybody will care where you install that.
You can fix it yourself (even just opening the make-proto.pl will show you how), or you report the bug to developers, if they still exist and if the software is maintained at all.

Post Reply