revel8n / glfx

Automatically exported from code.google.com/p/glfx
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Compilation failed #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I did:
svn checkout http://glfx.googlecode.com/svn/trunk/ libglfx #On 01 June 2013
cd libglfx
./configure
make

As advised per : http://ogldev.atspace.co.uk/www/tutorial34/tutorial34.html

Make exited with error 2. It failed to find "include/glfx.h".

The file "glfx.h" is actually located in "include/gl/" and not in "include/". 
Simply changing "libglfx/Makefile" and "libglfx/src/Makefile" to look for it in 
"include/gl/glfx.h" fixed the problem.

I am using Ubuntu 12.10 with up to date make and GCC.

Original issue reported on code.google.com by xonar.le...@gmail.com on 1 Jun 2013 at 7:56

GoogleCodeExporter commented 9 years ago
Thank you for reporting this. We're currently going through the transition to 
CMake, so there are misses with automake. We'll fix it, but automake will be 
probably phased out soon.
On the same note, CMake scripts in the trunk should already work for everything 
except installation.

Original comment by max.snif...@gmail.com on 1 Jun 2013 at 9:19

GoogleCodeExporter commented 9 years ago
Always a pleasure. Thanks for the quick response. 

Original comment by xonar.le...@gmail.com on 1 Jun 2013 at 10:07