-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiler error: conflicting types for ‘reserved_word’ #698
Comments
I don't get any errors on Debian stable (bullseye).
|
I am following «Installing from a released tarball» instruction, because I downloaded TSC from a tarball.
In that section there is no mentio of running `gem`, just `cmake` and `make`.
Is there a way to install gems *not* as sudo? That would be appreciated for people who do not have root access (of if they do, they prefer not to mess with it).
Il 19 agosto 2021 alle 14:19 Lauri Ojansivu ha scritto:
… @ffaf1
I don't get any errors on Debian stable (bullseye).
```
git clone https://github.com/Secretchronicles/TSC
cd TSC
./install-build-dependencies.sh
./build-tsc.sh
./run-tsc.sh
```
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#698 (comment)
|
Maybe this way?
Anyway, installing dependencies with apt requires sudo, so I don't know how useful this would be. There are various .deb/.exe etc packages here https://secretchronicles.org/en/download/ , if that debian package does not work, I could create newer package for Debian bullseye stable. While there is also some code in repo for building flatpak version, I think it's not published anywhere yet. Does this help in any way? |
I think those deb packages should install TSC menu options for all users on that computer. |
With your instructions I managed to build it, thanks.
If your instructions could be incorporated in the INSTALL.md, I am sure many other users will benefit from them.
Il 19 agosto 2021 alle 15:08 Lauri Ojansivu ha scritto:
… @ffaf1
Maybe this way?
```
gem install packagename --user-install
```
Anyway, installing dependencies with apt requires sudo, so I don't know how useful this would be. There are various .deb/.exe etc packages here https://secretchronicles.org/en/download/ , if that debian package does not work, I could create newer package for Debian bullseye stable.
While there is also some code in repo for building flatpak version, I think it's not published anywhere yet.
Does this help in any way?
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#698 (comment)
|
There are no RubyGems (gem command) required for building TSC itself.
Gems are only necessary if you want to build the documentation, which
is not built by default.
The problem originally reported looks to me as if we need to (once
again) update our included mruby package. I will later look into
reproducing the problem, but not in the next few days.
-quintus
Am 19. August 2021 um 15:00 Uhr -0700 schrieb ffaf1:
… I am following «Installing from a released tarball» instruction, because I downloaded TSC from a tarball.
In that section there is no mentio of running `gem`, just `cmake` and `make`.
Is there a way to install gems *not* as sudo? That would be appreciated for people who do not have root access (of if they do, they prefer not to mess with it).
Il 19 agosto 2021 alle 14:19 Lauri Ojansivu ha scritto:
> @ffaf1
>
> I don't get any errors on Debian stable (bullseye).
>
> ```
> git clone https://github.com/Secretchronicles/TSC
>
> cd TSC
>
> ./install-build-dependencies.sh
>
> ./build-tsc.sh
>
> ./run-tsc.sh
> ```
>
> --
> You are receiving this because you were mentioned.
> Reply to this email directly or view it on GitHub:
> #698 (comment)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#698 (comment)
--
Dipl.-Jur. M. Gülker | https://mg.guelker.eu | PGP: Siehe Webseite
Passau, Deutschland | ***@***.*** | O<
|
When building TSC-2.1.0 on Debian stable (bullseye), I get this error:
The text was updated successfully, but these errors were encountered: