Author |
Message |
Topic: Compiling in windows |
freegamer
Replies: 11
Views: 7762
|
Forum: Programming Posted: Wed Mar 16, 2011 3:11 pm Subject: Compiling in windows |
Perhaps you need the libgcc/libstdc source rather than the DLLs. |
Topic: Latest revision (164) does not compile on Fedora 13 |
freegamer
Replies: 2
Views: 3824
|
Forum: Programming Posted: Thu Aug 19, 2010 10:04 pm Subject: Latest revision (164) does not compile on Fedora 13 |
Latest revision (164) does not compile on Fedora 13:
scons: done building targets.
[charles@charles ows]$ ./ows
Full screen mode off
Window size: 1024 x 768
ows: game.cpp ... |
Topic: Is the OWS source code available? |
freegamer
Replies: 4
Views: 3964
|
Forum: Programming Posted: Mon Aug 17, 2009 11:22 pm Subject: Is the OWS source code available? |
I take it your are alluding to my long and unhelpful post. Programming is hard bud. If you can't have basic, basic observational skills then you'll soon find you can't do anything without your hand ... |
Topic: Is the OWS source code available? |
freegamer
Replies: 4
Views: 3964
|
Forum: Programming Posted: Wed Aug 05, 2009 4:00 pm Subject: Is the OWS source code available? |
You need to teach yourself to be a bit more inquisitive if you are going to learn programming.
You are posting in a forum where the first 8 topics start with the words "Compile from source&quo ... |
Topic: Compile from source code in Fedora 11 (obsolete) |
freegamer
Replies: 1
Views: 3026
|
Forum: Programming Posted: Wed Jul 08, 2009 1:29 pm Subject: Compile from source code in Fedora 11 (obsolete) |
Note that this branch is usually not as up to date as trunk. |
Topic: SVN r67 malloc() memory corruption |
freegamer
Replies: 4
Views: 3693
|
Forum: Programming Posted: Thu Dec 11, 2008 3:11 pm Subject: SVN r67 malloc() memory corruption |
Why not just remove the Makefiles? |
Topic: SVN r67 malloc() memory corruption |
freegamer
Replies: 4
Views: 3693
|
Forum: Programming Posted: Tue Dec 09, 2008 11:29 am Subject: SVN r67 malloc() memory corruption |
[charles@localhost ows-fedora]$ ./ows
Full screen mode off
Window size: 1024 x 768
type: 3 mode: 3
*** glibc detected *** ./ows: malloc(): memory corruption ... |
Topic: SVN Compilation Errors |
freegamer
Replies: 12
Views: 7131
|
Forum: Programming Posted: Sat Dec 06, 2008 12:47 am Subject: SVN Compilation Errors |
*groan* Why the hell would a x.y.Z release, a "bugfix" release by any other name, include API changes?
That's just ill. |
Topic: SVN Compilation Errors |
freegamer
Replies: 12
Views: 7131
|
Forum: Programming Posted: Fri Dec 05, 2008 3:33 pm Subject: SVN Compilation Errors |
I'm not sure a branch is required, just some Make-foo, only I don't know Makefiles.
I'm sure you can check for FTGL.h and, if not found, check for ftgl.h instead and use that. |
Topic: SVN Compilation Errors |
freegamer
Replies: 12
Views: 7131
|
Forum: Programming Posted: Thu Dec 04, 2008 1:43 am Subject: SVN Compilation Errors |
I think you misunderstood.
The ftgl I have installed is version 2.1.2 (i.e. ftgl2) so the problem is not the ftgl version, it's finding it. |
Topic: SVN Compilation Errors |
freegamer
Replies: 12
Views: 7131
|
Forum: Programming Posted: Mon Dec 01, 2008 1:24 pm Subject: SVN Compilation Errors |
I saw the start of the GUI in the previous revision - very nice start!
Now (r62) I'm getting another compilation error:
g++ -o game.o -c -I/usr/include/freetype2 game.cpp
In file included from ... |
Topic: Compile from source code in Fedora 9-10 (obsolete) |
freegamer
Replies: 2
Views: 3095
|
Forum: Programming Posted: Mon Dec 01, 2008 1:20 pm Subject: Compile from source code in Fedora 9-10 (obsolete) |
Isn't this missing ftgl-devel among a few other things? |
Topic: SVN r41 Segmentation Fault |
freegamer
Replies: 5
Views: 4140
|
Forum: Programming Posted: Mon Nov 10, 2008 4:16 am Subject: SVN r41 Segmentation Fault |
Ok, works fine now.  |
Topic: SVN r41 Segmentation Fault |
freegamer
Replies: 5
Views: 4140
|
Forum: Programming Posted: Mon Nov 03, 2008 11:50 am Subject: SVN r41 Segmentation Fault |
It worked fine for the last few revisions but now it segmentation faults again on r49:
Updated to revision 49.
[charles@localhost ows]$ make
g++ -c -o main.o main.cpp
g++ -c -o mat ... |
Topic: SVN Compilation Errors |
freegamer
Replies: 12
Views: 7131
|
Forum: Programming Posted: Tue Oct 28, 2008 5:05 pm Subject: SVN Compilation Errors |
Yup, compiles fine again. Is there a roadmap for ows anywhere? |
|