PDA

View Full Version : mfs_export / make host issue


Radams58
10-09-2004, 01:57 PM
Hey folks, sorry to poke my newbie head in, but I've done a lot of reading and trying different things and I'm finally stuck.

I'd like to extract a non-scrambled movie of my old S1Dtivo. Unfortunately no Turbonet and the box is going away so I don't want to buy one.

All that being well and good, I dug up AlphaWolf's directions on how to get the file directly extracted off the hard drive

The only problem I'm having is that when I download the source to vplay and run "make host"
thsi is what I get


gcc -Wall -g -c mfs.c -o i386/mfs.o
gcc -Wall -g -c object.c -o i386/object.o
gcc -Wall -g -c schema.c -o i386/schema.o
gcc -Wall -g -c query.c -o i386/query.o
query.c:106: conflicting types for `query_object'
proto.h:29: previous declaration of `query_object'
query.c:28: warning: `memdup' defined but not used
make: *** [i386/query.o] Error 1


I'm using the knoppix 3.3 release, and also have a VL 4.0 box. Same error on both.

Am I doing something amazingly stupid?

Thanks, Rob

alldeadhomiez
10-09-2004, 02:31 PM
Looks ok in my sources. Post excerpts from your query.c and proto.h around the point where query_object is defined. On my copy it looks like:

struct mfs_obj_attr query_object(int fsid, char *path)

Radams58
10-09-2004, 02:44 PM
Finaly gave up and found a working copy already compiled.

Thanks much for the fast response though.

Rob

tuffactin
11-11-2004, 03:44 AM
run a " make proto" to build your new proto.h

also might need to add some "\" or "\n" to vplayer.c

had the same issue with the current cvs source