Helge Fredriksen wrote: > Great work Francis. > > This evening I had a head start on Eskil's blog on the porting to 4.6, > using the > newly released beta from the Trolls. > > I got as far as to compile the generator and use it on the typesystem files. > > However, I got these errors when I tried to run ant library.native: > > [make] In file included from javawritedeclaration.cpp:45: > [make] javawritedeclaration.h:48:24: error: treewalker.h: No such > file or directory > [make] In file included from javawritedeclaration.cpp:46: > [make] javawriteinitialization.h:49:20: error: option.h: No such > file or directory > [make] javawritedeclaration.cpp:47:20: error: driver.h: No such > file or directory > [make] javawritedeclaration.cpp:48:17: error: ui4.h: No such file > or directory > [make] javawritedeclaration.cpp:49:17: error: uic.h: No such file > or directory > [make] javawritedeclaration.cpp:50:26: error: databaseinfo.h: No > such file or directory > [make] javawritedeclaration.cpp:51:31: error: customwidgetsinfo.h: > No such file or directory > > These files do not seem to get installed when running make install on > the Qt 4.6 beta. How do we fix this?
These files are not installed as part of a make install. In the source package scripts we explicitly copy these files over so that the source packages compile. When you build Qt Jambi from source, its best to not use make install, but rather do -prefix $PWD on the configure line (to get the right rpahts set up...) In the scripts directory you can see how the build scripts configure Qt for package building. best regards, Gunnar _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
