Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: Ubuntu encountered an internal error + stuck at upgrades for new kernel

    A system falling apart? That must be my fault. But I followed all the steps for installation, I just read lately about a md5checksum or sth to check your image of ubuntu you downloaded...didnt know...
  2. Re: Ubuntu encountered an internal error + stuck at upgrades for new kernel

    I did the SMART test with disk utility, it reported 1300+ read errors from raw disk!!! I dont know if that is normal.
    The bad thing is, I cant use firefox on ubuntu and software centre is crashing,...
  3. Re: Ubuntu encountered an internal error + stuck at upgrades for new kernel

    How do I access it? Where do I find it? Im a newbie in Ubuntu by the way ;p
  4. Re: Ubuntu encountered an internal error + stuck at upgrades for new kernel

    Where do I get one? Which do you recommend? And in case it should be in there as default, how do I find it? Mind you, I cant download anything due to mozilla firefox crashes persistently.
  5. Re: Ubuntu encountered an internal error + stuck at upgrades for new kernel

    How do I test that?
  6. Re: Ubuntu encountered an internal error + stuck at upgrades for new kernel

    I ran apt-get update:
    After downloading the libs, its says:
    Reading package lists... Error!
    E: Read error - read (5: Input/Output error)
    E: Problem opening...
  7. Ubuntu encountered an internal error + stuck at upgrades for new kernel

    Hello,

    I'm a fairly new Ubuntu user and from the installation on nothing seemed to have gone wrong. Until one day, I saw the update manager wanted me to update certain things, including a newer...
  8. Replies
    5
    Views
    714

    Re: standalone linux app problems

    So for 32 bit and 64 bit you have separate libs? Uhm, should I provide themselves in my package I distribute?
  9. Replies
    5
    Views
    714

    Re: standalone linux app problems

    so I need to create 32bit and 64 bit of app? But I run a 32 bit OS. How do I compile for 64 bit? And I though 32 bit could run on 64bit without problems?
  10. Replies
    5
    Views
    714

    standalone linux app problems

    hey, I created a C openGL glx application. I need to link to libx11. so and other standard libs. Im little worried about the linker: I typed ./libcustom to link to custom lib in working directory. -l...
  11. Thread: makefiles

    by thedardanius
    Replies
    6
    Views
    457

    Re: makefiles

    ok, so cna you tell me how to create a proper installer for installing, instead of a standalone?
    Because that might be a solution as well.
    And why is it hard? Cant an application find so files...
  12. Thread: pixmaps

    by thedardanius
    Replies
    2
    Views
    266

    Re: pixmaps

    no that's not what im looking for. Im looking for code to create a mask from xpm runtime during loading, C++ please.
  13. Thread: makefiles

    by thedardanius
    Replies
    6
    Views
    457

    Re: makefiles

    I have an opengl engine project, written in C/C++, xlib etc. I try to challenge me to use the least possible 3rd party libs, and implement things myself. I use codeblocks and gcc or g++. The linker...
  14. Thread: makefiles

    by thedardanius
    Replies
    6
    Views
    457

    makefiles

    I have issues with linking to 3rd part libs. I use libbass (with a .so) and xpm lib (which should be standardly available on xlib sys?)
    How do makefiles work? Are they used for this? How do I use...
  15. Thread: pixmaps

    by thedardanius
    Replies
    2
    Views
    266

    pixmaps

    hey,

    can sb please give me an example of how to create a mask of a particular xpm I loaded in C?
    I loaded xpm into a pixmap, it can display it, but I want transparent background. Now, its black....
  16. Replies
    0
    Views
    229

    transparency

    I added icons to my app (xlib) with libxpm to load xpm files. However, they dont seeem to display the transparency I put into the original pixmap, how to enable that in code with xlib and C++?
  17. Thread: eglibc?

    by thedardanius
    Replies
    7
    Views
    692

    Re: eglibc?

    guys, I found out that I linked to the lib in the wrong spot. I seperately downloaded it and put it somewhere, of course missing standard libs. Now i linked with -l libXpm, it works! Strange I cant...
  18. Thread: eglibc?

    by thedardanius
    Replies
    7
    Views
    692

    Re: eglibc?

    is there seriously no solution for undefined references to __fxstat?
  19. Thread: eglibc?

    by thedardanius
    Replies
    7
    Views
    692

    Re: eglibc?

    but if I compile sth on suse eg with their clib.a, can it actually run and be compatible withthe ABI of ubuntu?
  20. Thread: eglibc?

    by thedardanius
    Replies
    7
    Views
    692

    eglibc?

    Ok,

    so as in my bitmap thread, I got linker errors because of the libxpm library... so I doubted if this has anything to do with my source.
    I checked on internet and Im afraid this has to do with...
  21. Thread: bitmaps

    by thedardanius
    Replies
    11
    Views
    798

    Re: bitmaps

    I seperatly downloaded libxpm.so or sth like that. The undefined refernece of xpmfunctions are gone, but suddenly, undefined references to __fxstat and so appear. I read somewhere this has to do with...
  22. Thread: bitmaps

    by thedardanius
    Replies
    11
    Views
    798

    Re: bitmaps

    then do you know where xpm lib is situated? absolute path is what I need to fill in in the linker options.
  23. Thread: bitmaps

    by thedardanius
    Replies
    11
    Views
    798

    Re: bitmaps

    guys,

    i installed successfully the libxpm-dev package.
    However, my compiler (gcc, in this case g++) cant link to the library, causing undefined reference to xpm_a_function
    I dont know where my...
  24. Thread: bitmaps

    by thedardanius
    Replies
    11
    Views
    798

    Re: bitmaps

    it cant find the header at mine.
    I can find other x11 headers though, so its not a path problem...

    edit:

    apt-get install libxpm-dev..

    missed that. now i got it if it is right
  25. Thread: bitmaps

    by thedardanius
    Replies
    11
    Views
    798

    Re: bitmaps

    hey

    is there any way to load pixmaps without use of external libraries? My goal is to use pure xlib, X11. So can you implemented it yourself?
Results 1 to 25 of 104
Page 1 of 5 1 2 3 4