Search found 260 matches

by blahboybang
Jun 28, 2007 16:40
Forum: Game Dev
Topic: Lynn's Legacy fails to compile on Linux
Replies: 3
Views: 3593

I got it compiled, but ll dies on the fox image. Debugging output: (gdb) run Starting program: /home/fuzzypig/llsrc/ll/ll [Thread debugging using libthread_db enabled] [New Thread -1212176704 (LWP 7259)] [New Thread -1212179568 (LWP 7260)] [New Thread -1220572272 (LWP 7262)] *** glibc detected *** /...
by blahboybang
Jun 28, 2007 2:30
Forum: Game Dev
Topic: Lynn's Legacy fails to compile on Linux
Replies: 3
Views: 3593

Lynn's Legacy fails to compile on Linux

Using fbc v0.17b, I attempted to compile Lynn's Legacy from source. fuzzypig@fuzzypig-ubuntu:~/llsrc/ll$ make full=1 linux=1 fbc -d ll_main=-1 -maxerr inf -lang deprecated -target linux -d ll_audio=-1 -c src/engine--audio.bas -o obj/engine--audio.o fbc -d ll_main=-1 -maxerr inf -lang deprecated -tar...
by blahboybang
Nov 12, 2006 23:16
Forum: Archive
Topic: TubeRacer
Replies: 16
Views: 7380

That's great and all, but if you don't plan on releasing the source, could you make a linux version? Wine might impede the game's performance.
by blahboybang
Sep 13, 2006 17:47
Forum: Linux
Topic: .a file
Replies: 1
Views: 1536

.a file

how do I make an fbc-usable .a file from a .so file in linux?
by blahboybang
Aug 18, 2006 2:16
Forum: Sources, Examples, Tips and Tricks
Topic: Binaryish Clock
Replies: 13
Views: 4122

Awesome! It works on linux, too! What would be more awesome is if you could make it a gnome panel applet!
by blahboybang
Aug 17, 2006 17:33
Forum: Libraries & Headers
Topic: libIrcClient
Replies: 25
Views: 16045

I already recompiled it, but the headers still have many errors. fbc: Symbol `ospeed' has different size in shared object, consider re-linking /usr/share/freebasic/inc/lircc/libircclient.bi(41) : error 57: Illegal specification, at parameter 2 (in_set) of irc_add_select_descriptors() declare functio...
by blahboybang
Aug 16, 2006 19:44
Forum: Libraries & Headers
Topic: libIrcClient
Replies: 25
Views: 16045

can you make a linux port?
by blahboybang
Aug 08, 2006 23:03
Forum: Linux
Topic: keyboard
Replies: 4
Views: 2309

Hmm, that's strange. It seems that /dev/kbd does not exist. I looked through the entire directory. Is there any reason it might be called something different?
by blahboybang
Aug 08, 2006 23:00
Forum: Linux
Topic: keyboard
Replies: 4
Views: 2309

My linux snes emulator needs the device name in order to use it. Ya, it sucks.
by blahboybang
Aug 08, 2006 21:15
Forum: Beginners
Topic: WTH DO I DO!?
Replies: 6
Views: 2243

Maybe you should become Z!re's apprentice! ;D
by blahboybang
Aug 08, 2006 18:54
Forum: Linux
Topic: keyboard
Replies: 4
Views: 2309

keyboard

which /dev port represents the keyboard, in linux?
by blahboybang
Jul 06, 2006 23:18
Forum: Linux
Topic: already?!!
Replies: 3
Views: 2460

thx, works now
by blahboybang
Jul 06, 2006 3:30
Forum: Linux
Topic: already?!!
Replies: 3
Views: 2460

already?!!

I just installed fb 0.16 on linux, but when I tried to compile a source... [root@localhost fishy]# fbc freethefish.bas -o /usr/fishy/freethefish fbc: Symbol `ospeed' has different size in shared object, consider re-linking /usr/share/freebasic/lib/linux/crt1.o: In function `_start': ../sysdeps/i386/...
by blahboybang
Jul 03, 2006 23:32
Forum: Windows
Topic: Disk Drive Activity Monitor
Replies: 15
Views: 8555

yarr! not again! I made icons myself, geve them the correct names, and put them in the same directory. But when I used fbc.exe -s gui ddam.rc ddam.bas... I get error: Error! No resources found in RC file OBJ file not made WTF?!! This has happened EVERY SINGLE TIME that I use an RC file! Yes, it's ha...
by blahboybang
Jul 03, 2006 18:45
Forum: General
Topic: shopping cart calculator
Replies: 6
Views: 2105

shopping cart calculator

Hi all. For my next update to my shopping cart calculator, I would like to be able to save the resulting shopping list to a text file. What is the best method for this, in your opinion? 'Shopping Cart Calcuator v1.3 'A Project for Algebra 1 Class 'By Michael (Blahboybang/Fuzzypig) Reiley Dim item_na...