Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

However, the build does not include a makefile

visual studio does not use those, but it's own .projx or whatever.

for the java parts, a build.xml is written to be used with the ant tool.

everything in the cmake output looks ok, so where is the real problem ?

However, the build does not include a makefile

visual studio does not use those, but it's own .projx or whatever.those. you're supposed to open opencv.sln, and build the INSTALL project.

for the java parts, a build.xml is written to be used with the ant tool.

everything in the cmake output looks ok, so where is the real problem ?

However, the build does not include a makefile

visual studio does not use those. those ! (so none is generated)

you're supposed to open opencv.sln, and build the INSTALL project.project. after that finished, you will find the jar and dll in opencv/build/install/java

for (for the java parts, a build.xml is written generated to be used with the ant tool.tool.)

everything in the cmake output looks ok, so where is the real problem ?