Jump to content
TrinityCore

Compile or cmake problems


Joy
 Share

Recommended Posts

  • Replies 2.9k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

I am running the newest version from the website.  When I try to run the authserver.exe or the worldserver.exe I get this error "The application was unable to start correctly (0x000007b).  Click Ok to close application.  I have no firewall or antivirous running that is stoping it not quite sure what is going wrong.

 

Please Help Me.

Link to comment
Share on other sites

"newest version from the website" WTF is that supposed to mean? we don't support repacks, so, unless you compiled it yourself, you are shit out of luck.

 

I'm starting to get bitter too...

They... just... don't... get it!

Link to comment
Share on other sites

What has happened is that Trinity has become the definitive, go-to WoW emulator as MaNGOS and ArcEmu seem to be unable to maintain forward momentum --- for whatever reason...

 

This means that every schmuck who dreams starting a wow server to turn a quick buck is now coming here and flooding the forums with the same beginner questions over and over.

Link to comment
Share on other sites

By newest version I ment the newest compile shown on your instructions site.  I dont trust repacks seems like normaly them are just virouses.  I have used Trinity core a few times now and I have  noticed that the core is far more advanced and stable then any other I have used.  I do have mysql 5.2 installed.  I had a problem with my computer and was forced to reinstall it so maby the problem layed in the same spot.  I thank you for your suggestions.  I will mark this as solved.

 

Thanks

David.

Link to comment
Share on other sites

By newest version I ment the newest compile shown on your instructions site.

 

The wiki (instructions site) refers to the git, which changes almost hourly. You should provide a revision (select * from version @ world) so that if there is a problem with the commit, it can be corrected in addition to resolving your issue. It's hard to solve a problem if we have no idea what you're starting with.

  • Upvote 1
Link to comment
Share on other sites

I have managed to compile it on os x but failed to repeat it more than once. I know for definite that to get it to compile on os x the define.h file has to be edited. in src/server/shared/

 

you have to change line that says typedef ACE_UINT64 uint64

to

typedef uint64_t uint64 uint64

 

You also have to edit many other files which can be done a lot quicker using the patches on this website http://www.jeremymeile.ch/jeremymeile.ch/TrinityCore_%28Mac_OSX_10.6_-_10.8%29.html

These patches make you use GCC rather than xcode (seems to work better) 

unfortunately i seem to be getting errors relating to movementstructures.h i was convinced it was to do with the source rather than the way i was compiling and patching. 

Now im uncertain because i cant find any sign of that file being changed recently. Any ideas what i may be doing wrong?

Link to comment
Share on other sites

Ok So i tried to Build trinity today, however i got an error.

 

Detected 32-bit platform

Using supplied MySQL sources

Found OpenSSL: C:/OpenSSL-Win32/lib/ssleay32.lib;C:/OpenSSL-Win32/lib/libeay32.lib

Found git binary : C:/Program Files (x86)/Git/cmd/git.exe

 

Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t

Continuing anyway - note that the versionstring will be set to "unknown 1970-01-01 00:00:00 (Archived)"

 

* TrinityCore revision : unknown 1970-01-01 00:00:00 +0000 (Archived branch)

 

* Install core to : C:/Program Files (x86)/TrinityCore

 

* Build world/auth : Yes (default)

* Build with scripts : Yes (default)

* Build map/vmap tools : No (default)

* Build core w/PCH : Yes (default)

* Build scripts w/PCH : Yes (default)

* Show compile-warnings : No (default)

* Use coreside debug : No (default)

* Use MySQL sourcetree : Yes (default)

* Use GIT revision hash : Yes

 

Looking for IPPROTO_IPV6

Looking for IPPROTO_IPV6 - found

Looking for IPV6_V6ONLY

Looking for IPV6_V6ONLY - found

Looking for S_IROTH

Looking for S_IROTH - found

Looking for S_IFIFO

Looking for S_IFIFO - found

Looking for SIGQUIT

Looking for SIGQUIT - found

Looking for SIGPIPE

Looking for SIGPIPE - found

Looking for isnan

Looking for isnan - found

Looking for finite

Looking for finite - found

Looking for popen

Looking for popen - found

Looking for pclose

Looking for pclose - found

Looking for access

Looking for access - found

Looking for strcasecmp

Looking for strcasecmp - found

Looking for strncasecmp

Looking for strncasecmp - found

Looking for snprintf

Looking for snprintf - found

Looking for strtok_r

Looking for strtok_r - found

Looking for strtoll

Looking for strtoll - found

Looking for strtoull

Looking for strtoull - found

Looking for vsnprintf

Looking for vsnprintf - found

Looking for sys/types.h

Looking for sys/types.h - found

Looking for stdint.h

Looking for stdint.h - found

Looking for stddef.h

Looking for stddef.h - found

Check size of ssize_t

CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CheckTypeSize.cmake:92 (try_compile):

Cannot copy output executable

 

''

 

to destination specified by COPY_FILE:

 

'C:/Users/Alex/Desktop/Arc4/CMakeFiles/CheckTypeSize/SIZE_OF_SSIZE_T.bin'

 

Unable to find the executable at any of:

 

C:/Users/Alex/Desktop/Arc4/CMakeFiles/CMakeTmp/cmTryCompileExec85711079.exe

C:/Users/Alex/Desktop/Arc4/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec85711079.exe

C:/Users/Alex/Desktop/Arc4/CMakeFiles/CMakeTmp/Development/cmTryCompileExec85711079.exe

 

Call Stack (most recent call first):

C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CheckTypeSize.cmake:177 (__check_type_size_impl)

dep/mysqllite/cmake/os/Windows.cmake:137 (CHECK_TYPE_SIZE)

dep/mysqllite/CMakeLists.txt:13 (include)

 

 

-- MySQL 5.5.9

Looking for 4 include files stdlib.h, ..., float.h

Looking for 4 include files stdlib.h, ..., float.h - found

Looking for include file alloca.h

Looking for include file alloca.h - found

Looking for include file aio.h

Looking for include file aio.h - found

Looking for include file arpa/inet.h

Looking for include file arpa/inet.h - found

Looking for include file crypt.h

Looking for include file crypt.h - found

Looking for include file cxxabi.h

Looking for include file cxxabi.h - found

Looking for include file dirent.h

Looking for include file dirent.h - found

Looking for include file dlfcn.h

Looking for include file dlfcn.h - found

Looking for include file execinfo.h

Looking for include file execinfo.h - found

Looking for include file fcntl.h

Looking for include file fcntl.h - found

Looking for include file fenv.h

Looking for include file fenv.h - found

Looking for include file float.h

Looking for include file float.h - found

Looking for include file floatingpoint.h

Looking for include file floatingpoint.h - found

Looking for include file fpu_control.h

Looking for include file fpu_control.h - found

Looking for include file grp.h

Looking for include file grp.h - found

Looking for include file ieeefp.h

Looking for include file ieeefp.h - found

Looking for include file inttypes.h

Looking for include file inttypes.h - found

Looking for include file langinfo.h

Looking for include file langinfo.h - found

Looking for include file limits.h

Looking for include file limits.h - found

Looking for include file locale.h

Looking for include file locale.h - found

Looking for include file malloc.h

Looking for include file malloc.h - found

Looking for include file memory.h

Looking for include file memory.h - found

Looking for include file ndir.h

Looking for include file ndir.h - found

Looking for include file netinet/in.h

Looking for include file netinet/in.h - found

Looking for include file paths.h

Looking for include file paths.h - found

Looking for include file port.h

Looking for include file port.h - found

Looking for include file poll.h

Looking for include file poll.h - found

Looking for include file pwd.h

Looking for include file pwd.h - found

Looking for include file sched.h

Looking for include file sched.h - found

Looking for include file select.h

Looking for include file select.h - found

Looking for include file semaphore.h

Looking for include file semaphore.h - found

Looking for include files sys/types.h, sys/dir.h

Looking for include files sys/types.h, sys/dir.h - found

Looking for include file sys/ndir.h

Looking for include file sys/ndir.h - found

Looking for include file sys/pte.h

Looking for include file sys/pte.h - found

Looking for include file stdlib.h

Looking for include file stdlib.h - found

Looking for include file strings.h

Looking for include file strings.h - found

Looking for include file string.h

Looking for include file string.h - found

Looking for include file synch.h

Looking for include file synch.h - found

Looking for include file sysent.h

Looking for include file sysent.h - found

Looking for include file sys/cdefs.h

Looking for include file sys/cdefs.h - found

Looking for include file sys/file.h

Looking for include file sys/file.h - found

Looking for include file sys/fpu.h

Looking for include file sys/fpu.h - found

Looking for include file sys/ioctl.h

Looking for include file sys/ioctl.h - found

Looking for include file sys/ipc.h

Looking for include file sys/ipc.h - found

Looking for include file sys/malloc.h

Looking for include file sys/malloc.h - found

Looking for include file sys/mman.h

Looking for include file sys/mman.h - found

Looking for include file sys/prctl.h

Looking for include file sys/prctl.h - found

Looking for include file sys/resource.h

Looking for include file sys/resource.h - found

Looking for include file sys/select.h

Looking for include file sys/select.h - found

Looking for include file sys/shm.h

Looking for include file sys/shm.h - found

Looking for include file sys/socket.h

Looking for include file sys/socket.h - found

Looking for include file sys/stat.h

Looking for include file sys/stat.h - found

Looking for include file sys/stream.h

Looking for include file sys/stream.h - found

Looking for include file sys/termcap.h

Looking for include file sys/termcap.h - found

Looking for include files time.h, sys/timeb.h

Looking for include files time.h, sys/timeb.h - found

Looking for include files curses.h, term.h

Looking for include files curses.h, term.h - found

Looking for include file asm/termbits.h

Looking for include file asm/termbits.h - found

Looking for include file termbits.h

Looking for include file termbits.h - found

Looking for include file termios.h

Looking for include file termios.h - found

Looking for include file termio.h

Looking for include file termio.h - found

Looking for include file termcap.h

Looking for include file termcap.h - found

Looking for include file unistd.h

Looking for include file unistd.h - found

Looking for include file utime.h

Looking for include file utime.h - found

Looking for include file varargs.h

Looking for include file varargs.h - found

Looking for include file sys/time.h

Looking for include file sys/time.h - found

Looking for include file sys/utime.h

Looking for include file sys/utime.h - found

Looking for include file sys/wait.h

Looking for include file sys/wait.h - found

Looking for include file sys/param.h

Looking for include file sys/param.h - found

Looking for include file sys/vadvise.h

Looking for include file sys/vadvise.h - found

Looking for include file fnmatch.h

Looking for include file fnmatch.h - found

Looking for include file stdarg.h

Looking for include file stdarg.h - found

Looking for include files stdlib.h, sys/un.h

Looking for include files stdlib.h, sys/un.h - found

Looking for include file vis.h

Looking for include file vis.h - found

Looking for include file wchar.h

Looking for include file wchar.h - found

Looking for include file wctype.h

Looking for include file wctype.h - found

Looking for include files sys/stream.h, sys/ptem.h

Looking for include files sys/stream.h, sys/ptem.h - found

Looking for include file pthread.h

Looking for include file pthread.h - found

Looking for pthread_create

Looking for pthread_create - found

Found Threads: TRUE

Performing Test HAVE_WERROR_FLAG

Performing Test HAVE_WERROR_FLAG - Success

Performing Test HAVE_PTHREAD_ONCE_INIT

Performing Test HAVE_PTHREAD_ONCE_INIT - Success

Looking for aio_read

Looking for aio_read - found

Looking for alarm

Looking for alarm - found

Looking for backtrace

Looking for backtrace - found

Looking for backtrace_symbols

Looking for backtrace_symbols - found

Looking for backtrace_symbols_fd

Looking for backtrace_symbols_fd - found

Looking for printstack

Looking for printstack - found

Looking for bfill

Looking for bfill - found

Looking for bmove

Looking for bmove - found

Looking for bsearch

Looking for bsearch - found

Looking for index

Looking for index - found

Looking for bzero

Looking for bzero - found

Looking for clock_gettime

Looking for clock_gettime - found

Looking for cuserid

Looking for cuserid - found

Looking for directio

Looking for directio - found

Looking for _doprnt

Looking for _doprnt - found

Looking for flockfile

Looking for flockfile - found

Looking for ftruncate

Looking for ftruncate - found

Looking for getline

Looking for getline - found

Looking for compress

Looking for compress - found

Looking for crypt

Looking for crypt - found

Looking for dlerror

Looking for dlerror - found

Looking for dlopen

Looking for dlopen - found

Looking for fchmod

Looking for fchmod - found

Looking for fcntl

Looking for fcntl - found

Looking for fconvert

Looking for fconvert - found

Looking for fdatasync

Looking for fdatasync - found

Looking for fdatasync

Looking for fdatasync - found

Looking for fesetround

Looking for fesetround - found

Looking for fpsetmask

Looking for fpsetmask - found

Looking for fseeko

Looking for fseeko - found

Looking for fsync

Looking for fsync - found

Looking for getcwd

Looking for getcwd - found

Looking for gethostbyaddr_r

Looking for gethostbyaddr_r - found

Looking for gethostbyname_r

Looking for gethostbyname_r - found

Looking for gethrtime

Looking for gethrtime - found

Looking for getnameinfo

Looking for getnameinfo - found

Looking for getpass

Looking for getpass - found

Looking for getpassphrase

Looking for getpassphrase - found

Looking for getpwnam

Looking for getpwnam - found

Looking for getpwuid

Looking for getpwuid - found

Looking for getrlimit

Looking for getrlimit - found

Looking for getrusage

Looking for getrusage - found

Looking for getwd

Looking for getwd - found

Looking for gmtime_r

Looking for gmtime_r - found

Looking for initgroups

Looking for initgroups - found

Looking for issetugid

Looking for issetugid - found

Looking for ldiv

Looking for ldiv - found

Looking for localtime_r

Looking for localtime_r - found

Looking for longjmp

Looking for longjmp - found

Looking for lstat

Looking for lstat - found

Looking for madvise

Looking for madvise - found

Looking for mallinfo

Looking for mallinfo - found

Looking for memcpy

Looking for memcpy - found

Looking for memmove

Looking for memmove - found

Looking for mkstemp

Looking for mkstemp - found

Looking for mlock

Looking for mlock - found

Looking for mlockall

Looking for mlockall - found

Looking for mmap

Looking for mmap - found

Looking for mmap64

Looking for mmap64 - found

Looking for perror

Looking for perror - found

Looking for poll

Looking for poll - found

Looking for port_create

Looking for port_create - found

Looking for posix_fallocate

Looking for posix_fallocate - found

Looking for pread

Looking for pread - found

Looking for pthread_attr_create

Looking for pthread_attr_create - found

Looking for pthread_attr_getstacksize

Looking for pthread_attr_getstacksize - found

Looking for pthread_attr_setscope

Looking for pthread_attr_setscope - found

Looking for pthread_attr_setstacksize

Looking for pthread_attr_setstacksize - found

Looking for pthread_condattr_create

Looking for pthread_condattr_create - found

Looking for pthread_condattr_setclock

Looking for pthread_condattr_setclock - found

Looking for pthread_init

Looking for pthread_init - found

Looking for pthread_key_delete

Looking for pthread_key_delete - found

Looking for pthread_rwlock_rdlock

Looking for pthread_rwlock_rdlock - found

Looking for pthread_sigmask

Looking for pthread_sigmask - found

Looking for pthread_threadmask

Looking for pthread_threadmask - found

Looking for pthread_yield_np

Looking for pthread_yield_np - found

Looking for putenv

Looking for putenv - found

Looking for readdir_r

Looking for readdir_r - found

Looking for readlink

Looking for readlink - found

Looking for re_comp

Looking for re_comp - found

Looking for regcomp

Looking for regcomp - found

Looking for realpath

Looking for realpath - found

Looking for rename

Looking for rename - found

Looking for rwlock_init

Looking for rwlock_init - found

Looking for sched_yield

Looking for sched_yield - found

Looking for setenv

Looking for setenv - found

Looking for setlocale

Looking for setlocale - found

Looking for setfd

Looking for setfd - found

Looking for sigaction

Looking for sigaction - found

Looking for sigthreadmask

Looking for sigthreadmask - found

Looking for sigwait

Looking for sigwait - found

Looking for sigaddset

Looking for sigaddset - found

Looking for sigemptyset

Looking for sigemptyset - found

Looking for sighold

Looking for sighold - found

Looking for sigset

Looking for sigset - found

Looking for sleep

Looking for sleep - found

Looking for stpcpy

Looking for stpcpy - found

Looking for strcoll

Looking for strcoll - found

Looking for strerror

Looking for strerror - found

Looking for strlcpy

Looking for strlcpy - found

Looking for strnlen

Looking for strnlen - found

Looking for strlcat

Looking for strlcat - found

Looking for strsignal

Looking for strsignal - found

Looking for fgetln

Looking for fgetln - found

Looking for strpbrk

Looking for strpbrk - found

Looking for strsep

Looking for strsep - found

Looking for strstr

Looking for strstr - found

Looking for strtol

Looking for strtol - found

Looking for strtoul

Looking for strtoul - found

Looking for strdup

Looking for strdup - found

Looking for shmat

Looking for shmat - found

Looking for shmctl

Looking for shmctl - found

Looking for shmdt

Looking for shmdt - found

Looking for shmget

Looking for shmget - found

Looking for tell

Looking for tell - found

Looking for tempnam

Looking for tempnam - found

Looking for thr_setconcurrency

Looking for thr_setconcurrency - found

Looking for thr_yield

Looking for thr_yield - found

Looking for vasprintf

Looking for vasprintf - found

Looking for vprintf

Looking for vprintf - found

Looking for valloc

Looking for valloc - found

Looking for memalign

Looking for memalign - found

Looking for chown

Looking for chown - found

Looking for nl_langinfo

Looking for nl_langinfo - found

Looking for include file time.h

Looking for include file time.h - found

Looking for include file sys/times.h

Looking for include file sys/times.h - found

Looking for include file asm/msr.h

Looking for include file asm/msr.h - found

Looking for include file ia64intrin.h

Looking for include file ia64intrin.h - found

Looking for times

Looking for times - found

Looking for gettimeofday

Looking for gettimeofday - found

Looking for read_real_time

Looking for read_real_time - found

Looking for ftime

Looking for ftime - found

Looking for time

Looking for time - found

Looking for rdtscll

Looking for rdtscll - found

Looking for sys_errlist

Looking for sys_errlist - found

Looking for madvise

Looking for madvise - found

Looking for tzname

Looking for tzname - found

Looking for lrand48

Looking for lrand48 - found

Looking for getpagesize

Looking for getpagesize - found

Looking for TIOCGWINSZ

Looking for TIOCGWINSZ - found

Looking for FIONREAD

Looking for FIONREAD - found

Looking for TIOCSTAT

Looking for TIOCSTAT - found

Looking for finite

Looking for finite - found

Looking for log2

Looking for log2 - found

Looking for rint

Looking for rint - found

Performing Test HAVE_ISINF

Performing Test HAVE_ISINF - Success

Check if the system is big endian

Searching 16 bit integer

Check size of unsigned short

CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CheckTypeSize.cmake:92 (try_compile):

Cannot copy output executable

 

''

 

to destination specified by COPY_FILE:

 

'C:/Users/Alex/Desktop/Arc4/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.bin'

 

Unable to find the executable at any of:

 

C:/Users/Alex/Desktop/Arc4/CMakeFiles/CMakeTmp/cmTryCompileExec2739127692.exe

C:/Users/Alex/Desktop/Arc4/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2739127692.exe

C:/Users/Alex/Desktop/Arc4/CMakeFiles/CMakeTmp/Development/cmTryCompileExec2739127692.exe

 

Call Stack (most recent call first):

C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CheckTypeSize.cmake:177 (__check_type_size_impl)

C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/TestBigEndian.cmake:27 (CHECK_TYPE_SIZE)

dep/mysqllite/configure.cmake:522 (TEST_BIG_ENDIAN)

dep/mysqllite/CMakeLists.txt:48 (include)

 

 

Check size of unsigned int

CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CheckTypeSize.cmake:92 (try_compile):

Cannot copy output executable

 

''

 

to destination specified by COPY_FILE:

 

'C:/Users/Alex/Desktop/Arc4/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_INT.bin'

 

Unable to find the executable at any of:

 

C:/Users/Alex/Desktop/Arc4/CMakeFiles/CMakeTmp/cmTryCompileExec4061870848.exe

C:/Users/Alex/Desktop/Arc4/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec4061870848.exe

C:/Users/Alex/Desktop/Arc4/CMakeFiles/CMakeTmp/Development/cmTryCompileExec4061870848.exe

 

Call Stack (most recent call first):

C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CheckTypeSize.cmake:177 (__check_type_size_impl)

C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/TestBigEndian.cmake:32 (CHECK_TYPE_SIZE)

dep/mysqllite/configure.cmake:522 (TEST_BIG_ENDIAN)

dep/mysqllite/CMakeLists.txt:48 (include)

 

 

Check size of unsigned long

CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CheckTypeSize.cmake:92 (try_compile):

Cannot copy output executable

 

''

 

to destination specified by COPY_FILE:

 

'C:/Users/Alex/Desktop/Arc4/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_LONG.bin'

 

Unable to find the executable at any of:

 

C:/Users/Alex/Desktop/Arc4/CMakeFiles/CMakeTmp/cmTryCompileExec2362851151.exe

C:/Users/Alex/Desktop/Arc4/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2362851151.exe

C:/Users/Alex/Desktop/Arc4/CMakeFiles/CMakeTmp/Development/cmTryCompileExec2362851151.exe

 

Call Stack (most recent call first):

C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CheckTypeSize.cmake:177 (__check_type_size_impl)

C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/TestBigEndian.cmake:39 (CHECK_TYPE_SIZE)

dep/mysqllite/configure.cmake:522 (TEST_BIG_ENDIAN)

dep/mysqllite/CMakeLists.txt:48 (include)

 

 

CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/TestBigEndian.cmake:44 (message):

no suitable type found

Call Stack (most recent call first):

dep/mysqllite/configure.cmake:522 (TEST_BIG_ENDIAN)

dep/mysqllite/CMakeLists.txt:48 (include)

 

 

Configuring incomplete, errors occurred!

Link to comment
Share on other sites

I have compiled trinitycore 4.3.4 on mac os x. I recently attempted to compile it again but since Movementstructures.cpp has been added i havent been able to. I get various errors about opcodes and more (i can post them if anyone wants to read them)

Im compiling using gcc 4.4 my knowledge of .c isnt good enough to understand whats causing the issue. Im not sure if any linux users have suffered the same error. I understand I'm not meant to be asking about 4.3.4 source but im struggling.

Link to comment
Share on other sites

obviously, you don't understand. You are not supposed to ask about 4.3.4 because it is not supported for those who can't figure out and fix their own problems and then report back a fix for the issue. You should be using 3.3.5a if you expect help and support. also, learn to use the issue tracker, because if 4.3.4 was supported, this would be an issue (get it?) for the issue tracker.



Also, what is up with opening multiple threads for one issue, that you shouldn't be discussing anyway?

Link to comment
Share on other sites

Sorry, haven't used the issue tracker before. I'm not quite sure where I should be reporting this error. I was curious to see if anyone else was struggling with the same issue, especially unix users compiling with gcc. You're right if the error isn't obvious I definitely won't spot it as I'm not experienced enough. I was just hoping someone else had a similar issue and the developers of 4.3.4 might be able to find it if people with less knowledge couldn't. Apologies about the multiple threads I'd forgotten I'd already asked.

Link to comment
Share on other sites

obviously, you don't understand. You are not supposed to ask about 4.3.4 because it is not supported for those who can't figure out and fix their own problems and then report back a fix for the issue. You should be using 3.3.5a if you expect help and support. also, learn to use the issue tracker, because if 4.3.4 was supported, this would be an issue (get it?) for the issue tracker.

Also, what is up with opening multiple threads for one issue, that you shouldn't be discussing anyway?

I didn't like you at first, but now I'm starting to understand..

Link to comment
Share on other sites

I didn't like you at first, but now I'm starting to understand..

 

This is a very common response I get. From the outside the insane seem to be insane, from the inside,they seem to be geniuses... :) not trying to say I'm a genius, but, hopefully, you get the inference.

Link to comment
Share on other sites

Hey!

I know, that this error is not in the source code, when i try to clean or build the solution, it returns this error...

 

Clean Solution log

1>------ Skipped Clean: Project: INSTALL, Configuration: Release Win32 
------
1>Project not selected to build for this solution configuration
2>------ Clean started: Project: ALL_BUILD, Configuration: Release Win32 
------
2>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
3>------ Clean started: Project: authserver, Configuration: Release Win32 
------
3>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
4>------ Clean started: Project: worldserver, Configuration: Release Win32 
------
4>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
5>------ Clean started: Project: Recast, Configuration: Release Win32 
------
5>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
6>------ Clean started: Project: libmysql, Configuration: Release Win32 
------
6>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
7>------ Clean started: Project: gsoap, Configuration: Release Win32 
------
7>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
8>------ Clean started: Project: Detour, Configuration: Release Win32 
------
8>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
9>------ Clean started: Project: collision, Configuration: Release Win32 
------
9>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
10>------ Clean started: Project: g3dlib, Configuration: Release Win32 
------
10>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
11>------ Clean started: Project: game, Configuration: Release Win32 
------
11>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
12>------ Clean started: Project: scripts, Configuration: Release Win32 
------
12>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
13>------ Clean started: Project: revision.h, Configuration: Release Win32 
------
13>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
14>------ Clean started: Project: zlib, Configuration: Release Win32 
------
14>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
15>------ Clean started: Project: shared, Configuration: Release Win32 
------
15>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
16>------ Clean started: Project: ace, Configuration: Release Win32 
------
16>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
17>------ Clean started: Project: ZERO_CHECK, Configuration: Release Win32 
------
17>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
========== Clean: 0 succeeded, 32 failed, 1 skipped ==========

 

 

 

 

Build Solution log

1>------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 
------
1>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
2>------ Build started: Project: ace, Configuration: Release Win32 
------
2>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
3>------ Build started: Project: zlib, Configuration: Release Win32 
------
3>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
4>------ Build started: Project: revision.h, Configuration: Release Win32 
------
4>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
5>------ Build started: Project: gsoap, Configuration: Release Win32 
------
5>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
6>------ Build started: Project: shared, Configuration: Release Win32 
------
6>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
7>------ Build started: Project: scripts, Configuration: Release Win32 
------
7>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
8>------ Build started: Project: game, Configuration: Release Win32 
------
8>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
9>------ Build started: Project: g3dlib, Configuration: Release Win32 
------
9>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
10>------ Build started: Project: collision, Configuration: Release Win32 
------
10>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
11>------ Build started: Project: Detour, Configuration: Release Win32 
------
11>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
12>------ Build started: Project: libmysql, Configuration: Release Win32 
------
12>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
13>------ Build started: Project: Recast, Configuration: Release Win32 
------
13>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
14>------ Build started: Project: worldserver, Configuration: Release 
Win32 ------
14>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
15>------ Build started: Project: authserver, Configuration: Release Win32 
------
15>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
16>------ Build started: Project: ALL_BUILD, Configuration: Release Win32 
------
16>Error: Internal CPS Error: The Solution Build Manager was expected to 
have called BeginBuild by now.
17>------ Skipped Build: Project: INSTALL, Configuration: Release Win32 
------
17>Project not selected to build for this solution configuration
========== Build: 0 succeeded, 16 failed, 0 up-to-date, 1 skipped 
========== 

 

 

 

then someone could help me solve this?

Thanks!

Link to comment
Share on other sites

As I linked yesterday...

http://stackoverflow.com/questions/10330353/internal-cps-error-the-solution-build-manager-was-expected-to-have-called-begin

To quote the particular piece of information...

"Thank you. I reinstalled Visual Studio 2010 and ran the project sucessfully without changing anything. Maybe it's something wrong with the previous Visual Stduio 2010 installed on my computer. "

  • Upvote 1
Link to comment
Share on other sites

  • 2 weeks later...

basically to elaborate about my problem is when i'm compiling in cmake using the makei'm getting this error
/usr/bin/ld: cannot find -lncurses
collect2: error: ld returned 1 exit status
make[2]: *** [src/server/worldserver/worldserver] Error 1
make[1]: *** [src/server/worldserver/CMakeFiles/worldserver.dir/all] Error 2
make: *** [all] Error 2

 

 

also i'm having huge difficult understanding the OS, if anyone is capable of helping i would gladly tip him back as much as i will be able to.

 

 

Link to comment
Share on other sites

  • Aokromes changed the title to Compile or cmake problems
  • Aokromes locked this topic
  • Carbenium unlocked this topic
  • Aokromes pinned and locked this topic
  • Aokromes featured and featured this topic
  • Aokromes pinned this topic
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.


×
×
  • Create New...