Jump to content

ScriptDev 2 Patchen (Debian)


Mover

Recommended Posts

Posted

Hallo,

mein Problem besteht eigentlich beim ScriptDev2. im "Bindungen" Ordner befindet Sich bei mir der Nonne ordner Scripts Mit Dem inhalt der Mangoszero Repo-und Ein Ordner Namens ScriptDev2 Mit Dem inhalt der ScriptDev2 Repo. Normalerweise sollte man ja Nonne ScriptDev2 einpatchen Aber Daran scheitert es bei mir. ~ / Mangos / # git gelten src/bindings/ScriptDev2/patches/MaNGOS- *-ScriptDev2.patch im Scriptdev 2 ordner IST vorallem kein Patches Ordner. Wie Patche ICH ScriptDev2 Ein?.

LG

Posted

Hallo Mover,

du musst die Datei "CMakeLists.txt" im "bindings"-Ordner bearbeiten und aus der letzten Zeile das Kommentar entfernen, so dass sie berücksichtigt wird.

Posted

Leichter gesagt als getan^^

:~/mangos/server/src# cmake bindings

CMake Error at CMakeLists.txt:95 (set_target_properties):

set_target_properties called with incorrect number of arguments.

CMake Error at CMakeLists.txt:138 (install):

install TARGETS given no LIBRARY DESTINATION for shared library target

"mangosscript".

CMake Error at CMakeLists.txt:143 (install):

install FILES given no DESTINATION!

CMake Warning (dev) in CMakeLists.txt:

No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 2.8)

should be added at the top of the file. The version specified may be lower

if you wish to support older CMake versions for this project. For more

information run "cmake --help-policy CMP0000".

This warning is for project developers. Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!

root@h2279502:~/mangos/server/src#

Posted

Folgendes musst du machen, wenn du es unter Linux kompilierst:

cd ~/mangos/server/
mkdir obj
cd obj
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/where/you/want/the/binaries/to/go
make -j4
make install

Den Pfad im Befehl musst du noch anpassen.

Posted

CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE):

Could NOT find ACE (missing: ACE_INCLUDE_DIRS)

Call Stack (most recent call first):

/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE)

cmake/FindACE.cmake:87 (find_package_handle_standard_args)

CMakeLists.txt:461 (find_package)

Scheint wohl noch ACE zu fehlen ;(

Irgendwie hab ich probleme mit der anleitung von http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/ACE/ACE-INSTALL.html#aceinstall

Ich denke wenn du mir damit noch helfen könntest wäre alles geklärt^^

LG

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use