Code Monkey home page Code Monkey logo

kubark42 / libkml Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gumdal/libkml-pointinpolygon

2.0 2.0 5.0 10.99 MB

This is a fork of libkml sources from: https://code.google.com/p/libkml/. Libkml sources in googlecode are svn versioning system. A git mirror is setup for the same using the method explained in: http://fredericiana.com/2010/01/12/using-svn-repositories-as-git-submodules/

License: Other

Shell 0.11% Python 3.59% C++ 94.41% Java 0.47% Perl 0.24% PHP 0.68% Ruby 0.34% Objective-C 0.01% C 0.16%

libkml's People

Contributors

gumdal avatar jrwagz avatar kubark42 avatar mluessi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

libkml's Issues

Add Travis CI Integration

@kubark42 So that I don't break more stuff, are you ok with integrating the free Travis CI build server?

http://docs.travis-ci.com/user/getting-started/

It's pretty easy to do: http://docs.travis-ci.com/user/languages/cpp/

If you'd like, I can figure out the exact syntax of the .travis.yml file needed, and then submit it as a PR, then you would just link your GitHub account to Travis CI, so that any future pull-requests will be built and checked for anything that breaks.

make fails on OS X (because of llvm clang compiler?)

The make step of the build steps fails on OS X, this is likely because OS X is tryi

/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/kml/engine -I../../..  -I../../../../src -I../../../../third_party/boost_1_34_1 -I../../../../third_party/googletest-r108/include  -Wall -Wextra -Wno-unused-parameter -Werror -ansi -pedantic -Wno-long-long -fno-rtti -g -O2 -MT kml_file.lo -MD -MP -MF .deps/kml_file.Tpo -c -o kml_file.lo ../../../../src/kml/engine/kml_file.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../../src/kml/engine -I../../.. -I../../../../src -I../../../../third_party/boost_1_34_1 -I../../../../third_party/googletest-r108/include -Wall -Wextra -Wno-unused-parameter -Werror -ansi -pedantic -Wno-long-long -fno-rtti -g -O2 -MT kml_file.lo -MD -MP -MF .deps/kml_file.Tpo -c ../../../../src/kml/engine/kml_file.cc  -fno-common -DPIC -o .libs/kml_file.o
../../../../src/kml/engine/kml_file.cc:41:19: error: unused variable 'kDefaultXmlns' [-Werror,-Wunused-const-variable]
static const char kDefaultXmlns[] = "http://www.opengis.net/kml/2.2";
                  ^
1 error generated.
make[4]: *** [kml_file.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Justins-MacBook-Air:build jwagner$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.2.0
Thread model: posix
Justins-MacBook-Air:build jwagner$ 

I'm guessing this has something to do with the fact that the build also fails on Travis CI, when the clang compiler is used.

INSTALL modified by ./autogen.sh

I'm noticing that when I run ./autogen.sh the INSTALL file gets regenerated, have you seen this @kubark42 ? Is there a reason for keeping the original version, or can I just replace it with the generated one and submit a PR?

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.