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

1>------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 ------
2>------ Build started: Project: revision.h, Configuration: Release Win32 ------
3>------ Build started: Project: worldserver, Configuration: Release Win32 ------
3>  Building Custom Rule C:/TC/Source/src/server/worldserver/CMakeLists.txt
3>  CMake does not need to re-run because C:BuildsrcserverworldserverCMakeFilesgenerate.stamp is up-to-date.
3>  worldPCH.cpp
3>  WheatyExceptionReport.cpp
3>zlib.lib(example.obj) : error LNK2019: unresolved external symbol _gzgets referenced in function _test_gzio
3>zlib.lib(example.obj) : error LNK2019: unresolved external symbol _gzungetc referenced in function _test_gzio
3>zlib.lib(example.obj) : error LNK2019: unresolved external symbol _gzgetc referenced in function _test_gzio
3>zlib.lib(example.obj) : error LNK2019: unresolved external symbol _gztell referenced in function _test_gzio
3>zlib.lib(example.obj) : error LNK2019: unresolved external symbol _gzread referenced in function _test_gzio
3>zlib.lib(example.obj) : error LNK2019: unresolved external symbol _gzclose referenced in function _test_gzio
3>zlib.lib(example.obj) : error LNK2019: unresolved external symbol _gzseek referenced in function _test_gzio
3>zlib.lib(example.obj) : error LNK2019: unresolved external symbol _gzprintf referenced in function _test_gzio
3>zlib.lib(example.obj) : error LNK2019: unresolved external symbol _gzerror referenced in function _test_gzio
3>zlib.lib(example.obj) : error LNK2019: unresolved external symbol _gzputs referenced in function _test_gzio
3>zlib.lib(example.obj) : error LNK2019: unresolved external symbol _gzputc referenced in function _test_gzio
3>zlib.lib(example.obj) : error LNK2019: unresolved external symbol _gzopen referenced in function _test_gzio
3>C:BuildbinReleaseworldserver.exe : fatal error LNK1120: 12 unresolved externals
========== Build: 2 succeeded, 1 failed, 10 up-to-date, 0 skipped ==========
 

 

This is my output when trying to compile just the worldserver.

CMake gives no errors.

 

Windows 8

All required software at 32bit

Updated all today (02-10-2013)

 

Any idea's please?

Edited by DeathWhisper
Link to comment
Share on other sites

Hello, I am using Xcode as a Compiler in CMake and it DOESN'T seem to work? I have followed your guide and I don't find it helpful/useful (as for my Mac)... Or probably my Mac hates you lol... Here are the errors that are showing in CMake:



The C compiler identification is Clang 5.0.0
The CXX compiler identification is Clang 5.0.0
Check for working C compiler using: Xcode
Check for working C compiler using: Xcode -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Xcode
Check for working CXX compiler using: Xcode -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detected 64-bit platform
UNIX: Using default configuration directory
UNIX: Using default library directory
UNIX: Configuring uninstall target
UNIX: Created uninstall target
UNIX: Detected compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
CMake Error at /Applications/CMake 2.8-11.app/Contents/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find OpenSSL (missing: OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
/Applications/CMake 2.8-11.app/Contents/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
cmake/macros/FindOpenSSL.cmake:176 (find_package_handle_standard_args)
CMakeLists.txt:56 (find_package)


Configuring incomplete, errors occurred!

I also imported a Screen Shot of the CMake!

 

Can anyone help me somehow? Thank you! :D

post-16825-0-38107200-1380924305_thumb.p

Link to comment
Share on other sites

This usually happens if you install OpenSSL wrong. If you open CMake and check the "Grouped" and "Advanced" boxes, you can edit the field to point it to your OpenSSL directory:

 

On a Windows box it looks like this (yes, I know you said Mac but the principle is the same):

 


OPENSSL_INCLUDE_DIR         C:/Program Files/OpenSSL/OpenSSL-Win32/include

OPENSSL_ROOT_DIR                C:/Program Files/OpenSSL/OpenSSL-Win32

 

Expand the "OPENSSL" group and you'll probably see the fields are either empty or plain wrong. Just click on them to edit their values.

Link to comment
Share on other sites

 

This usually happens if you install OpenSSL wrong. If you open CMake and check the "Grouped" and "Advanced" boxes, you can edit the field to point it to your OpenSSL directory:

 

On a Windows box it looks like this (yes, I know you said Mac but the principle is the same):

 

 

Expand the "OPENSSL" group and you'll probably see the fields are either empty or plain wrong. Just click on them to edit their values.

 

 

Well, I guess the OpenSSL thing worked smoothly, but I tried configuring it again, and it didn't work. It says an ACE problem, but I tried several things and my "lib" folder is empty. Here is some more information:

CMake Error at cmake/macros/FindACE.cmake:65 (file):
file STRINGS file
"/Users/bundalevski/Desktop/TrinityCore-4.3.4/Downloads/ACE_wrappers/include/ace/Version.h"
cannot be read.
Call Stack (most recent call first):
CMakeLists.txt:55 (find_package)


CMake Error at cmake/macros/EnsureVersion.cmake:95 (NORMALIZE_VERSION):
NORMALIZE_VERSION Macro invoked with incorrect arguments for macro named:
NORMALIZE_VERSION
Call Stack (most recent call first):
cmake/macros/FindACE.cmake:71 (ENSURE_VERSION)
CMakeLists.txt:55 (find_package)


CMake Error at cmake/macros/FindACE.cmake:73 (message):
TrinityCore needs ACE version 5.8.3 but found version
Call Stack (most recent call first):
CMakeLists.txt:55 (find_package)

http://imageshack.us/photo/my-images/24/qyid.png/

 

Edited by Grimtonz1337
Link to comment
Share on other sites

Did you point CMake to the proper source folder? It can't seem to find version.h in the ace directory.

 

Yes, I have. I just saw Version.h, it only has this:

// -*- C++ -*-
// $Id: Version.h 96107 2012-08-29 06:17:32Z johnnyw $
// This is file was automatically generated by $ACE_ROOT/bin/make_release.py

#define ACE_MAJOR_VERSION 6
#define ACE_MINOR_VERSION 1
#define ACE_BETA_VERSION 4
#define ACE_VERSION "6.1.4"

What's the problem? :/

Link to comment
Share on other sites

*Ragequit* I have been trying to do this for like 2 days. Can someone PLEASE help me, because I am getting mad at this. This is my first time doing this on a Mac Machine and really, I really hate it. Here is my Skype: tomislav.bundalevski

I will appreciate this SO much if someone makes a fast tutorial on How to perfectly compile on a Mac Machine and how to generate the damn files. Thank you...

Link to comment
Share on other sites

Hey,

 

I have a problem when i'm trying to run Cmake.

 

here is the error:

CMake Error at cmake/macros/FindOpenSSL.cmake:188 (file):
file STRINGS file "C:/OpenSSL-Win64/openssl/opensslv.h" cannot be read.
Call Stack (most recent call first):
CMakeLists.txt:56 (find_package)


CMake Error at cmake/macros/FindOpenSSL.cmake:200 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:56 (find_package)


CMake Error at cmake/macros/FindOpenSSL.cmake:201 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:56 (find_package)


CMake Error at cmake/macros/FindOpenSSL.cmake:202 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:56 (find_package)


CMake Error at cmake/macros/FindOpenSSL.cmake:203 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:56 (find_package)


CMake Error at cmake/macros/FindOpenSSL.cmake:210 (math):
math cannot parse the expression: " + 96": syntax error, unexpected
exp_PLUS, expecting exp_OPENPARENT or exp_NUMBER (2)
Call Stack (most recent call first):
CMakeLists.txt:56 (find_package)


CMake Error at cmake/macros/FindOpenSSL.cmake:214 (string):
string Character with code does not exist.
Call Stack (most recent call first):
CMakeLists.txt:56 (find_package)


CMake Error at cmake/macros/EnsureVersion.cmake:76 (MATH):
math cannot parse the expression: "..*10000 + ..*100 + 0": syntax error,
unexpected exp_TIMES, expecting exp_OPENPARENT or exp_NUMBER (3)
Call Stack (most recent call first):
cmake/macros/EnsureVersion.cmake:95 (NORMALIZE_VERSION)
cmake/macros/FindOpenSSL.cmake:221 (ENSURE_VERSION)
CMakeLists.txt:56 (find_package)


CMake Error at cmake/macros/FindOpenSSL.cmake:223 (message):
TrinityCore needs OpenSSL version 1.0.0 but found version ..
Call Stack (most recent call first):
CMakeLists.txt:56 (find_package)


Configuring incomplete, errors occurred!

Can't see the problem. :(

 

 

Thanks

Hyldran0

Link to comment
Share on other sites

Hey,

 

I have a problem when i'm trying to run Cmake.

 

here is the error:

"

The C compiler identification is MSVC 16.0.30319.1

The CXX compiler identification is MSVC 16.0.30319.1

Check for working C compiler using: Visual Studio 10

Check for working C compiler using: Visual Studio 10 -- broken

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

The C compiler "C:/Program Files (x86)/Microsoft Visual Studio

10.0/VC/bin/cl.exe" is not able to compile a simple test program.

It fails with the following output:

Change Dir: D:/Build2/CMakeFiles/CMakeTmp

 

Run Build Command:C:WindowsMicrosoft.NETFrameworkv4.0.30319MSBuild.exe

cmTryCompileExec1418378673.vcxproj /p:Configuration=Debug

/p:VisualStudioVersion=10.0

Microsoft ® Build Engine, versi¢n 4.0.30319.17929

[Microsoft .NET Framework, versi¢n 4.0.30319.17929]

Copyright © Microsoft Corporation 2007. Reservados todos los derechos.

 

Compilaci¢n iniciada a las 07/10/2013 14:41:22.

Proyecto "D:Build2CMakeFilesCMakeTmpcmTryCompileExec1418378673.vcxproj"

en nodo 1 (destinos predeterminados).

PrepareForBuild:

Creando directorio "cmTryCompileExec1418378673.dirDebug".

Creando directorio "D:Build2CMakeFilesCMakeTmpDebug".

InitializeBuildStatus:

Se crear  "cmTryCompileExec1418378673.dirDebugcmTryCompileExec1418378673.unsuccessfulbuild" porque se especific¢ "AlwaysCreate".

ClCompile:

C:Program Files (x86)Microsoft Visual Studio 10.0VCbinCL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec1418378673.dirDebug" /Fd"D:/Build2/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1418378673.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c

Compilador de optimizaci¢n de C/C++ de 32 bits de Microsoft ® versi¢n 16.00.30319.01 para 80x86

© Microsoft Corporation. Reservados todos los derechos.

 

testCCompiler.c

cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec1418378673.dirDebug" /Fd"D:/Build2/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1418378673.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c

 

ManifestResourceCompile:

C:Program Files (x86)Microsoft SDKsWindowsv7.0Abinrc.exe /nologo /fo"cmTryCompileExec1418378673.dirDebugcmTryCompileExec1418378673.exe.embed.manifest.res" cmTryCompileExec1418378673.dirDebugcmTryCompileExec1418378673_manifest.rc

Link:

C:Program Files (x86)Microsoft Visual Studio 10.0VCbinlink.exe /ERRORREPORT:QUEUE /OUT:"D:Build2CMakeFilesCMakeTmpDebugcmTryCompileExec1418378673.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /ManifestFile:"cmTryCompileExec1418378673.dirDebugcmTryCompileExec1418378673.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"D:/Build2/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1418378673.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Build2/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1418378673.lib" /MACHINE:X86 cmTryCompileExec1418378673.dirDebugcmTryCompileExec1418378673.exe.embed.manifest.res

cmTryCompileExec1418378673.dirDebugtestCCompiler.obj /machine:X86 /debug

LINK : fatal error LNK1123: error durante la conversión a COFF: archivo no

válido o dañado

[D:Build2CMakeFilesCMakeTmpcmTryCompileExec1418378673.vcxproj]

Compilaci¢n del proyecto terminada

"D:Build2CMakeFilesCMakeTmpcmTryCompileExec1418378673.vcxproj"

(destinos predeterminados) -- ERROR.

 

ERROR al compilar.

 

"D:Build2CMakeFilesCMakeTmpcmTryCompileExec1418378673.vcxproj" (destino

predeterminado) (1) ->

(Link destino) ->

LINK : fatal error LNK1123: error durante la conversión a COFF: archivo no válido o dañado [D:Build2CMakeFilesCMakeTmpcmTryCompileExec1418378673.vcxproj]

 

0 Advertencia(s)

1 Errores

 

Tiempo transcurrido 00:00:01.29

 

 

CMake will not be able to correctly generate this project.

Call Stack (most recent call first):

CMakeLists.txt:12 (project)

Configuring incomplete, errors occurred! "
 

Helpme  Please

 

Link to comment
Share on other sites

 

I have OpenSSL, I got another error before. ANd i fixed it. Cause took the light version! So i uninstalled that! And now i installed the right "NON" light version 1.0.1e 64bit.

And after dat i got this error right up there! It´'s very painfull! xD

Thanks in advance!

Hyldran0

Link to comment
Share on other sites

The problem is not your mysql server, it is the mysql client

 

I realize the problem isn't specifically with InnoDB but this might indicate he actually has an old MySQL server too.

 

Innodb 1.1.5 started

 

I'm running MySQL 5.5 and it says

 

Innodb 1.1.8 started

It's hard to tell since the OP didn't post screenshots of his libmysql.dll and mysqld.exe version

Link to comment
Share on other sites

LINK : fatal error LNK1123: error durante la conversión a COFF: archivo no válido o dañado [D:Build2CMakeFilesCMakeTmpcmTryCompileExec1418378673.vcxproj]

 

 

Did you by chance install VS 2012 after VS 2010?

 

failure-during-conversion-to-coff-file - Proposed solution is swapping cvtres.exe between packages. It also links to these discussions:

 

VS2012 RC installation breaks VS2010 C++ projects

error-link-fatal-error-lnk1123 (this proposes to disable incremental linking)

Link to comment
Share on other sites

Hey..

Today i was going to compile a new Trinity Core and i followed Jeutie's Guide on Tutorials for Trinity ( Forum ).

I install everything and follow everything that the guide tells me 2. ( I'v done this before ).

But something is messed up.

First i had problems so it did not find OpenSSL, but i got it fixed by looking around.
Been looking for a sulution on my new problem, but haven't find anything.

So if anyone can help me with this error ( When i try to Configurate in Cmake ).

Determining if the C compiler works failed with the following output:
Change Dir: C:/Build/CMakeFiles/CMakeTmp

Run Build Command:C:WindowsMicrosoft.NETFrameworkv4.0.30 319MSBuild.exe cmTryCompileExec3522720108.vcxproj /p:Configuration=Debug /p:VisualStudioVersion=10.0
Microsoft (R) Build Engine version 4.0.30319.17929

[Microsoft .NET Framework, version 4.0.30319.18052]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 2013-10-09 18:02:52.

Project "C:BuildCMakeFilesCMakeTmpcmTryCompileExec3522 720108.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTryCompileExec3522720108.dirDebug".

Creating directory "C:BuildCMakeFilesCMakeTmpDebug".

InitializeBuildStatus:

Creating "cmTryCompileExec3522720108.dirDebugcmTryCompile Exec3522720108.unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

C:Program Files (x86)Microsoft Visual Studio 10.0VCbinCL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fprecise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3522720108.dirDebug" /Fd"C:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3522720108.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86

Copyright (C) Microsoft Corporation. All rights reserved.



cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fprecise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3522720108.dirDebug" /Fd"C:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3522720108.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c



testCCompiler.c

ManifestResourceCompile:

C:Program Files (x86)Microsoft SDKsWindowsv7.0Abinrc.exe /nologo /fo"cmTryCompileExec3522720108.dirDebugcmTryCompi leExec3522720108.exe.embed.manifest.res" cmTryCompileExec3522720108.dirDebugcmTryCompileE xec3522720108_manifest.rc

Link:

C:Program Files (x86)Microsoft Visual Studio 10.0VCbinlink.exe /ERRORREPORT:QUEUE /OUT:"C:BuildCMakeFilesCMakeTmpDebugcmTryCompi leExec3522720108.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /ManifestFile:"cmTryCompileExec3522720108.dirDebug cmTryCompileExec3522720108.exe.intermediate.manif est" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3522720108.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3522720108.lib" /MACHINE:X86 cmTryCompileExec3522720108.dirDebugcmTryCompileE xec3522720108.exe.embed.manifest.res

cmTryCompileExec3522720108.dirDebugtestCCompiler .obj /machine:X86 /debug

LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:BuildCMakeFilesCMakeTmpcmTryCompileExec35227 20108.vcxproj]

Done Building Project "C:BuildCMakeFilesCMakeTmpcmTryCompileExec3522 720108.vcxproj" (default targets) -- FAILED.



Build FAILED.



"C:BuildCMakeFilesCMakeTmpcmTryCompileExec3522 720108.vcxproj" (default target) (1) ->

(Link target) ->

LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:BuildCMakeFilesCMakeTmpcmTryCompileExec35227 20108.vcxproj]



0 Warning(s)

1 Error(s)



Time Elapsed 00:00:00.92

It's pretty painfull to not really understand. I'v reinstalled MS Visual C++ 2010 and such. And yes i'v tested to restart my computer.
Can't really understand the problem..

I hope someone can help me and knows a sulution!

Thanks in advance!

 

Regards
Timmie

 

EDIT:

I forgot to write that 2. I first followed the guide on Trinity Wiki but it was the same problem.

I uninstalled EVERYTHING i installed from the guide on Trinity Wiki ( Restared my computer ) and started allover again smile.gif

I also did delete the SVN Clone and stuff.

I'v done this before as i said. But haven't had this problem before.

Edited by Timmie
Link to comment
Share on other sites

Take a look at my suggestion about pointing CMake to the proper paths. The thread is about Mac but the principle is the same for Windows.

 

Thanks, i fixed it my self and got it working. But not really. I had another problem now. Made a theard about it also... :P

But i may have find the sulution for it, cause i found someone else had it too. Will test that sulution when i get home from work.

Thanks :)

Link to comment
Share on other sites

Why would you follow a guide made by a sleazy repack maker instead of the official one right here on the forums?

 

Sounds like another post, to which mrsmite suggested it might be a problem with installing VS 2010 and then installing VS 2012... or something.

Link to comment
Share on other sites

Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /root/TrinityCore/build/CMakeFiles/CMakeTmp
 
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/root/TrinityCore/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /root/TrinityCore/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc   -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc     -DCHECK_FUNCTION_EXISTS=pthread_create    CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o  -o cmTryCompileExec -rdynamic -lpthreads 
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
make[1]: Leaving directory `/root/TrinityCore/build/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2

I do have libncurses5-dev installed.

Edited by Neccta
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...