Search found 2 matches

by zxywest
11 Jun 2013, 22:37
Forum: Bug reports
Topic: Compilation Issues and Solution under Windows
Replies: 5
Views: 5775

Re: Compilation Issues and Solution under Windows

These three files do not exist, but they are included in the project.

WARNING: Failure to find: sourceCode\communication\serial_mac_linux.h
WARNING: Failure to find: sourceCode\geometricAlgorithms\algos\MeshRoutines.h
WARNING: Failure to find: sourceCode\various\vrepConfig
by zxywest
10 Jun 2013, 23:50
Forum: Bug reports
Topic: Compilation Issues and Solution under Windows
Replies: 5
Views: 5775

Compilation Issues and Solution under Windows

Here is my experience on compiling the code. I am using Qt 5.0.2 and Boost 1.53.0 and Lua 5.1.4 I used Qt Creator for compilation. 1. don't forget set win32 for the project. project -->>build steps -->>additional arguments: -win32 2. fix some bugs by adding (also check out the earlier post) #include...