PDA

View Full Version : make install ... no headers?



ucntcme
17th January 2008, 03:40
Win2k, mingw, QT-4.3.3, QWT-5.0.2


Just downloaded latest zipfile. Opened my QT4.3.3 command prompt. changed to qwt directory and ran qmake and make install.

I get nothing in the c:\qwt-5.0.2\include directory. the libs wind up there, but not the includes.

Did I miss something?

Uwe
17th January 2008, 11:39
Read the output of "make install" and you will know where the headers are.

Uwe

ucntcme
21st January 2008, 23:14
I did look there. But the destination directory was empty.

I did a default install. It created a qwt-5.0.2 directory under C:. Under there are three directories: doc, lib, and include. I expected header files in the include directory. The makefile backs me up on that expectation but the directory was empty. In fact the only one of those directories not empty was the lib directory.

ucntcme
21st January 2008, 23:15
I did look there. But the destination directory was empty.

I did a default install. It created a qwt-5.0.2 directory under C:. Under there are three directories: doc, lib, and include. I expected header files in the include directory. The makefile backs me up on that expectation but the directory was empty. In fact the only one of those directories not empty was the lib directory.

Uwe
22nd January 2008, 08:39
I did look there. But the destination directory was empty.

Go into the src directory and type "make install_headers".
What do you see ?

Uwe