ziggi / FCNPC

FCNPC - Fully Controllable NPC
Apache License 2.0
131 stars 30 forks source link

sampctl error #262

Closed kolor4do closed 2 years ago

kolor4do commented 2 years ago
PS C:\IAS> sampctl p build
ERROR: Dependency include path errors found:
ERROR: Duplicate 'colandreas.inc' found in both
'C:\IAS\dependencies\ColAndreas\Server\include'
'C:\IAS\dependencies\FCNPC\sampsvr_files'

could not compile due to conflicting filenames located in different include paths
ADRFranklin commented 2 years ago

Well of course this is going to happen, if you include ColAndreas as a separate package, while FCNPC comes with ColAndreas also.

The solution would be to use the ColAndreas that comes with FCNPC and not include ColAndreas separately.