Compiled errors when executing minimal build

General discussion about TexGen.

Moderators: Martin, Developers

louisepb
Project Leader
Posts: 998
Joined: Tue Dec 08, 2009 2:27 pm
Location: Nottingham

Re: Compiled errors when executing minimal build

Post by louisepb »

Hi Hao Wang,

Apologies, I was looking at the wrong message, not your most recent one, when I gave the last answer.

You shouldn't need to alter the Renderer CMakeList.txt file. The warnings don't matter (I get them too - just haven't got around to suppressing them) - just ignore them. The change you made won't work because the command is setting up a directory not a file.

The geometry solver is probably not the best way to solve interference problems.

By the way - is there a specific reason that you are trying to build TexGen and haven't just downloaded the executable?

Best regards,
Louise
wanghao
Regular
Posts: 15
Joined: Thu Apr 18, 2013 10:43 am

Re: Compiled errors when executing minimal build

Post by wanghao »

Hi, louise.
I fixed the errors related to "vtknetcdf.lib", which can be solved by set the option "BUILD_SHARED_LIBS=ON" when CMaking VTK. But I encountered a new problem when building GUI. Two errors occurred when building TexGen.sln, the screenshots as shown below. These errors occurred while building the TexGenGUI project. My swig version is 2.0.10. Does this version of swig caused the problem?
1.png
1.png (11.07 KiB) Viewed 4246 times
2.png
2.png (18.38 KiB) Viewed 4246 times
Best wishes,
wanghao.
louisepb
Project Leader
Posts: 998
Joined: Tue Dec 08, 2009 2:27 pm
Location: Nottingham

Re: Compiled errors when executing minimal build

Post by louisepb »

Hi Wanghao,

I don't know what CustomBuild is - have you added something to the project?

Best regards,
Louise
Post Reply