littleflylongbow / guichan

Automatically exported from code.google.com/p/guichan
Other
0 stars 0 forks source link

Visual Studio projects don't compile #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
where is basiccontainer cpp and h on sources?
when i compile the ms set this error -.-

Original issue reported on code.google.com by vikuw...@gmail.com on 18 Oct 2008 at 2:37

GoogleCodeExporter commented 8 years ago

Original comment by b.lindeijer on 18 Oct 2008 at 4:23

GoogleCodeExporter commented 8 years ago
Should be fixed in revision 1148 (basiccontainer.{h,cpp} removed from 
CMakeLists.txt
and Makefile.am. Unless you're using MS Visual Studio, then Olof needs to take 
care
of this.

In any case, the files are been removed and you no longer need them, so just 
remove
them from the project file.

Original comment by b.lindeijer on 18 Oct 2008 at 4:25

GoogleCodeExporter commented 8 years ago
i removed then of project but many errors on compile :<
can u compile a project of SVN to see the errors?

Original comment by valquiri...@hotmail.com on 18 Oct 2008 at 4:50

GoogleCodeExporter commented 8 years ago
(_vikuw boi here_)

Original comment by valquiri...@hotmail.com on 18 Oct 2008 at 4:51

GoogleCodeExporter commented 8 years ago
I just remembered that the Visual Studio projects are currently out of sync.
Maintaining the Visual Studio projects have been proven to be a very cumbersome 
task,
which is way I have began work on making a switch to CMake.

And vikuwboi, please try to make better summaries for your issues. 

Original comment by olof.nae...@gmail.com on 18 Oct 2008 at 6:07

GoogleCodeExporter commented 8 years ago
so i cant compile the project of svn? :/
i want to use guichan but is hard for me(nb)

Original comment by vikuw...@gmail.com on 18 Oct 2008 at 8:35

GoogleCodeExporter commented 8 years ago
You can compile it, there is nothing wrong with the source, it's just our Visual
Studio projects that are not working properly at the moment.

Maintaining Visual Studio projects along side with autotools scripts is to much 
work
for us to handle, which is why the Visual Studio projects have been somewhat 
abandon.

If you want to compile DLLs and libraries you can simply create your own 
projects and
follow our guide for Dev-Cpp when it comes to defines such as GUICHAN_BUILD,
http://guichan.sourceforge.net/wiki/index.php/Getting_started#Dev-Cpp 

However, the easiest approach for you is to include the source of Guichan into 
your
project. It doesn't require building DLLs and libraries, you just compile your
project as usual.

Original comment by olof.nae...@gmail.com on 18 Oct 2008 at 10:19