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

0 answers 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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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