mainLibreDWG - Support: sr #110629, Compile can't find jsmn.h

 
 

sr #110629: Compile can't find jsmn.h

Submitter:  None
Submitted:  Fri 01 Apr 2022 12:51:44 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  None
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Open
Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 30 Aug 2022 08:13:35 PM UTC, comment #1: 

The jsmn folder is a git submodule. Use the following argument when cloning the repo: --recurse-submodules

Alternatively, use "git submodule init" and "git submodule update" to obtain the submodule in an existing clone.

Anonymous
Fri 01 Apr 2022 12:51:44 PM UTC, original submission:  

Used to get code:
git clone https://git.savannah.gnu.org/git/libredwg.git

compile fails:

/libredwg/src/in_json.c:54:10: fatal error: ../jsmn/jsmn.h: No such file or directory
   54 | #include "../jsmn/jsmn.h"
      |          ^~~~~~~~~~~~~~~~


../jsmn directory is empty.



Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code