Search found 2 matches

Go to advanced search

by yumbrad
11 Jun 2009 19:12
Forum: VLC media player for Windows Troubleshooting
Topic: "make package-win32-zip" make an error, plz check this..
Replies: 3
Views: 611

Re: "make package-win32-zip" make an error, plz check this..

src/Makefile.am has a bug ... this yields Makefile.in during bootstrap, and subsequently Makefile during configure

There are two lines that reference libvlc_media_list.h ... remove one of those lines and it should work.
by yumbrad
11 Jun 2009 02:10
Forum: Development around libVLC
Topic: vlc-0.9.4 make error:libtool: eval: line 977: syntax error n
Replies: 11
Views: 5970

Re: vlc-0.9.4 make error:libtool: eval: line 977: syntax error n

Regarding the "invalid option: -d" error for link... I believe I fixed this - also in the generated libtool file, I replaced

Code: Select all

NM="link -dump -symbols"
with

Code: Select all

NM="nm"
I'm not sure why configure didn't see the nm executable

Go to advanced search