Skip to content

Compiling error on Ubuntu14.04 and fonts error #6

Description

@UnilVision

Really cool UI library!

I built and test it on my system but had two problems occur:

  1. I have to change the CMakeList.txt like the following:

configure glfw

find_package(GLFW REQUIRED)
if(GLFW_FOUND)
include_directories(${GLFW_INCLUDE_DIR})
set(LIBS ${GLFW_LIBRARIES} -lXcursor -lXxf86vm -lpthread -lXinerama -lXi -lXrandr ${LIBS} )
endif()

or I will get some run time errors such as 'xxx function not defined.' (The .so and samples are generated) and I don't know why.

  1. My system is Ubuntu 14.04. When I use the file-selector dialog and open any directory with some Chinese(中文) code, all font goes wrong, something worse than ♢♢♢, rendering failed totally.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions