Search:

Type: Posts; User: libwilliam; Keyword(s):

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    401

    [ubuntu] Default LZMA support in Hardy

    I have a fresh Hardy install and I am having trouble with file-roller and lzma compressed files.

    By default I can create a .tar.lzma file using file-roller. Then file-roller doesn't know how to...
  2. Replies
    1
    Views
    334

    Re: gtkmm problems

    Nevermind, it's a bug in the latest cairomm in Hardy.
  3. Replies
    1
    Views
    334

    gtkmm problems

    I am trying to get gtkmm set up and when I make my project, I get this error...

    /usr/include/cairomm-1.0/cairomm/enums.h:195: error: ‘CAIRO_FONT_TYPE_ATSUI_replaced_by_CAIRO_FONT_TYPE_QUARTZ’ was...
  4. Replies
    11
    Views
    4,617

    Re: deleting a char pointer to array

    uname = "hello";

    uname is a pointer. when this statement happens it is changing what uname is pointing at. In this case it is changing it to a const string literal. So delete doesn't know what is...
Results 1 to 4 of 5