Giter Club home page Giter Club logo

casocklib's People

Watchers

 avatar

casocklib's Issues

Build error with protobuf 2.4+

What steps will reproduce the problem?
1.build examples in the package
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.
In protobuf 2.4+, the default value of cc_generic_services has been changed to 
false(ref: 
https://developers.google.com/protocol-buffers/docs/reference/cpp-generated). 
For users who are using protobuf 2.4+, the following line has to be added at 
the beginning of src/examples/rpc/protobuf/api/rpc_hello.proto to compile the 
package:

option cc_generic_services = true; 

Original issue reported on code.google.com by [email protected] on 20 Nov 2012 at 3:36

.vcproj build

Hi,
have we a vcproj makefile for this library.

Thanks

Original issue reported on code.google.com by [email protected] on 23 Jul 2010 at 8:12

RAII is better than new+delete

Quick example uses new+delete for proxy and service.

boost::scoped_ptr would be better, obviously at no penalty since boost is in 
use.

Original issue reported on code.google.com by [email protected] on 12 Dec 2011 at 10:35

autoconfig error

Hi,

I try to compile your library through cygwin32, if I use
autoconfig in order to generate the makefile I obtain the following errors

configure.ac:8: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:18: error: possibly undefined macro: AC_PROG_LIBTOOL

Regards,

Original issue reported on code.google.com by [email protected] on 26 Jul 2010 at 8:54

Unable to build casocklib -problem with boost include files

What steps will reproduce the problem?
1. Build casocklib as per the instructions in mkstuff.sh.
2.
3.

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

This is the make error that I see:

make[6]: Entering directory 
`/home/user/root/casocklib/src/casock/proactor/asio/base'
/bin/sh ../../../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H 
-I. -I../../../../.. -I../../../../../src -I/usr/local/protobuf-2.3.0/include 
-I/usr/local/boost_1_42_0/include -I/usr/local/gflags-1.3/include 
-I/usr/local/glog-0.3.0/include -I/usr/local/gtest-1.5.0/include 
-I/usr/local/gmock-1.5.0/include  -g -Wall -O -Wno-write-strings -D_REENTRANT 
-I/usr/local/cxxtest-3.10.1/cxxtest   -MT AsyncProcessor.lo -MD -MP -MF 
.deps/AsyncProcessor.Tpo -c -o AsyncProcessor.lo AsyncProcessor.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../../.. 
-I../../../../../src -I/usr/local/protobuf-2.3.0/include 
-I/usr/local/boost_1_42_0/include -I/usr/local/gflags-1.3/include 
-I/usr/local/glog-0.3.0/include -I/usr/local/gtest-1.5.0/include 
-I/usr/local/gmock-1.5.0/include -g -Wall -O -Wno-write-strings -D_REENTRANT 
-I/usr/local/cxxtest-3.10.1/cxxtest -MT AsyncProcessor.lo -MD -MP -MF 
.deps/AsyncProcessor.Tpo -c AsyncProcessor.cc  -fPIC -DPIC -o 
.libs/AsyncProcessor.o
In file included from AsyncProcessor.cc:33:
../../../../../src/casock/proactor/asio/base/AsyncProcessor.h:36:20: error: 
asio.hpp: No such file or directory

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

I am build on RedHad linux 5.
I'm sorry but I don't know what version of casocklib I'm using. The source 
files were checked out from source control on about 10/25/10 (I think).

Please provide any additional information below.

configure.as has the wrong structure for the boost header files.
Here is what is in configure.ac:

DIB_BOOST=/usr/local/bost_1_42_0
DIR_BOOST_LIB_DEFAULT=$DIR_BOOST/lib DIR_BOOST_INC_DEFAULT=$DIR_BOOST/include 

The 1.42 version of boost does not have include or lib folders.
In the 1.42 version of boost the include files are in "boost" and libs are in 
"libs" folder.


Original issue reported on code.google.com by [email protected] on 28 Oct 2010 at 9:46

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.