Sean Marquez

Results 69 comments of Sean Marquez

Okay~ So theoretically, if I rename `Gps.cpp-template` to `Gps.cpp` and `Gps.hpp-template` to `Gps.hpp`, it should compile with `fprime-util build`?

I've yet to test it, but @SterlingPeet also made a cookiecutter template for generating a project scaffold https://github.com/SterlingPeet/cookiecutter-fprime-component

> Hi @capsulecorplab, > > > -- Python interpreter: /home/captainpike/.pyenv/versions/3.8.7/bin/python3.8 Version: 3.8.7 > > It looks you are using `pyenv` but I don't think `pybombs` has support for it. Try...

Ran a `pip install mako requests numpy`, followed by `pybombs prefix init ~/gr38 -R gnuradio38` in the same virtual environment, but still running into a libvolk error in same virtual...

@accetto First of all, thank you for creating this docker image! A friend of mine introduced me to your project as a lighter weight kasm alternative that wasn't constrained to...

@accetto How would I go about setting the shell path for a local build? I get the same build error when I attempt to build the image locally with `docker-compose...

Seems to be set correctly ``` $ echo $SHELL /bin/bash ``` ``` $ /bin/bash -version GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu) Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU...

My repo probably isn't properly configured to run the builder scripts at the moment; I've mostly just been building images with the [docker-compose.yml](https://github.com/capsulecorplab/ltc-workspace-image/blob/5690a3ca451614f22470951da9109e3380f6fc17/docker-compose.yml) and [Dockerfile](https://github.com/capsulecorplab/ltc-workspace-image/blob/5690a3ca451614f22470951da9109e3380f6fc17/Dockerfile) using the `docker-compose build` command....

Sorry for the late response~ @sebastianconcept Is there a proper way to load your branch in Metacello? ![Screenshot from 2023-02-17 22-02-06](https://user-images.githubusercontent.com/14095576/219839587-b4295582-78e5-4f64-a76c-6c07fdaa5117.png)

I'm also encountering the same issue ![Screenshot from 2024-01-02 20-45-27](https://github.com/pharo-project/pharo-launcher/assets/14095576/47e1e421-9e93-4a1e-a153-be419454473e)