Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Re: Create Patch for Directory Containing Binary Files

    Thanks for the info :). I realize now that what I was trying to do is unecessary for source revision control systems.
  2. Replies
    3
    Views
    2,737

    Re: .jar and .zip Archives are Confused

    I got it fixed, but it was a week or so ago and I'm not sure if I remember how I did it. I was screwing around with the mimetypes files. I think I created a new mimetype for .jar files. I think your...
  3. Replies
    3
    Views
    2,737

    .jar and .zip Archives are Confused

    My Lubuntu desktop has got .jar and .zip archives confused. They both appear as ZIP Archive to the system. I have been through /etc/xdg/lubuntu/applications/defaults.list and /etc/gnome/defaults.list...
  4. Create Patch for Directory Containing Binary Files

    I know how to use the diff command to create patches for source. But diff seems to bypass binary files. Is there a way to include differences in binary files?

    Example:

    /old/foo/bar.txt...
  5. Replies
    3
    Views
    937

    [SOLVED] Re: Can't Access Class

    Yep, that was exactly my problem. Thanks. I've changed the name of the header and of the class and it works.
  6. Replies
    3
    Views
    937

    [SOLVED] Can't Access Class

    I can't figure out why I can't access my class "Layout":

    main.h:

    #include <wx/wx.h>
    #include "layout.h"

    class MainWindow : public wxFrame
    {
    public:
  7. [SOLVED] Re: libtool: link: cannot find the library `/lib/libgcrypt.la'

    Have you tried putting LDFLAGS and CPPFLAGS to the right of the ./configure command?
  8. Replies
    0
    Views
    431

    Linking Problem while Compiling gettext

    I have been trying to compile gettext 0.18.1.1 for a while now. All goes well until it enters the gettext-tools/gnulib-lib directory:


    ....
    Creating library file:...
  9. Replies
    2,839
    Views
    249,629

    Re: Post your CTRL+V's

    ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\".exe\" -DEXEEXT=\".exe\" -DEXEEXT=\".exe\" -I. -I../../../gettext-tools/gnulib-lib -I.. -I../intl...
  10. Replies
    2
    Views
    565

    [all variants] Re: How do I use git?

    It looks like you were able to download the source code, you just need to apply the patches, correct?

    Here are direct links to the patches. Right-click and save them to your computer:

    809
    810...
  11. Replies
    0
    Views
    676

    Compiling Autotrace with libpng15

    Autotrace 0.31.1 does not support libpng 1.5. Rather than downgrading to 1.4 I decided to try and fix the problems. I got a bunch of "dereferencing pointer to incomplete type" errors that I was able...
  12. Replies
    0
    Views
    707

    Combining Two Static Libraries

    I've got a library (libplot.a) that depends on libpng 1.4. However, I've got libpng 1.5 installed which is not compatible with libplot. Can I combine libpng14 into libplot so that it is independent...
  13. Replies
    2
    Views
    12,992

    Re: .lib to .a reimp.exe

    The version in MinGW's downloads does not work. I have recompiled a working version here.
  14. Replies
    0
    Views
    2,206

    [SOLVED] Linking Problem while Compiling glib

    This thread is marked as solved but it was solved by compiling a different version of glib

    I'm am trying to compile glib-2.34.2 with MinGW. I have already had to fix 2 or three compile errors but...
  15. Setting Up config.h Defines from configure Script

    Is there a way to change the defines in a setup.h file from the configure command? I have compiled an older version of guile in a Unix-like environment but after I run configure I have to manually...
  16. Replies
    7
    Views
    1,026

    Re: Mageia on DistroWatch

    Good point! :)
  17. Replies
    7
    Views
    1,026

    Mageia on DistroWatch

    Mageia is ahead of Ubuntu, eek!! What say ye Ubuntu community?
  18. [SOLVED] Re: Finding Communications Port for Serial Device

    These Seagate Barracuda 7200.11 drives are prone to bricking because of a firmware issue. Unfortunately that is not the only problem. Apparently there is also a faulty heads issue, which this drive...
  19. [SOLVED] Re: Finding Communications Port for Serial Device

    I figured out how to find the port using the following command sequence:


    # Without hard drive connected
    [****@****]$ ls -l /dev > f1
    # With hard drive connected
    [****@****]$ ls -l /dev > f2...
  20. [SOLVED] Finding Communications Port for Serial Device

    I don't know all of the terminology for what I am trying to do so please excuse me if there is some confusion. I am trying to connect to an SATA hard drive via PUTTY in an attempt to unbrick it. I...
  21. [SOLVED] Recovering Data from Overwritten Ext2 Partition

    I am trying to recover some files from a hard drive that was primarily an Ext2 partition (there was a small ntfs partition at the beginning). The current filesystem is fat32 but formatting did not...
  22. Replies
    2
    Views
    8,577

    [SOLVED] Re: [C/C++] popen: Wait for Subprocess to Finish

    Sorry Bachstelze, I think I edited my post while you were doing yours.

    I found the solution that I wanted, thanks to this post:


    #include <stdio.h>

    int main()
    {
    FILE* test =...
  23. Replies
    2
    Views
    8,577

    [SOLVED] [C/C++] popen: Wait for Subprocess to Finish

    I'm using popen to open a subprocess, but I don't know how to get the program to wait until the process finishes to continue. I've searched the forum and googled "c popen wait" but can't find an...
  24. Replies
    1
    Views
    1,019

    [ubuntu] System-wide .desktop Menu for Logout

    I'm using Lubuntu but I have switched to gnome-panel. I'm trying to add a system-wide logout option to the menu. I created the following .desktop file:


    [Desktop Entry]
    Version=1.0...
  25. Replies
    0
    Views
    918

    [lubuntu] Some Issues with Avant Window Navigator

    I've got a few problems with the dock Avant Window Navigator. I'm using Lubuntu 12.04. I'm using Lubuntu on an old Pentium 4, so lightweight is important.

    1) The garbage applet works for emptying...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4