Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLFW app not tested on travis #41

Closed
springmeyer opened this issue May 4, 2016 · 1 comment
Closed

GLFW app not tested on travis #41

springmeyer opened this issue May 4, 2016 · 1 comment

Comments

@springmeyer
Copy link

The GLFW debug app might regress so we need to start building it on travis.

mourner added a commit that referenced this issue Jun 28, 2016
@mourner
Copy link
Member

mourner commented Jun 28, 2016

Nope, for some reason Travis fails to build GLFW (https://travis-ci.org/mapbox/geojson-vt-cpp/jobs/140836998):

$ make build/debug V=1
clang++-3.8  -I include -std=c++14 -Wall -Wextra -O3 debug/debug.cpp -o build/debug `.mason/mason cflags variant 1.1.0` `.mason/mason cflags geometry 0.7.0` `.mason/mason cflags geojson 0.1.2-cxx03abi` `.mason/mason static_libs geojson 0.1.2-cxx03abi` `.mason/mason cflags glfw 3.1.2` `.mason/mason ldflags glfw 3.1.2` `.mason/mason static_libs glfw 3.1.2`
Package xxf86vm was not found in the pkg-config search path.
Perhaps you should add the directory containing `xxf86vm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xxf86vm', required by 'GLFW', not found
Package xxf86vm was not found in the pkg-config search path.
Perhaps you should add the directory containing `xxf86vm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xxf86vm', required by 'GLFW', not found
debug/debug.cpp:1:10: fatal error: 'GLFW/glfw3.h' file not found
#include <GLFW/glfw3.h>
         ^
1 error generated.
make: *** [build/debug] Error 1

springmeyer pushed a commit that referenced this issue Jul 1, 2016
springmeyer pushed a commit that referenced this issue Jul 20, 2016
# The first commit's message is:
build glfw on travis, close #41

# This is the 2nd commit message:

install gflw deps

# This is the 3rd commit message:

include <memory>

# This is the 4th commit message:

consistently install c++ libs

# This is the 5th commit message:

Constructor from geojson-cpp variant (#50)

* Add constructor from geojson parse variant

* Simplify 2nd constructor

* fix formatting

# This is the 6th commit message:

split geometry collections into separate features (#51)
springmeyer pushed a commit that referenced this issue Jul 20, 2016
springmeyer pushed a commit that referenced this issue Jul 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants