- Joined
- Sep 18, 2017
- Messages
- 32
- Reaction score
- 11
- Trophies
- 0
- Age
- 126
- Website
- github.com
- XP
- 326
- Country

An error occurs when you type the make command in the sfillib folder.
c:/3ds/sfillib-master/libsfil/source/sfil_jpeg.c:5:10: fatal error: jpeglib.h: No such file or directory
#include <jpeglib.h>
^~~~~~~~~~~
compilation terminated.
make[1]: *** [sfil_jpeg.o] Error 1
make: *** [build] Error 2
sfil_bmp.d and sfil_bmp.o appear to be generated in bild folder.
What should I do?
c:/3ds/sfillib-master/libsfil/source/sfil_jpeg.c:5:10: fatal error: jpeglib.h: No such file or directory
#include <jpeglib.h>
^~~~~~~~~~~
compilation terminated.
make[1]: *** [sfil_jpeg.o] Error 1
make: *** [build] Error 2
sfil_bmp.d and sfil_bmp.o appear to be generated in bild folder.
What should I do?





