Code Monkey home page Code Monkey logo

server1's People

Contributors

starseeker avatar

server1's Issues

Source license

There are a lot of source files including GPL declaration.
But the project describes that the license of code is New BSD licence.
Which is correct ?



Original issue reported on code.google.com by [email protected] on 9 Oct 2011 at 8:19

pcqueue compiling errors

What steps will reproduce the problem?
1. type scons under path/src
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

./thread/pcqueue.hpp:44: error: ISO C++ forbids declaration of 'deque' with no 
type
./thread/pcqueue.hpp:44: error: expected ';' before '<' token
./thread/pcqueue.hpp: In member function 'Type PCQueue<Type>::Pop()':


Original issue reported on code.google.com by [email protected] on 21 Nov 2010 at 2:08

Build Visual Studio 2010

When I run cmake on Windows I get an error because OpenSSL is missing.
What do I do to recolve that dependency?

I am using Windows 7 x64 and Visual Studuio 2010

d:\dev\3rdparty\server1\trunk>"D:\Program Files (x86)\CMake 2.8\bin\cmake.exe" .

-- Building for: Visual Studio 10
-- Check for working C compiler using: Visual Studio 10
-- Check for working C compiler using: Visual Studio 10 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 10
-- Check for working CXX compiler using: Visual Studio 10 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - not found.
-- Found Threads: TRUE
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the sys
tem variable OPENSSL_ROOT_DIR (missing:  OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)

CMake Error: The following variables are used in this project, but they are set
to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake file
s:
LIB_EAY_DEBUG (ADVANCED)
    linked by target "file_download_client" in directory D:/dev/3rdparty/server1
/trunk/services/file_transfer
    linked by target "file_download_server" in directory D:/dev/3rdparty/server1
/trunk/services/file_transfer
LIB_EAY_RELEASE (ADVANCED)
    linked by target "file_download_client" in directory D:/dev/3rdparty/server1
/trunk/services/file_transfer
    linked by target "file_download_server" in directory D:/dev/3rdparty/server1
/trunk/services/file_transfer
OPENSSL_INCLUDE_DIR (ADVANCED)
   used as include directory in directory D:/dev/3rdparty/server1/trunk
   used as include directory in directory D:/dev/3rdparty/server1/trunk/base
   used as include directory in directory D:/dev/3rdparty/server1/trunk/proto
   used as include directory in directory D:/dev/3rdparty/server1/trunk/server
   used as include directory in directory D:/dev/3rdparty/server1/trunk/services

   used as include directory in directory D:/dev/3rdparty/server1/trunk/services
/file_transfer
SSL_EAY_DEBUG (ADVANCED)
    linked by target "file_download_client" in directory D:/dev/3rdparty/server1
/trunk/services/file_transfer
    linked by target "file_download_server" in directory D:/dev/3rdparty/server1
/trunk/services/file_transfer
SSL_EAY_RELEASE (ADVANCED)
    linked by target "file_download_client" in directory D:/dev/3rdparty/server1
/trunk/services/file_transfer
    linked by target "file_download_server" in directory D:/dev/3rdparty/server1
/trunk/services/file_transfer

-- Configuring incomplete, errors occurred!

Original issue reported on code.google.com by [email protected] on 18 Mar 2013 at 9:43

error: CPU you selected does not support x86-64 instruction set

What steps will reproduce the problem?
when run 'scons', i get the errors:

scons: done reading SConscript files.
scons: Building targets ...
g++ -o build/base/allocator_test.o -c -march=i486 -g -static -Ibuild -I. 
-I/Users/fandywang/project/third_party/boost/include/boost-1_39 
-I/Users/fandywang/project/third_party/gflags/include 
-I/Users/fandywang/project/third_party/glog/include 
-I/Users/fandywang/project/third_party/protobuf/include 
-I/Users/fandywang/project/third_party/protobuf/include/google 
-I/Users/fandywang/project/third_party/gtest/include base/allocator_test.cpp
base/allocator_test.cpp:1: error: CPU you selected does not support x86-64 
instruction set
base/allocator_test.cpp:1: error: CPU you selected does not support x86-64 
instruction set
scons: *** [build/base/allocator_test.o] Error 1
scons: building terminated because of errors.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?

mac os x 10.8

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Feb 2013 at 9:30

build error: 'ParseCommandLineFlags' is not a member of 'google'

What steps will reproduce the problem?
1. Start build using scons
2.
3.

What is the expected output? What do you see instead?
Successful build

What version of the product are you using? On what operating system?
Revision: 117

Please provide any additional information below.
Machine to build on:
CentOS release 5.7 (final) 32bit
gcc 4.1.2

Following error is reported while building:
g++ -o build/server/rpc_test.o -c -march=i486 -g -static -Ibuild -I. 
-I/root/work/server1/third_party/boost/include/boost-1_39 
-I/root/work/server1/third_party/gflags/include 
-I/root/work/server1/third_party/glog/include 
-I/root/work/server1/third_party/protobuf/include 
-I/root/work/server1/third_party/protobuf/include/google 
-I/root/work/server1/third_party/gtest/include server/rpc_test.cpp
server/rpc_test.cpp:40: error: expected constructor, destructor, or type 
conversion before '(' token
server/rpc_test.cpp:41: error: expected constructor, destructor, or type 
conversion before '(' token
server/rpc_test.cpp:42: error: expected constructor, destructor, or type 
conversion before '(' token
server/rpc_test.cpp:43: error: expected constructor, destructor, or type 
conversion before '(' token
server/rpc_test.cpp:44: error: expected constructor, destructor, or type 
conversion before '(' token
server/rpc_test.cpp: In member function 'virtual void EchoTest::SetUp()':
server/rpc_test.cpp:73: error: 'FLAGS_num_threads' was not declared in this 
scope
server/rpc_test.cpp:77: error: 'FLAGS_server' was not declared in this scope
server/rpc_test.cpp:77: error: 'FLAGS_port' was not declared in this scope
server/rpc_test.cpp: In function 'int main(int, char**)':


Original issue reported on code.google.com by [email protected] on 8 May 2013 at 8:42

symbol hash8 is unsolved

What steps will reproduce the problem?
1. link
2. cannot resolve 'hash8'; hash8 becomes unresolved symbol


What is the expected output? What do you see instead?

no unresolved symbol

What version of the product are you using? On what operating system?

repository, linux

Please provide any additional information below.

boost 1.47
etc ..



Original issue reported on code.google.com by [email protected] on 9 Oct 2011 at 1:38

undefined reference to `fLI::FLAGS_v’

What steps will reproduce the problem?
1. On Ubuntu Linux or Snow Leopard, build and `make install' the required 
libraries and scons;
2. Build server1 by simply typing path/scons in the source dir.

What is the expected output? What do you see instead?

It complains 

  undefined reference to `fLI::FLAGS_v’

at everywhere VLOG() << was invoked.

What version of the product are you using? On what operating system?

On Ubuntu Linux or Snow Leopard.

Please provide any additional information below.

g++ -o build/base/allocator_test build/base/allocator_test.o -Wl,-Bdynamic 
-lpthread -Wl,-Bstatic -g -L/home/yiwang/3rd-party/boost/lib 
-L/home/yiwang/3rd-party/gflags/lib -L/home/yiwang/3rd-party/glog/lib 
-L/home/yiwang/3rd-party/protobuf/lib -L/home/yiwang/3rd-party/gtest/lib 
-Lbuild/base -Lbase -lbase -lglog -lprotobuf -lboost_thread -lboost_regex 
-lboost_graph -lboost_math_tr1 -lboost_signals -lboost_math_tr1f 
-lboost_filesystem -lboost_serialization -lboost_unit_test_framework 
-lboost_date_time -lboost_wserialization -lboost_math_c99 -lboost_system 
-lboost_program_options -lboost_math_c99f -lboost_test_exec_monitor 
-lboost_math_c99l -lboost_prg_exec_monitor -lboost_math_tr1l -lboost_random 
-lboost_wave -lgtest -lgflags -Wl,-Bdynamic
build/base/allocator_test.o: In function 
`AllocatorTest_Test1_Test::TestBody()’:
/home/yiwang/Projects/server1-read-only/base/allocator_test.cpp:22: undefined 
reference to `fLI::FLAGS_v’
build/base/allocator_test.o: In function `Allocator::Allocate(unsigned int)’:
/home/yiwang/Projects/server1-read-only/./base/allocator.hpp:19: undefined 
reference to `fLI::FLAGS_v’
build/base/allocator_test.o: In function `Allocator::Deallocate(void*)’:
/home/yiwang/Projects/server1-read-only/./base/allocator.hpp:25: undefined 
reference to `fLI::FLAGS_v’
build/base/allocator_test.o: In function `~Allocator’:
/home/yiwang/Projects/server1-read-only/./base/allocator.hpp:29: undefined 
reference to `fLI::FLAGS_v’
/home/yiwang/Projects/server1-read-only/./base/allocator.hpp:35: undefined 
reference to `fLI::FLAGS_v’
build/base/allocator_test.o:/home/yiwang/Projects/server1-read-only/./base/alloc
ator.hpp:41: more undefined references to `fLI::FLAGS_v’ follow

Original issue reported on code.google.com by Yi.Wang.2005 on 9 Oct 2010 at 12:45

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.