Search:

Type: Posts; User: Xenosis

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    7,676

    Thanks, that ended up being the issue there....

    Thanks, that ended up being the issue there. Unfortunately after that, I hit another snag: c++ - Eclipse CDT unable to find library file - Stack Overflow


    No source file named jpeglib.h.

    I get...
  2. Replies
    14
    Views
    7,676

    That is essentially what I'm going for...

    That is essentially what I'm going for c99tutorial. I have a project built for winCE/win32 that has jpeg libs included and they compile fine. I would be just fine using ready-made binaries as long as...
  3. Replies
    14
    Views
    7,676

    ill give nm another shot. I compiled the .a...

    ill give nm another shot.

    I compiled the .a file from the mingw shell for the version used in eclipse but the libjpeg stuff has its own make and ./configure routine so perhaps it wasn't made to...
  4. Replies
    14
    Views
    7,676

    I have verified the file names and their...

    I have verified the file names and their existence in the lib/libs folders.

    I do have nm.exe in c:/mingw/bin/

    I tried executing nm.exe on libjpeg.a but that info is less than useless to me... I...
  5. Replies
    14
    Views
    7,676

    Hmm.. running into more issues. I'm testing two...

    Hmm.. running into more issues. I'm testing two builds v6b and v9 pulling the core contents of jpegtran.c. The code is essentially identical on both but the includes/libraries differ I'm sure.

    For...
  6. Replies
    14
    Views
    7,676

    Ah ha! I assumed that -L with the libs directory...

    Ah ha! I assumed that -L with the libs directory was enough and -l libjpeg was redundant.

    That totally worked though, thanks!

    Now I have to figure out how to use do_rot_180 inline with the...
  7. Replies
    14
    Views
    7,676

    Is there a time limit on editing? I've literally...

    Is there a time limit on editing? I've literally never double posted anywhere because I always edit but the edit button disappeared.

    I found this, which seems to be the only indication of a...
  8. Replies
    14
    Views
    7,676

    Thanks for the reply. I compiled libjpeg v9...

    Thanks for the reply.

    I compiled libjpeg v9 myself using ./configure --enable-shared --enable-static & make in mingw shell. Output for ./configure:

    ild
    checking for gcc... gcc
    checking...
  9. Replies
    14
    Views
    7,676

    Need help rotating a JEPG using libjpeg v9

    I've spent several days going through the motions getting libjpeg v9 compiled. I can run jpegtran.exe, which is one of the compiled files to successfully rotate jpeg's divisible by 16 in WxH. Now I'm...
Results 1 to 9 of 9