Jump to content

Undyne

Inactive Member
  • Posts

    13
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Undyne

  1. Are you compiling with vs cause makefiles are all f*cked ? Having some problems with typeof in clang: use of undeclared identifier 'typeof'; did you mean 'typeid'? itertype(m_vecProbs) it = lower_bound(m_vecProbs... ^ ./typedef.h:112:21: note: expanded from macro 'itertype' #define itertype(v) __typeof((v).begin()) ^ ./stdafx.h:37:18: note: expanded from macro '__typeof' #define __typeof typeof
  2. If someone is interested in a client, binary and svfiles compatible here is my "work": [Hidden Content] Newest version(probably you shouldn't use this): [Hidden Content] This is for 70220 version. Enjoy ! pkg update pkg install clang-devel gmake makedepend devil boost-all lzop mariadb100-server googletest cryptopp
  3. Core download link down.. I know that it had the needed libs too. I'm having this problem and i think that it is from libc.so.7. Would someone please reupload them ?
  4. Hello, I'm using vanilla 70220 core and DB randomly crashes (gdb) bt full #0 0x286d3f03 in thr_kill () from /lib/libc.so.7 No symbol table info available. #1 0x286d3ee8 in raise () from /lib/libc.so.7 No symbol table info available. #2 0x286d3e23 in abort () from /lib/libc.so.7 No symbol table info available. #3 0x0812c71f in emergency_sig (sig=11) at Main.cpp:56 No locals. #4 0x2860d904 in pthread_sigmask () from /lib/libthr.so.3 No symbol table info available. #5 0x2860ccdb in pthread_getspecific () from /lib/libthr.so.3 No symbol table info available. #6 0xbfbff004 in ?? () No symbol table info available. #7 0x0000000b in ?? () No symbol table info available. #8 0xbfbfcd80 in ?? () No symbol table info available. #9 0xbfbfcac0 in ?? () No symbol table info available. #10 0x00000000 in ?? () No symbol table info available. And in syslog, the last line is SIGNAL: SIGSEGV
  5. You need to compile the source with FreeBSD.
  6. Thanks man, it's working. I tried first with -ggdb, but you overcame me. And I really want to thank you too, you helped me a lot: really appreciate it Keep up the good work !
  7. Can confirm that -O1 is not working either.
  8. Too late to write this probably ( 100% sure ) Cartof v2 binnary wont work with 40250 client, just tested b
  9. Thank you ! I'll try and come back with an edit. Edit: Working perfectly with debug game and db files, but when I try to start the server with release files this error pops up: Also I removed the highlighted text in makefile (from game) because when I tried to compile game i had this problem I guess it's ok since I have all the needed libs. I'm looking forward for your replay ! Best Regards, Undyne
  10. Dear Vanilla, I must start with saying that I'm sorry that I have to ask you something long (and probably boring to read) like this. How can I compile your source ? Let me tell you what I did and what's not working. I installed FreeBSD 11.0 (i386) from the official FreeBSD website Installed pkg: /usr/sbin/pkg pkg2ng echo 'WITH_PKGNG=yes' >> /etc/make.conf Installed clang: cd /usr/ports/lang/clang-devel/ && make install clean Installed makedepend: cd /usr/ports/devel/makedepend/ && make install clean Added in make.conf CC = clang-devel CPP = clang-cpp-devel CXX = clang++-devel CFLAGS += -stdlib=libc++ Installed googletest: cd /usr/ports/devel/googletest/ && make install clean Installed cryptopp: cd /usr/ports/security/cryptopp/ && make install clean Installed devil: cd /usr/ports/graphics/devil/ && make install clean But I've got this problem t Then I used 'make DISABLE_VULNERABILITIES=yes' and in the end it successfully installed ( I guess ) Installed mariadb101-client cd /usr/ports/databases/mariadb101-client/ && make install clean I must say that while the ports were being installed i spotted this warning (multiple times and on different ports ) I know that you told me that there's no need to install libcxxrt and libc++, but I found them in usr/src/lib and tried to install them. I haven't found libc++.ld on my system Anyway, that's all I did with the installation thing. Now when I try to use gmake depend this error shows: Sorry again for the long message. I hope you can and want to help me. Best Regards, Undyne
  11. How can we install devel/libcxxrt and /devel/libc++ now ? [Hidden Content]++ No installation instructions: this port has been deleted. The package name of this deleted port was: PKGNAME: libc++ [Hidden Content]xxrt No installation instructions: this port has been deleted. The package name of this deleted port was: PKGNAME: libcxxrt Best Regards, Undyne
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.