Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-07-03 00:26:01


Hi Gedalia,

> examples-v2/qt works fine.

That's good to hear.

> however the qt-ui example does not I get the following output:
>
> E:\boost-build\examples-v2\qt-ui>bjam
> ...found 31 targets...
> ...updating 4 targets...
> msvc.compile.c++ bin\msvc\debug\threading-multi\main-target-hello\main.obj
> main.cpp
> main.cpp(1) : fatal error C1083: Cannot open include file:
> 'hello_world_widget.hpp': No such file or directory

Hmm... it appears that the cause is simple. "main.cpp" includes
"hello_world_widget.hpp", but "hello_world_widget.h" is generated by uic
tool. Could you change "main.cpp" to include "hello_world_widget.h" and try
again?

The reason it's broken is that some time ago an ability to change suffix of
header file generated by uic was requested. I've added a line to my
user-config.jam telling that .hpp file should be generated and changed
main.cpp. So everything worked fine for me, but not for anybody else.

Thanks,
Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk