-
Notifications
You must be signed in to change notification settings - Fork 448
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
/usr/include/jpeglib.h:29:10: fatal error: 'jconfig.h' file not found #570
Comments
who can help me?? |
What distro are you using? |
ubuntu 18.04 |
I tried many times |
Since the error is happening in the Also, make sure you install all of the dependencies for Ubuntu (listed in Build Instructions) |
I'm sure I installed the required dependencies, but I don't know which system libraries are missing |
jconfig.h should be a part of libjpeg-dev package. |
okay,thank for you help me. I will try it at tomorrow backuse china is sleeping now. |
I tried install the the libjpeg-dev package,and even uninstalled it and reinstalled it,but I still had the same error yovelas@yovelas-laptop:~/Github/darling/build$ sudo apt-get install libjpeg-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libjpeg-dev is already the newest version (8c-2ubuntu8).
0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. |
I think I need a new linux environment,and install this software |
Try this: # symlink some files that are missing from `/usr/include`
# i had to do this on my system, maybe on your system you don't
# in any case, it won't hurt to symlink them even if you do have them in `/usr/include`
sudo ln -s /usr/include/x86_64-linux-gnu/jconfig.h /usr/include/jconfig.h
sudo ln -s /usr/include/x86_64-linux-gnu/tiffio.h /usr/include/tiffio.h
sudo ln -s /usr/include/x86_64-linux-gnu/tiff.h /usr/include/tiff.h
sudo ln -s /usr/include/x86_64-linux-gnu/tiffconf.h /usr/include/tiffconf.h
sudo ln -s /usr/include/x86_64-linux-gnu/tiffvers.h /usr/include/tiffvers.h
sudo ln -s /usr/include/x86_64-linux-gnu/tiffio.hxx /usr/include/tiffio.hxx I had to do this in Ubuntu in the WSL (Windows Subsystem for Linux) to get it to compile. |
thank you very much,that problem has been solved,but there is a new one [100%] Built target JavaScriptCore
Install the project...
-- Install configuration: ""
-- Installing: /usr/local/libexec/darling/private
CMake Error at cmake_install.cmake:41 (file):
file INSTALL cannot make directory "/usr/local/libexec/darling/private": No
such file or directory
Makefile:117: recipe for target 'install' failed
make: *** [install] Error 1 |
Did you run include |
oh,I don't,I'm trying now |
okay,I finally installed sucessfully,thanks to everyone who helper me
|
I get a problem when I make install
The text was updated successfully, but these errors were encountered: