Page 2 of 2

Re: Mesher buglist (help out if you can!)

Posted: Fri Mar 19, 2010 1:29 pm
by shenle
safemode wrote: This issue will be resolved when i get cmake to generate the Visual C++ build files and do away with the manual VC repositories .
That day will be sweet.

Re: Mesher buglist (help out if you can!)

Posted: Fri Mar 19, 2010 4:07 pm
by shenle
Here is the compiled mesher, and the corresponding code::blocks project.

Re: Mesher buglist (help out if you can!)

Posted: Fri Mar 19, 2010 4:19 pm
by chuck_starchaser
Fantastic! Thanks again!

@Klauss&|Safemode: Where should the mesher code::blocks project file go?
And... Should I put the vegastrike and mesher executables in a /data/bin, perhaps?
Or is this deprecated now?

Re: Mesher buglist (help out if you can!)

Posted: Fri Mar 19, 2010 4:28 pm
by safemode
in your vc repository...same as vegastrike's. these sub-programs should all be targets in the same "project" so to speak. Basically, one build file for multiple bin.

the installed bins do not go in data ...never never never.
put them anywhere else ...usually in the same directory as /data is in. like /somedir/data and install your bins in /somedir/vegastrike

in windows maybe have program files\vegastrike\data and program files\vegastrike\bin

in linux we'd go with a more standard, /usr/local/games/vegastrike/data and /usr/local/games/vegastrike/bin and symlink the bins to /usr/local/bin if we want.

Re: Mesher buglist (help out if you can!)

Posted: Fri Mar 19, 2010 5:09 pm
by Deus Siddis
Have any of the .dll's in bin that mesher depends on been modified or updated since version 0.5.0?

The new mesher seems to crash when I try to use it (and I use it the same way as the old) in the 0.5.0 VS bin directory.

Re: Mesher buglist (help out if you can!)

Posted: Fri Mar 19, 2010 5:26 pm
by shenle
I put the newly compiled mesher in win32/bin (the same place the old mesher used to be) freshly downloaded from SVN. it doesn't seem to crash that way.

Re: Mesher buglist (help out if you can!)

Posted: Fri Mar 19, 2010 7:34 pm
by shenle
I can be verrry stupid sometimes.

This version of mesher works, I know it. I started with an empty project, and built it up based on cmakelist.

If confirmed working by Deus, can this be included in the SVN under win32/bin? Also the code::blocks project mesher.cbp

Re: Mesher buglist (help out if you can!)

Posted: Sat Mar 20, 2010 4:45 pm
by chuck_starchaser
Sure; I'll wait to hear from Deus, and if it works I'll hang it up on svn.

Re: Mesher buglist (help out if you can!)

Posted: Sat Mar 20, 2010 6:02 pm
by Deus Siddis
This newest version is working on my system now too. Great job!

Re: Mesher buglist (help out if you can!)

Posted: Sun Nov 21, 2010 11:17 am
by pheonixstorm
Deus, I have another mesher build that needs testing if you have the time. Check my branch for the new bin and project if you want to compile yourself.

Re: Mesher buglist (help out if you can!)

Posted: Mon Nov 22, 2010 4:08 am
by Deus Siddis
I can test it but it might be best if you post the compiled exe and any necessary libraries since I've only ever compiled very basic code, which was not pulled from SVN and using MinGW.

Re: Mesher buglist (help out if you can!)

Posted: Mon Nov 22, 2010 5:35 am
by pheonixstorm
Ok, so heres the new exe to play with.