Raised This Month: $7 Target: $400
 1% 

Solved Can't find eiface.h


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Lemon Needle
New Member
Join Date: Apr 2022
Old 04-21-2023 , 06:12   Can't find eiface.h
Reply With Quote #1

Hi
I'm trying to build and test the stub_mm plugin that comes as a part of the metamod source sdk.
I try building the plugin via the makefile:
Code:
make ENGINE=orangebox
However, I get the following error:
Code:
In file included from ../core/ISmmPlugin.h:39,
                 from stub_mm.h:18,
                 from stub_mm.cpp:16:
../core/ISmmAPI.h:45:10: fatal error: eiface.h: No such file or directory
   45 | #include <eiface.h>
      |          ^~~~~~~~~~
A quick search reveals that the file does exist in the correct place.
This error is specific to orangebox (which is the one that I need) and doesn't occur for others such as csgo, etc...
Am I missing something?
Thanks.

Last edited by Lemon Needle; 04-21-2023 at 06:44.
Lemon Needle is offline
Lemon Needle
New Member
Join Date: Apr 2022
Old 04-21-2023 , 06:44   Re: Can't find eiface.h
Reply With Quote #2

Nevermind, I found the problem.
The makefile had this:
HL2SDK_OB = ../../hl2sdk-ob
And it should have been this:
HL2SDK_OB = ../../hl2sdk-orangebox

Last edited by Lemon Needle; 04-21-2023 at 06:45.
Lemon Needle is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:03.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode