Posts: 620
Threads: 77
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2013
Reputation:
0
and you released my windows version .... Great ??? but its March only
Posts: 1,163
Threads: 160
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2011
Reputation:
0
Are there any includes we need to get?.. or is everything that we need in here.
I been having alot of problems getting my windows setup to compile LC
Posts: 620
Threads: 77
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2013
Reputation:
0
----Fix-for-error---memove---------Potential Pitfall---------------------------------
[Potential Pitfall]: RHEL 6.3 gave me the following build
[prompt]$ make inputstreamreader.cpp:66: error: 'memmove' was not declared in this scope
make[3]: *** [inputstreamreader.lo] Error 1
Edit the following three files to fix this error:
File: apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp
Add the include file: #include <string.h>
Change from:
#include <log4cxx/logstring.h>
#include <log4cxx/helpers/inputstreamreader.h>
#include <log4cxx/helpers/exception.h>
#include <log4cxx/helpers/pool.h>
#include <log4cxx/helpers/bytebuffer.h>
to:
#include <string.h>
#include <log4cxx/logstring.h>
#include <log4cxx/helpers/inputstreamreader.h>
#include <log4cxx/helpers/exception.h>
#include <log4cxx/helpers/pool.h>
#include <log4cxx/helpers/bytebuffer.h>
File: apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp
Add the include file: #include <string.h>
File: apache-log4cxx-0.10.0/src/examples/cpp/console.cpp
Add the include files:
#include <stdio.h>
#include <string.h>
--------------------------------Potential Pitfall-------------------------------
did you add the includes, and these files are right off barunson servers nothing removed ......
Posts: 207
Threads: 24
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2015
Reputation:
0
I always have error to compile this client, i have installed all libraries.
Posts: 102
Threads: 24
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2013
Reputation:
0
i have this problem:
1>------ Build started: Project: Ecc, Configuration: Release Win32 ------
1>Build started 2016-02-08 17:41:28.
1>InitializeBuildStatus:
1> Creating ".\Release\Ecc.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>CustomBuild:
1> Creating parser source
1> Parser.y: konflikty: 86 przesuniŕcie/redukcja, 1 redukcja/redukcja
1> Parser.y:416.18: ostrzeâ”enie: bezuâ”yteczna regu│a w analizatorze z powodu konfliktˇw: class_declaration: /* pusta */
1> Liczba skopiowanych plików: 1.
1> Performing Custom Build Tools
1>ClCompile:
1> Main.cpp
1> Parser.cpp
1>Parser.c(2368): warning C4065: switch statement contains 'default' but no 'case' labels
1> SCANNER.CPP
1>SCANNER.CPP(26): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
1> Generating Code...
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:26.05
2>------ Skipped Build: Project: Engine ------
2>
3>------ Build started: Project: DecodeReport, Configuration: Release Win32 ------
3>Build started 2016-02-08 17:41:54.
3>InitializeBuildStatus:
3> Creating ".\Release\DecodeReport.unsuccessfulbuild" because "AlwaysCreate" was specified.
3>ClCompile:
3> StdAfx.cpp
3>G:\1-06-2015 LC\LCSource-01.06.15\SRCDesign\Engine/Effect/CTag.h(73): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
3> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
3>G:\1-06-2015 LC\LCSource-01.06.15\SRCDesign\Engine/Effect/CTag.h(74): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
3> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
3>G:\1-06-2015 LC\LCSource-01.06.15\SRCDesign\Engine/Entities/Entity.h(49): fatal error C1083: Cannot open include file: 'Engine/Classes/BaseEvents.h': No such file or directory
3>
3>Build FAILED.
3>
3>Time Elapsed 00:00:01.64
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 1 skipped ==========