Thread: Problem with libraw1394 v1.3.0

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    2

    Problem with libraw1394 v1.3.0

    Hello,

    I'm currently working on a program that uses libraw1394, libdc1394 and libdc1394_control. The application is running on openSUSE 10.3. The following packages are installed:

    libdc1394 v2.0.0-1
    libdc1394-20 v2.0.0-1

    libdc1394_control12 v1.2.2-1
    libdc1394_control12-devel v1.2.2-1

    libraw1394 v1.2.1-64
    libraw1394-8 v1.2.1-64
    libraw1394-devel 1.2.1-64

    After I have done an update of the libraw1394-files (v1.3.0-17), the following error occurs:

    Code:
    grep: /usr/lib/libraw1394.la: No such file or directory
    /usr/bin/sed: can't read /usr/lib/libraw1394.la: No such file or directory
    libtool: link: `/usr/lib/libraw1394.la' is not a valid libtool archive
    In the new libraw1394-packages are only shared libraries and no static or libtool archives, but libdc1394_control.la still depends on libraw1394.la. So, is it possible to link only shared libraries?

    Thanks in advance.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Isn't the best place for this the home page / mailing list / forum for the package in question.
    Their update broke things, so they should best know how to resolve it.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    See if there are any -dev packages for the libraries in question. Not sure if SuSE has -dev packages, but it has, that's where the libtool archives belong.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Memory problem with Borland C 3.1
    By AZ1699 in forum C Programming
    Replies: 16
    Last Post: 11-16-2007, 11:22 AM
  2. Someone having same problem with Code Block?
    By ofayto in forum C++ Programming
    Replies: 1
    Last Post: 07-12-2007, 08:38 AM
  3. A question related to strcmp
    By meili100 in forum C++ Programming
    Replies: 6
    Last Post: 07-07-2007, 02:51 PM
  4. WS_POPUP, continuation of old problem
    By blurrymadness in forum Windows Programming
    Replies: 1
    Last Post: 04-20-2007, 06:54 PM
  5. beginner problem
    By The_Nymph in forum C Programming
    Replies: 4
    Last Post: 03-05-2002, 05:46 PM