dcrdev / Emby

Emby Server is a personal media server with apps on just about every device.
https://emby.media
GNU General Public License v2.0
12 stars 0 forks source link

Error during make #11

Open memnos opened 6 years ago

memnos commented 6 years ago

Hello, i'm trying to do make command after clone but i have this error: /tmp/Emby/MediaBrowser.sln.metaproj : error MSB3202: il file di progetto "/tmp/Emby/Emby.Server.Unix/Emby.Server.Unix.csproj" non è stato trovato. [/tmp/Emby/MediaBrowser.sln]

Is it normal as project it at the biginning? Tnx

dcrdev commented 6 years ago

As the error suggests - the project Emby.Server.Unix is missing from the solution; this is the application host component. The reason it is missing is because I haven't committed it to the repo yet, due to some functional changes I am still in the progress of implementing.

See: https://github.com/dcrdev/Emby/issues/1

When I've pushed that you'll be able to build it - this should be reasonably soon.

memnos commented 6 years ago

Tnx, perfect

ghost commented 5 years ago

Hello, do you have any news ?