Skip to content
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

Compilation errors due to missing headers and undeclared identifiers #1

Open
prosviriakova opened this issue Feb 28, 2024 · 1 comment

Comments

@prosviriakova
Copy link

prosviriakova commented Feb 28, 2024

Hello,

I've encountered several compilation errors when attempting to build your version of minitalk project on my system. Below are the details of the issues and the environment in which they occur.

Errors:

  1. Missing header file: ft_printf/ft_printf.h.
  2. Undeclared identifier: g_msg - It appears that global variable is not defined in the code.
  3. Implicit declaration of function signal - This suggests that the signal.h header file is not included where it's required.

Steps to Reproduce:

  1. Clone the repository to a local machine.
  2. Run the make command to build the project.

Environment:

  • Compiler version: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
  • Operating System: 22.04.1-Ubuntu

No changes have been made to the code after cloning, and the issue appears to be persistent even after ensuring that all submodules were initialized and updated.

Thanks for your time.

Best,
Olga

image

@pasqualerossi
Copy link
Owner

create a pull request and I'll approve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants