acidus99 / stargate-proxy

An Gemini-to-HTTP gateway proxy for the smol web
MIT License
7 stars 1 forks source link

DotNewb Here Building The Project #3

Open jgarte opened 1 week ago

jgarte commented 1 week ago

Hi,

jgart@whereiseveryone:~/Code/dotnet/stargate-proxy$ dotnet build .
MSBuild version 17.8.5+b5265ef37 for .NET
/usr/lib64/dotnet/sdk/8.0.108/NuGet.targets(399,5): error MSB3202: The project file "/home/jgart/Code/dotnet/HtmlToGmi/HtmlToGmi.csproj" was not found. [/home/jgart/Code/dotnet/stargate-proxy/Stargate.sln]
/usr/lib64/dotnet/sdk/8.0.108/NuGet.targets(399,5): error MSB3202: The project file "/home/jgart/Code/dotnet/RocketForce/RocketForce/RocketForce.csproj" was not found. [/home/jgart/Code/dotnet/stargate-proxy/Stargate.sln]
/usr/lib64/dotnet/sdk/8.0.108/NuGet.targets(399,5): error MSB3202: The project file "/home/jgart/Code/dotnet/Gemini.Net/Gemini.Net.csproj" was not found. [/home/jgart/Code/dotnet/stargate-proxy/Stargate.sln]

Build FAILED.

/usr/lib64/dotnet/sdk/8.0.108/NuGet.targets(399,5): error MSB3202: The project file "/home/jgart/Code/dotnet/HtmlToGmi/HtmlToGmi.csproj" was not found. [/home/jgart/Code/dotnet/stargate-proxy/Stargate.sln]
/usr/lib64/dotnet/sdk/8.0.108/NuGet.targets(399,5): error MSB3202: The project file "/home/jgart/Code/dotnet/RocketForce/RocketForce/RocketForce.csproj" was not found. [/home/jgart/Code/dotnet/stargate-proxy/Stargate.sln]
/usr/lib64/dotnet/sdk/8.0.108/NuGet.targets(399,5): error MSB3202: The project file "/home/jgart/Code/dotnet/Gemini.Net/Gemini.Net.csproj" was not found. [/home/jgart/Code/dotnet/stargate-proxy/Stargate.sln]
    0 Warning(s)
    3 Error(s)

How can I build this project? I'm on Fedora.

I tried running dotnet build . but had no luck.

WDYT?

jgarte commented 1 week ago

I was able to restore most dependencies after git cloning your libraries but I still get the following error:

/usr/lib64/dotnet/sdk/8.0.108/NuGet.targets(399,5): error MSB3202: The project file "/home/jgart/Code/dotnet/Gemini.Net/Gemini.Net.csproj" was not found. [/home/jgart/Code/dotnet/stargate-proxy/Stargate.sln]

It looks like Gemini.Net does not have a .csproj generated for it...