Bugs item #947416, was opened at 2004-05-04 04:13
Message generated for change (Comment added) made by kabi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111050&aid=947416&group_id=11050

Category: None
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Zdenek Kabelac (kabi)
Summary: version avifile-0.7-0.7.38 fails Xvid test

Initial Comment:
avifile version avifile-0.7-0.7.38
Xvid 0.9.2

when running '.configure', the test for Xvid failed.
#line 12344 "configure"
program failed to locate xvid_init()

This method is not in the latest Xvid-1.0.0-rc4 but it is
in the last version.

Tracked the problem down to the XLIB_LIBS line in the
configure
script.

On line 12282 I changed the text 
From:
  XVID_CFLAGS="-I$with_xvid_prefix"
To:
  XVID_CFLAGS="-I$with_xvid_prefix/include"

and on line 12283 I changed the text
From:
  XVID_LIBS="-L$with_xvid_prefix"
To:
  XVID_LIBS="-L$with_xvid_prefix/lib"

With this fix, I then ran './configure' with the
command line:
 ./configure --with-xvid-prefix=/usr/local/

This is not exactly what the parameter
'--with-xvid-prefix' is intended
for, but for a quick fix, this works.

I imagine the real change would be something like:
  XVID_CFLAGS="-I$with_xvid_prefix/build/src/"
  XVID_LIBS="-L$with_xvid_prefix/build/generic/"

----------------------------------------------------------------------

>Comment By: Zdenek Kabelac (kabi)
Date: 2004-10-06 09:32

Message:
Logged In: YES 
user_id=15161

latest version does check for XviD - howver your proposal
for using build/src or /lib paths is not standard and as
such reject. You should install Xvid libraries in a standard
Unix/Linux way.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111050&aid=947416&group_id=11050

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to