Jump to content
  • 0
Sign in to follow this  
akbare

[ASK] plugin compile centos 6 x86_64

Question

sory im new coomer in Hercules emulator

maybe sameone can help me for this

 

i'm use @afk plugins

in my setting :

conf/plugins.conf

plugins_list: [
	/* Enable HPMHooking when plugins in use rely on Hooking */
	//"HPMHooking",
	//"db2sql",
	//"sample",
	//"other",
	"@afk",
]

src/plugins/Makefile.in

# Note: DO NOT include the .c extension!!!                           #

MYPLUGINS :
@afk
#      

i'm use command in terminal

 

./configure

make plugins

 

error

make[1]: Leaving directory `/home/akbare/Hercules/src/common'
        MAKE    plugins
make[1]: Entering directory `/home/akbare/Hercules/src/plugins'
Makefile:37: *** missing separator.  Stop.
make[1]: Leaving directory `/home/akbare/Hercules/src/plugins'
make: *** [plugins] Error 2
[akbare@MyPvtRO Hercules]$

 

Question :

are these plugins not running right now? and why almost all plugins I can't compile, maybe someone can give me enlightenment.

maybe someone can link for related

thanks

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

you have syntax error in src/plugins/Makefile.in and make said about it. See how other plugins added

 

in other way you can not change make file, but use separate make command.

for example:

make plugin.@afk

 

Share this post


Link to post
Share on other sites
  • 0
15 hours ago, 4144 said:

you have syntax error in src/plugins/Makefile.in and make said about it. See how other plugins added

 

in other way you can not change make file, but use separate make command.

for example:

make plugin.@afk


make plugin.@afk

 

Hoho... owh oke thx work like a charm 🤣

 

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.