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

(+)Post a Comment

(-)Discussion

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

 

(-)Attached Files

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

(-)Dependencies

Depends on the following items: None found

Items that depend on this one: None found

 

(+)Mail Notification Carbon-Copy List

(+)Votes

(+)History

Back to the top

Powered by Savane 3.14-650d.
Corresponding source code