mavam / mavam/libbf

Path with space

Open
#19 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
368
Forks
89
PR merge metrics
No merged PRs in 30d

Description

Hi!
if you clone the project in a directory where there is a space in the name
you have an error when you type:
CXX=g++ ./configure --prefix=/usr/local/lib/

so you should clone to another directory

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the failure by cloning the project into a directory whose path contains a space, then run CXX=g++ ./configure --prefix=/usr/local/lib/. Start by tracing the ./configure entry point and its path handling. Done means configuration succeeds from a path containing spaces without requiring the project to be moved.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.