Jump to content

VladimirMangos

Members
  • Posts

    2813
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by VladimirMangos

  1. In [9257] added AX_CHECK_OPENSSL([], [AC_MSG_ERROR([Missing OpenSSL])]). Thank you. This will prevent show linking error when configure _propertly_ fail find openssl dir.
  2. Ok, maybe it and not hack, not see it bacuase it not has been posted to under review. I can't comment more because it posted in horriable form, so not easy understand what changed
  3. You not need do this autoreconf do this by self except automake src/bindings/ScriptDev2/Makefile maybe Infact you can corrupt by this calles autoreconf results.
  4. Please check with [9255] without any additional patches
  5. YES! In like configure affected changes this meaning you NOT use patch. For sure you need do: autoreconf --install --force before configure for recreate configure with changes
  6. This has been answered in past: this need rework vmaps by adding water level info to its... as i know at this moment none one work at this.
  7. As known that useless discuss with ppl who believe to conspiracy theories. erazare place self in same position. If you think that devs post lie in own posts then what can bediscuss more...
  8. Yes, i am also mangoszero team member. Maybe i don't know about some cases? lol...
  9. #1 I personally close and will close threads when some noob who don't know how use search ask idiotic questions and questions asked and answered 1000-time. I not care what you think about this. So please avoid attack Davemm because this will not help. Maybe i must ban you at week for example for prove this? #2 Many times say: mangos not have own scripts/DB. All scripts/DB projects is _INDEPENDENT_. Not important that some mangos devs have personally some rights at other project forums or maybe they are other project team memebers in same time. They members of other team not as mangos devs but by personal choice. mangos project and other teams can have different points when make releases, what support and how manage projects. Different teams can have own reason do it differently. Main point that you must attempt understand: mangos and referenced SD2/UDB is _really_ idependent projects. Friendly but independent. This is mangos project forum and then we have own right manage it by own reason. This is not something public domain
  10. Base at previous provided configure.status i see that you not use --with-openssl option and configure can't find openssl, that is source of you specific case. Also maybe you not run autoreconf after provided patch apply...
  11. Can you provide full config.status generated at fail build?
  12. Currently we not have policy for forks URL listing from forum. What requirements for this? I think we need setup some final requirement for case authors credits preserver at forks. And add it as announcement at forum. For example: http://github.com/beleko/evo-X-Core All authors info removed from commits. I suggest add rule: not allowed providing at forum links to like repo or any discussion or referecnes to like repos. With temporary bans for posters and permanent bans to owners (if they not react at warning and suggestion fix this).
  13. Is this patch help? diff --git a/m4/ax_check_openssl.m4 b/m4/ax_check_openssl.m4 index 7f5c319..cf5bfff 100644 --- a/m4/ax_check_openssl.m4 +++ b/m4/ax_check_openssl.m4 @@ -31,6 +31,10 @@ # permitted in any medium without royalty provided the copyright notice # and this notice are preserved. This file is offered as-is, without any # warranty. +# +# MaNGOS local changes: OPENSSL_INCLUDES replaced by OPENSSL_CPPFLAGS for better +# compatibility with PKG_CONFIG way work +# AU_ALIAS([CHECK_SSL], [AX_CHECK_OPENSSL]) AC_DEFUN([AX_CHECK_OPENSSL], [ @@ -54,7 +58,7 @@ AC_DEFUN([AX_CHECK_OPENSSL], [ OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null` if test $? = 0; then OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null` - OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null` + OPENSSL_CPPFLAGS=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null` found=true fi fi @@ -71,11 +75,11 @@ AC_DEFUN([AX_CHECK_OPENSSL], [ # an 'openssl' subdirectory if ! $found; then - OPENSSL_INCLUDES= + OPENSSL_CPPFLAGS= for ssldir in $ssldirs; do AC_MSG_CHECKING([for openssl/ssl.h in $ssldir]) if test -f "$ssldir/include/openssl/ssl.h"; then - OPENSSL_INCLUDES="-I$ssldir/include" + OPENSSL_CPPFLAGS="-I$ssldir/include" OPENSSL_LDFLAGS="-L $ssldir/lib" OPENSSL_LIBS="-lssl -lcrypto" found=true @@ -95,14 +99,14 @@ AC_DEFUN([AX_CHECK_OPENSSL], [ AC_MSG_CHECKING([whether compiling and linking against OpenSSL works]) echo "Trying link with OPENSSL_LDFLAGS=$OPENSSL_LDFLAGS;" \\ - "OPENSSL_LIBS=$OPENSSL_LIBS; OPENSSL_INCLUDES=$OPENSSL_INCLUDES" >&AS_MESSAGE_LOG_FD + "OPENSSL_LIBS=$OPENSSL_LIBS; OPENSSL_CPPFLAGS=$OPENSSL_CPPFLAGS" >&AS_MESSAGE_LOG_FD save_LIBS="$LIBS" save_LDFLAGS="$LDFLAGS" save_CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS $OPENSSL_LDFLAGS" LIBS="$OPENSSL_LIBS $LIBS" - CPPFLAGS="$OPENSSL_INCLUDES $CPPFLAGS" + CPPFLAGS="$OPENSSL_CPPFLAGS $CPPFLAGS" AC_LINK_IFELSE( AC_LANG_PROGRAM([#include <openssl/ssl.h>], [sSL_new(NULL)]), [ @@ -116,7 +120,7 @@ AC_DEFUN([AX_CHECK_OPENSSL], [ LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" - AC_SUBST([OPENSSL_INCLUDES]) + AC_SUBST([OPENSSL_CPPFLAGS]) AC_SUBST([OPENSSL_LIBS]) AC_SUBST([OPENSSL_LDFLAGS]) ]) Can someone with problems build mangos after SSL detection chnages check this?
  14. Also one note with DESTDIR and building in general at *nix: very wrong choice have object dir build directory in to sources dir.
  15. In [9253]. Thank you
  16. fixed in [9251] by suggested patch.
  17. Patch in originally suggested form add in [9251]. Thank you
  18. In any case suggested way too hacky... Maybe we must use creature info scale in formula. But i look creatures for some from referenced finilies and it have 1.0 as normal creature scale...
  19. In [9248]. Thank you
  20. For future: please provided full diff file, with header. in [9247]. Thank you
  21. this look like infinity triggering spell cast at unlearn/learn, so not related explicitly to command. One form affected spells: 63734. What revision you use in crash reports...
  22. i personally in mostly times ignore idiotic questions that in fact not questions.
  23. just use -with-openssl option if code fail detect it in another way.
  24. in [9243] i apply some fixes to Aura::HandleAuraConvertRune work that implement proper original runer select for convertion and proper select reune for restore... So i not see that we need suggested in parch masks and etc... Possible need just move handler code to function ConvertRune(from,to,apply) and use it at triggering with 'true'
  25. In [9244]. Thank you
×
×
  • 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