compiling on MacOSX
Michael Butler
volrath at mac.com
Thu Apr 19 21:12:57 CEST 2001
I tried that exact snapshot. When it tries to compile
src/misc/modules.c, it says all this:
In file included from src/misc/modules.c:63:
include/modules_core.h: In function `module_load':
include/modules_core.h:43: warning: implicit declaration of function
`dlopen'
include/modules_core.h:43: `RTLD_NOW' undeclared (first use in this
function)
include/modules_core.h:43: (Each undeclared identifier is reported only
once
include/modules_core.h:43: for each function it appears in.)
include/modules_core.h:43: warning: assignment makes pointer from
integer without a cast
include/modules_core.h: In function `module_unload':
include/modules_core.h:62: warning: implicit declaration of function
`dlclose'
include/modules_core.h: In function `module_getsymbol':
include/modules_core.h:99: warning: implicit declaration of function
`dlsym'
include/modules_core.h:99: warning: assignment makes pointer from
integer without a cast
include/modules_core.h: In function `module_error':
include/modules_core.h:122: warning: implicit declaration of function
`dlerror'
include/modules_core.h:122: warning: return makes pointer from integer
without a cast
It doesn't say that it fails, but it fails to write the file, and then
when all the files are linked, it says this:
cc: src/misc/modules.o: No such file or directory
cc: unrecognized option `-rdynamic'
make: *** [vlc] Error 1
Worked perfectly, huh? Not for me.
Michael Butler
volrath at mac.com
On Thursday, April 19, 2001, at 11:02 AM, Eric Carlson wrote:
> I think there might be an error in the makefile in 0.2.72 (I assume
> that's what you're using). Try the CVS snapshot here:
>
> http://www.videolan.org/packages/snapshots/vlc-
> snapshot-20010419-00.tar.gz
>
> I just tried building it and it builds without errors. vlc.app seems to
> work fine playing an unencrypted vob file (but it's still pretty
> touchy... I just tried again and it quit unexpectedly) but the command
> line version gets a little ways into the vob file and fails with some
> malloc errors.
>
> Also, if you're having problems, try downloading and installing the
> latest libSDL (http://www.libsdl.org/ ... not sure if this is still
> required) and libdl.
>
> If vlc.app is misbehaving, check your console log (open the Console
> application) for errors since vlc.app puts messages there.
>
> Oh, and don't worry about your questions being trivial... I just
> figured most of this stuff out within the past week or two :-)
>
> Eric
>
> On Thursday, April 19, 2001, at 02:22 AM, DJ RawheaD wrote:
>> Great, this finally moved me on! However, I got another error:
>>
>> --------------------
>> /usr/bin/install -c -m 644 extras/MacOSX_app/Contents/Info.plist
>> vlc.app/Contents/
>> /usr/bin/install -c -m 644 extras/MacOSX_app/Contents/PkgInfo
>> vlc.app/Contents/
>> /usr/bin/install -c vlc vlc.app/Contents/MacOS/
>> /usr/bin/install -c share/vlc.icns vlc.app/Contents/Resources/
>> /usr/bin/install -c vlc.app/Contents/MacOS/lib
>> usage: install [-cps] [-f flags] [-m mode] [-o owner] [-g group] [-l
>> linkflags] [-S stripflags] file1 file2
>> install [-cps] [-f flags] [-m mode] [-o owner] [-g group] [-l
>> linkflags] [-S stripflags] file1 ... fileN directory
>> install -pd [-m mode] [-o owner] [-g group] directory ...
>> make: *** [vlc.app] Error 1
>> --------------------
>>
>> although, vlc.app was created, and it did boot. However, when I
>> opened a .vob file and select 'Play' it automatically 'quits
>> unexpectedly'....
>>
>> A little more help, please? ;-)
>>
>> P.S. I'm sorry, this must be so trivial for some of you....I am such a
>> novice (not even a novice) when it comes to the CLI. Thanks.
>>
>> RawheaD
>>
>>
>
>
More information about the vlc
mailing list