Home > Back-end >  Small white for help under Linux C language test and operation
Small white for help under Linux C language test and operation

Time:09-27

You recently doing, program implementation is a linux-based web video server, video monitoring in the browser to input address show, but don't know how to compile under the virtual machine ubuntu, compile time always prompt function is undefined, then I will try to put all the files are compiled, then there are some warning but no error, I will direct./run a.out then have error, may be no input parameters,
Procedures related to the source file is downloaded in the making, the links below, please bosses, help to have a look at how to compile, run time how to operate the
https://pan.baidu.com/s/1xcN4ldfLJVHtQmCAzbcw8Q extracted code: 6 l6c

CodePudding user response:

You might as well give making links, the author generally give instructions

CodePudding user response:

1/f, reference and 蘤 old crepe response:
you might as well give making links, the author generally give description

https://github.com/EMSD1701-01/WebCamera

CodePudding user response:

1/f, reference and 蘤 old crepe response:
you might as well give making links, the author generally give description

Making only file did not specify, above, I asked the author the author didn't reply

CodePudding user response:

reference qq_38181163 reply: 3/f
Quote: refer to 1st floor and 蘤 old crepe reply:
you might as well give making links, the author will generally give description

Making only file did not specify, above, I asked the author the author didn't reply


Ok, thought how much of a problem, the author gives you example, here are photos, tell you how to run the

You compiled out of the server, for example, under the bin directory, just enter the directory, execute./server/dev/vedio0 10086 (this is written by him)

Compilation of the problem, the somebody else all give you write good makefile, directly into the project, a make all done

CodePudding user response:

There seems to be a problem I type make makefile & amp; & Make install then showed no rules can create the target "install," stop

CodePudding user response:

reference 5 floor qq_38181163 reply:
makefile there seems to be a problem I input the make & amp; & Make install then showed no rules can create the target "install", stop


Just make, estimated that he didn't write in the makefile on the part of the install, you can look at

CodePudding user response:

refer to 6th floor and 蘤 old crepe reply:
Quote: refer to the fifth floor qq_38181163 reply:

There seems to be a problem I type make makefile & amp; & Make install then showed no rules can create the target "install", stop


Just make, estimated that he didn't write in the makefile on the part of the install, you can see

Directly make it display the make: * * * did not identify the target and can not find a makefile, stop,

Makefile is written by the author that
OBJS=obj/dev. O obj/merrno o obj/print. O obj/service. The oCFLAGS=- Iinclude - lpthread
All: bin/server
Bin/server: SRC/server c $(OBJS)
Cc - o $@ $^ $(CFLAGS)
Obj/service. O: SRC/service. Include/c merrno. H
Cc - o $@ - c $& lt; $(CFLAGS)
Obj/dev. O: SRC/dev. C include/dev. H include/merrno. H cc -o $@ - c $& lt; $(CFLAGS)
Obj/merrno. O: SRC/merrno. C include/merrno. H
Cc - o $@ - c $& lt; $(CFLAGS)
Obj/print. O: SRC/print. C include/print. H include/Huffman. H
Cc - o $@ - c $& lt; $(CFLAGS)
Clean:
$(RM) $(OBJS)
Distclean: clean
$(RM) bin/server
PHONY: clean distclean all
Don't know what is going wrong

CodePudding user response:

Ah, you want a CD to where he's makefile directory!

Rest assured, I give you tried to make sure, warning but is the function sets the return but there was no specific return value return value type, compiled is fine, the client didn't try, you can handle this

CodePudding user response:

refer to the eighth floor and 蘤 old crepe reply:
by the way, do you want a CD to where he's makefile directory!

Rest assured, I give you tried to make sure, warning but is the function sets the return but there was no specific return value return value type, compiled is fine, the client didn't try, you can handle this

Okay, I try again thank you
  • Related