k-kawa / aseprite

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

Compiling under MSVS 10 #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using the latest version of the source and following the instructions in 
INSTALL.TXT to generate a MSVS10 project with CMAKE doesnt seem to work.

The cmake process seems to completely screw the directory structure and makes 
all the include statements fail with a 'file not found' error.

Original issue reported on code.google.com by poulton....@googlemail.com on 11 Dec 2010 at 11:14

GoogleCodeExporter commented 8 years ago
Hi Steven,

> Using the latest version of the source

Do you mean the Git version right? (I assume this because you're using the 
INSTALL.txt and cmake)

> The cmake process seems to completely screw the directory structure

You can avoid that creating a "build" directory and running CMake from that 
directory. In this way the original structure of directories are kept intact 
and all output files (.obj, .lib, .exe, .pdb) go to "build" dir. The first step 
in INSTALL.txt says something about this:
https://github.com/dacap/aseprite/blob/master/INSTALL.txt

Anyway there were some problems compiling the project with a Visual Studio 
solution, so with the new changes in the Git repository you should be able to 
build the project (VS2010 and cmake 2.8.3).

https://github.com/dacap/aseprite/commit/bc2200745544f460d169fa3cc2e4e3c8643b4a0
f
https://github.com/dacap/aseprite/commits/   (commits of 2010-12-11)

Tell me if you can compile it. Good luck.

Original comment by davidcapello on 11 Dec 2010 at 1:14

GoogleCodeExporter commented 8 years ago
Yep that seems to have fixed it, thanks

Original comment by poulton....@googlemail.com on 11 Dec 2010 at 11:52

GoogleCodeExporter commented 8 years ago

Original comment by davidcapello on 12 Dec 2010 at 12:06

GoogleCodeExporter commented 8 years ago

Original comment by davidcapello on 12 Dec 2010 at 8:14