Terminus Est: Difference between revisions

From Bitpost wiki
mNo edit summary
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 4: Line 4:
We'll need fmod and SDL.
We'll need fmod and SDL.


[[Terminus SDL and fmod under linux]]
[[Terminus SDL and fmod under linux]] (done)


[[Terminus autotools setup]]
[[Terminus autotools setup]] (done)


<font style="color:green">
[[Terminus Making the code portable to linux]] (done)
world/bullet.hpp:23: error: type specifier omitted for parameter `szBullet'


To me this looks like it is not finding the Sint32 type in SDL_types.h?
Go to [http://soloforge.com Soloforge] for the latest updates!
Either that or it is not finding my util/graph.h?
</font>
 
<font style="color:blue">
But hey, on the positive side, main.cpp and config.cpp have successfully compiled!  :> 
 
Compiling craftselect.cpp... here's the full first error:
 
In file included from world/weapon.hpp:8,
                  from world/craft.hpp:11,
                  from craftselect.hpp:9,
                  from craftselect.cpp:5:
world/bullet.hpp:23: error: type specifier omitted for parameter `szBullet'
world/bullet.hpp: In member function `TeRect TeBullet::getBoundRect()':
world/bullet.hpp:236: error: request for member `CenteredAt' in `rclBullet',
    which is of non-aggregate type `const TeRect ()(TePoint (*)())'
 
"non-aggregate" apparently means the compiler doesn't think the return value from CenteredAt is a class or struct. 
It looks fine to me:
 
TeRect CenteredAt( TePoint pt ) const;
 
Lemme sleep on it, I'll give you an answer in the morning...
</font>

Latest revision as of 20:18, 11 February 2007

Terminus Est is John's awesome space shooter. See his Soloforge website.

Mike is hoping to help John build Terminus under linux. We'll need fmod and SDL.

Terminus SDL and fmod under linux (done)

Terminus autotools setup (done)

Terminus Making the code portable to linux (done)

Go to Soloforge for the latest updates!