compile

  1. blackneos940

    Why Do I Find It So Hard To Integrate Code From Elsewhere?

    Hey guys. :3 It is I, black! :3 Anywho, it seems that despite all my years of trying to understand Programming, I still have a hard time integrating existing Code into a Program I'm writing... :< Take for example this: public static void click(int x, int y) throws AWTException{ Robot bot =...
  2. blackneos940

    How Do I Compile VLC? I Keep Having Trouble With Qt.

    So I'm back with another conundrum..... :3 I'm trying to compile VLC and make my own version, called VLC Custard, and I took care of everything like xcb and friends..... :3 Now, it's telling me that I need a specific version of Qt, specifically: configure: error: No package 'Qt5Core'...
Top