Skip to content
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

Could not compile on Debian-7.0 using #45

Open
GoogleCodeExporter opened this issue Apr 19, 2015 · 1 comment
Open

Could not compile on Debian-7.0 using #45

GoogleCodeExporter opened this issue Apr 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. Run 'ubuntu_installer3.sh'. All the necessary packages are installed.
2. However, compilation fails with a message: 
CMake Error at 
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE):
  Could NOT find FLTK (missing: FLTK_INCLUDE_DIR).

 /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-2.8/Modules/FindFLTK.cmake:293 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:42 (find_package)

-- Configuring incomplete, errors occurred!
make: *** No rule to make target `clean'.  Stop.
make: *** No targets specified and no makefile found.  Stop.
cp: cannot stat `paperCrop': No such file or directory

However, dpkg -l \*fltk\*| grep ^ii|awk '{print $2}' shows:
libfltk-gl1.3:amd64
libfltk1.1:amd64
libfltk1.1:i386
libfltk1.1-dev
libfltk1.3:amd64

the above packages are installed, and libfltk1.1-dev has 'include' files 
installed in '/usr/include/FL'.
I tried 'export FLTK_INCLUDE_DIR=/usr/include/FL' also, before running
the script. But that did not help.

The version of papercrop I tried to compile is downloaded from svn by the ubuntu
installation script.
The operating system I tried to compile on is Debian-7.0.

Original issue reported on code.google.com by [email protected] on 3 May 2013 at 9:10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant