AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Coding MM:S Plugins & SM Extensions (https://forums.alliedmods.net/forumdisplay.php?f=75)
-   -   Solved Can't find eiface.h (https://forums.alliedmods.net/showthread.php?t=342535)

Lemon Needle 04-21-2023 06:12

Can't find eiface.h
 
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.

Lemon Needle 04-21-2023 06:44

Re: Can't find eiface.h
 
Nevermind, I found the problem.
The makefile had this:
HL2SDK_OB = ../../hl2sdk-ob
And it should have been this:
HL2SDK_OB = ../../hl2sdk-orangebox


All times are GMT -4. The time now is 10:00.

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