✅ C# + raylib + freebsd
Hi All,
I'm running FreeBSD 14 Release, dotnet 8.0 compiled from Ports and Raylib 5.0 downloaded from GitHub.
When I run a simple sample helloworld I get this error msg:
dandvv@i7_32Gb@freeBSD:~/dev/src/raylib$dotnet run
/home/dandvv/dev/src/raylib/Program.cs(18,70): error CS0117: 'Color' does not contain a definition for 'RED' [/home/dandvv/dev/src/raylib/raylib.csproj]
The build failed. Fix the build errors and run again.
This is the directory structure on /home/dandvv/dev/src/raylib/
If I comment the lines where I use the "Color.RED" element the sample compile with no warnings and runs fine.
Any light on that would be much appreciate.
I'm running FreeBSD 14 Release, dotnet 8.0 compiled from Ports and Raylib 5.0 downloaded from GitHub.
When I run a simple sample helloworld I get this error msg:
dandvv@i7_32Gb@freeBSD:~/dev/src/raylib$dotnet run
/home/dandvv/dev/src/raylib/Program.cs(18,70): error CS0117: 'Color' does not contain a definition for 'RED' [/home/dandvv/dev/src/raylib/raylib.csproj]
The build failed. Fix the build errors and run again.
This is the directory structure on /home/dandvv/dev/src/raylib/
- Program.cs
- Raylib-cs
- bin
- obj
- raylib.csproj
If I comment the lines where I use the "Color.RED" element the sample compile with no warnings and runs fine.
Any light on that would be much appreciate.
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.