Welcome!

Final Burn Neo => FBN Development => Topic started by: Markus DaMatta on November 26, 2004, 10:58:54 AM

Title: Little problem with AVI support
Post by: Markus DaMatta on November 26, 2004, 10:58:54 AM
Hello boys, my english is not very good, but I'll try to do the best

I have problems compiling FBA since I added the source for AVI support, I got this source from "FBA Tips and Tricks" thread. When I try to complie my FBA, I receive this error message:


Code: [Select]
Linking executable fba.exe...
c:\fbac\bin\..\lib\gcc-lib\mingw32\3.2.3\..\..\..\..\mingw32\bin\ld.exe: cannot
find -lavifil32
mingw32-make[ 1]: *** [fba.exe] Error 1
mingw32-make: *** [ all] Error 2


Could any one help me???

PD Congratulations by the forum it's really amazing  :D
Title: Little problem with AVI support
Post by: Vorador on November 26, 2004, 11:17:35 AM
You need a file called lavifil32.a in your MinGW directory  :D
Title: Little problem with AVI support
Post by: Markus DaMatta on November 26, 2004, 04:36:47 PM
Thanks Vorador, but, this is a .a file that I don't have in my lib directory, where can i get this file?
Title: Little problem with AVI support
Post by: Shoometsu on November 26, 2004, 08:19:45 PM
did you change your makefile to list ALL the folders? I remeber that when I added this function, I needed to add some new folder(s) in  my makefile, the function inside makefile is:

alldir   =

confirm if you have all the folders listed in this function...
Title: Little problem with AVI support
Post by: iq_132 on November 27, 2004, 02:56:20 AM
Quote from: Markus DaMatta
Thanks Vorador, but, this is a .a file that I don't have in my lib directory, where can i get this file?


Check the attachment.  It should have everything you need.
Title: Little problem with AVI support
Post by: PRican25 on December 03, 2004, 02:32:56 AM
well i'm getting the same error as Markus DaMatta and i grabbed the files needed and placed them in my MinGW's libs folder but i still get the error and i'm lost as to where exactly should those file\s be at :confused:
Title: Little problem with AVI support
Post by: iq_132 on December 03, 2004, 02:35:33 AM
mingw/lib/

That should be it :)