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

Blank Interface #1

Open
silverhammermba opened this issue Jun 9, 2013 · 0 comments
Open

Blank Interface #1

silverhammermba opened this issue Jun 9, 2013 · 0 comments

Comments

@silverhammermba
Copy link

On Linux, the interface isn't being drawn. It only draws if I interact with it (by moving a slider, for example) which is difficult because I can't see it otherwise.

Here's how I'm building it

CXXFLAGS=-std=c++11 -I/usr/include/jsoncpp `wx-config --version=2.9 --cxxflags`
SOURCE=$(wildcard *.cpp)
TARGET=sandbox

$(TARGET): $(patsubst %.cpp,%.o,$(SOURCE))
        $(CXX) $(CXXFLAGS) -o sandbox $+ -ljsoncpp -lGL `wx-config --version=2.9 --libs --gl-libs`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant