sidney@shid:~/tsuki/onscripter-20060724-insani$ make -f Makefile.Linux.insani clean
rm -f onscripter sardec nsadec sarconv nsaconv
rm -f *.o
sidney@shid:~/tsuki/onscripter-20060724-insani$ make -f Makefile.Linux.insani
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI onscripter.cpp
In file included from ScriptParser.h:33:0,
from ONScripterLabel.h:27,
from onscripter.cpp:24:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI DirectReader.cpp
DirectReader.cpp: In constructor ‘DirectReader:
irectReader(char*, const unsigned char*)’:
DirectReader.cpp:71:24: warning: deprecated conversion from string constant to ‘char*’
DirectReader.cpp: In member function ‘virtual char* DirectReader::getArchiveName() const’:
DirectReader.cpp:249:12: warning: deprecated conversion from string constant to ‘char*’
DirectReader.cpp: In member function ‘virtual size_t DirectReader::getFile(const char*, unsigned char*, int*)’:
DirectReader.cpp:356:38: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
DirectReader.cpp: In member function ‘long unsigned int DirectReader::readLong(FILE*)’:
DirectReader.cpp:204:28: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
DirectReader.cpp: In member function ‘short unsigned int DirectReader::readShort(FILE*)’:
DirectReader.cpp:194:28: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
DirectReader.cpp: In member function ‘unsigned char DirectReader::readChar(FILE*)’:
DirectReader.cpp:185:28: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI SarReader.cpp
SarReader.cpp: In member function ‘virtual char* SarReader::getArchiveName() const’:
SarReader.cpp:227:12: warning: deprecated conversion from string constant to ‘char*’
SarReader.cpp: In member function ‘size_t SarReader:
utFileSub(BaseReader::ArchiveInfo*, FILE*, int, size_t, size_t, size_t, int, bool, unsigned char*)’:
SarReader.cpp:185:68: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI NsaReader.cpp
NsaReader.cpp: In constructor ‘NsaReader::NsaReader(char*, const unsigned char*)’:
NsaReader.cpp:36:27: warning: deprecated conversion from string constant to ‘char*’
NsaReader.cpp:38:27: warning: deprecated conversion from string constant to ‘char*’
NsaReader.cpp: In member function ‘virtual int NsaReader:
pen(char*, int)’:
NsaReader.cpp:50:38: warning: deprecated conversion from string constant to ‘char*’
NsaReader.cpp:57:33: warning: deprecated conversion from string constant to ‘char*’
NsaReader.cpp: In member function ‘virtual char* NsaReader::getArchiveName() const’:
NsaReader.cpp:114:12: warning: deprecated conversion from string constant to ‘char*’
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI ScriptHandler.cpp
In file included from ScriptHandler.cpp:24:0:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
ScriptHandler.cpp: In constructor ‘ScriptHandler::ScriptHandler()’:
ScriptHandler.cpp:36:36: warning: deprecated conversion from string constant to ‘char*’
ScriptHandler.cpp:37:36: warning: deprecated conversion from string constant to ‘char*’
ScriptHandler.cpp: In member function ‘const char* ScriptHandler::readStr()’:
ScriptHandler.cpp:336:70: warning: deprecated conversion from string constant to ‘char*’
ScriptHandler.cpp: In member function ‘void ScriptHandler::setInt(ScriptHandler::VariableInfo*, int, int)’:
ScriptHandler.cpp:693:47: warning: deprecated conversion from string constant to ‘char*’
ScriptHandler.cpp: In member function ‘int ScriptHandler::readScriptSub(FILE*, char**, int)’:
ScriptHandler.cpp:787:92: warning: deprecated conversion from string constant to ‘char*’
ScriptHandler.cpp: In member function ‘void ScriptHandler::addStringBuffer(char)’:
ScriptHandler.cpp:1070:61: warning: deprecated conversion from string constant to ‘char*’
ScriptHandler.cpp: In member function ‘void ScriptHandler:
arseStr(char**)’:
ScriptHandler.cpp:1119:73: warning: deprecated conversion from string constant to ‘char*’
ScriptHandler.cpp:1193:116: warning: deprecated conversion from string constant to ‘char*’
ScriptHandler.cpp: In member function ‘void ScriptHandler::readNextOp(char**, int*, int*)’:
ScriptHandler.cpp:1389:63: warning: deprecated conversion from string constant to ‘char*’
ScriptHandler.cpp: In member function ‘int ScriptHandler:
arseArray(char**, ScriptHandler::ArrayVariable&)’:
ScriptHandler.cpp:1431:74: warning: deprecated conversion from string constant to ‘char*’
ScriptHandler.cpp: In member function ‘int* ScriptHandler::getArrayPtr(int, ScriptHandler::ArrayVariable&, int)’:
ScriptHandler.cpp:1446:64: warning: deprecated conversion from string constant to ‘char*’
ScriptHandler.cpp:1450:83: warning: deprecated conversion from string constant to ‘char*’
ScriptHandler.cpp:1453:105: warning: deprecated conversion from string constant to ‘char*’
ScriptHandler.cpp: In member function ‘void ScriptHandler::loadKidokuData()’:
ScriptHandler.cpp:554:62: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI ScriptParser.cpp
In file included from ScriptParser.h:33:0,
from ScriptParser.cpp:24:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
ScriptParser.cpp: In constructor ‘ScriptParser::ScriptParser()’:
ScriptParser.cpp:155:16: warning: deprecated conversion from string constant to ‘char*’
ScriptParser.cpp: In member function ‘void ScriptParser::reset()’:
ScriptParser.cpp:209:20: warning: deprecated conversion from string constant to ‘char*’
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI ScriptParser_command.cpp
In file included from ScriptParser.h:33:0,
from ScriptParser_command.cpp:24:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
ScriptParser_command.cpp: In member function ‘int ScriptParser::nextCommand()’:
ScriptParser_command.cpp:415:61: warning: suggest parentheses around ‘&&’ within ‘||’
ScriptParser_command.cpp:416:61: warning: suggest parentheses around ‘&&’ within ‘||’
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI ONScripterLabel.cpp
In file included from ScriptParser.h:33:0,
from ONScripterLabel.h:27,
from ONScripterLabel.cpp:24:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
ONScripterLabel.cpp: In member function ‘int ONScripterLabel::init()’:
ONScripterLabel.cpp:457:46: warning: deprecated conversion from string constant to ‘char*’
ONScripterLabel.cpp: In member function ‘int ONScripterLabel::refreshMode()’:
ONScripterLabel.cpp:1485:10: warning: suggest parentheses around ‘&&’ within ‘||’
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI ONScripterLabel_command.cpp
In file included from ScriptParser.h:33:0,
from ONScripterLabel.h:27,
from ONScripterLabel_command.cpp:24:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
ONScripterLabel_command.cpp: In member function ‘int ONScripterLabel::exbtnCommand()’:
ONScripterLabel_command.cpp:2225:75: warning: suggest parentheses around ‘&&’ within ‘||’
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI ONScripterLabel_text.cpp
In file included from ScriptParser.h:33:0,
from ONScripterLabel.h:27,
from ONScripterLabel_text.cpp:24:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
ONScripterLabel_text.cpp: In member function ‘void ONScripterLabel::drawGlyph(SDL_Surface*, FontInfo*, SDL_Color&, char*, int*, bool, AnimationInfo*, SDL_Rect*, SDL_Rect&)’:
ONScripterLabel_text.cpp:108:60: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:108:60: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:108:60: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:108:60: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:108:60: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:108:60: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp: In member function ‘void ONScripterLabel::drawString(const char*, unsigned char*, FontInfo*, bool, SDL_Surface*, SDL_Rect*, AnimationInfo*)’:
ONScripterLabel_text.cpp:252:41: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:252:41: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:252:41: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:252:41: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:252:41: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:252:41: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:262:56: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp: In member function ‘int ONScripterLabel::textCommand()’:
ONScripterLabel_text.cpp:572:72: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp: In member function ‘int ONScripterLabel:
rocessText()’:
ONScripterLabel_text.cpp:653:13: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:653:13: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:653:13: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:653:13: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:653:13: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:653:13: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:656:20: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:656:20: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:656:20: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:656:20: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:656:20: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_text.cpp:656:20: warning: suggest parentheses around ‘&&’ within ‘||’
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI ONScripterLabel_effect.cpp
In file included from ScriptParser.h:33:0,
from ONScripterLabel.h:27,
from ONScripterLabel_effect.cpp:24:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI ONScripterLabel_event.cpp
In file included from ScriptParser.h:33:0,
from ONScripterLabel.h:27,
from ONScripterLabel_event.cpp:24:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
ONScripterLabel_event.cpp: In member function ‘void ONScripterLabel::mousePressEvent(SDL_MouseButtonEvent*)’:
ONScripterLabel_event.cpp:410:24: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp:434:45: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp:442:46: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp: In member function ‘void ONScripterLabel::variableEditMode(SDL_KeyboardEvent*)’:
ONScripterLabel_event.cpp:588:24: warning: deprecated conversion from string constant to ‘char*’
ONScripterLabel_event.cpp:591:24: warning: deprecated conversion from string constant to ‘char*’
ONScripterLabel_event.cpp:594:24: warning: deprecated conversion from string constant to ‘char*’
ONScripterLabel_event.cpp:597:24: warning: deprecated conversion from string constant to ‘char*’
ONScripterLabel_event.cpp: In member function ‘void ONScripterLabel::keyPressEvent(SDL_KeyboardEvent*)’:
ONScripterLabel_event.cpp:734:51: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp:736:34: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp:742:39: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp:752:55: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp:791:49: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp:794:40: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp:800:49: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp:803:40: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp:820:57: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp:953:40: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp:956:31: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp:962:45: warning: suggest parentheses around ‘&&’ within ‘||’
ONScripterLabel_event.cpp:965:36: warning: suggest parentheses around ‘&&’ within ‘||’
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI ONScripterLabel_rmenu.cpp
In file included from ScriptParser.h:33:0,
from ONScripterLabel.h:27,
from ONScripterLabel_rmenu.cpp:24:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
ONScripterLabel_rmenu.cpp: In member function ‘void ONScripterLabel::executeSystemLoad()’:
ONScripterLabel_rmenu.cpp:303:16: warning: unused variable ‘color’
ONScripterLabel_rmenu.cpp: In member function ‘void ONScripterLabel::executeSystemSave()’:
ONScripterLabel_rmenu.cpp:385:16: warning: unused variable ‘color’
ONScripterLabel_rmenu.cpp: In member function ‘void ONScripterLabel::executeSystemYesNo()’:
ONScripterLabel_rmenu.cpp:528:16: warning: unused variable ‘color’
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI ONScripterLabel_animation.cpp
In file included from ScriptParser.h:33:0,
from ONScripterLabel.h:27,
from ONScripterLabel_animation.cpp:24:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI ONScripterLabel_sound.cpp
In file included from ScriptParser.h:33:0,
from ONScripterLabel.h:27,
from ONScripterLabel_sound.cpp:24:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI ONScripterLabel_file.cpp
In file included from ScriptParser.h:33:0,
from ONScripterLabel.h:27,
from ONScripterLabel_file.cpp:24:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
ONScripterLabel_file.cpp: In member function ‘int ONScripterLabel::saveSaveFile(int)’:
ONScripterLabel_file.cpp:516:34: warning: suggest parentheses around ‘&&’ within ‘||’
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI ONScripterLabel_file2.cpp
In file included from ScriptParser.h:33:0,
from ONScripterLabel.h:27,
from ONScripterLabel_file2.cpp:24:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI ONScripterLabel_image.cpp
In file included from ScriptParser.h:33:0,
from ONScripterLabel.h:27,
from ONScripterLabel_image.cpp:24:
ScriptHandler.h:181:5: warning: ‘typedef’ was ignored in this declaration
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI AnimationInfo.cpp
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI FontInfo.cpp
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI DirtyRect.cpp
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI resize_image.cpp
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI sjis2utf16.cpp
g++ -o onscripter onscripter.o DirectReader.o SarReader.o NsaReader.o ScriptHandler.o ScriptParser.o ScriptParser_command.o ONScripterLabel.o ONScripterLabel_command.o ONScripterLabel_text.o ONScripterLabel_effect.o ONScripterLabel_event.o ONScripterLabel_rmenu.o ONScripterLabel_animation.o ONScripterLabel_sound.o ONScripterLabel_file.o ONScripterLabel_file2.o ONScripterLabel_image.o AnimationInfo.o FontInfo.o DirtyRect.o resize_image.o sjis2utf16.o -z muldefs -Wl,--start-group `sdl-config --static-libs` `smpeg-config --libs` -lSDL_ttf -lfreetype -lSDL_image -ltiff -lpng -lSDL_mixer -lbz2 -lz -ljpeg -lm -lvorbis -lvorbisenc -lvorbisfile -logg -lgpm -lncurses -lslang -ldirectfb -lfusion -ldirect -lvga -ldl -lesd -lpulse -lasound -lX11 -laa -Wl,--end-group
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI sardec.cpp
g++ -o sardec sardec.o DirectReader.o SarReader.o -z muldefs -Wl,--start-group `sdl-config --static-libs` `smpeg-config --libs` -lSDL_ttf -lfreetype -lSDL_image -ltiff -lpng -lSDL_mixer -lbz2 -lz -ljpeg -lm -lvorbis -lvorbisenc -lvorbisfile -logg -lgpm -lncurses -lslang -ldirectfb -lfusion -ldirect -lvga -ldl -lesd -lpulse -lasound -lX11 -laa -Wl,--end-group
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI nsadec.cpp
g++ -o nsadec nsadec.o DirectReader.o SarReader.o NsaReader.o -z muldefs -Wl,--start-group `sdl-config --static-libs` `smpeg-config --libs` -lSDL_ttf -lfreetype -lSDL_image -ltiff -lpng -lSDL_mixer -lbz2 -lz -ljpeg -lm -lvorbis -lvorbisenc -lvorbisfile -logg -lgpm -lncurses -lslang -ldirectfb -lfusion -ldirect -lvga -ldl -lesd -lpulse -lasound -lX11 -laa -Wl,--end-group
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI sarconv.cpp
sarconv.cpp: In function ‘int main(int, char**)’:
sarconv.cpp:106:91: warning: suggest parentheses around ‘&&’ within ‘||’
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI conv_shared.cpp
g++ -o sarconv sarconv.o conv_shared.o resize_image.o DirectReader.o SarReader.o -z muldefs -Wl,--start-group `sdl-config --static-libs` `smpeg-config --libs` -lSDL_ttf -lfreetype -lSDL_image -ltiff -lpng -lSDL_mixer -lbz2 -lz -ljpeg -lm -lvorbis -lvorbisenc -lvorbisfile -logg -lgpm -lncurses -lslang -ldirectfb -lfusion -ldirect -lvga -ldl -lesd -lpulse -lasound -lX11 -laa -Wl,--end-group
g++ -O3 -Wall -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR -DINSANI nsaconv.cpp
nsaconv.cpp: In function ‘int main(int, char**)’:
nsaconv.cpp:109:91: warning: suggest parentheses around ‘&&’ within ‘||’
g++ -o nsaconv nsaconv.o conv_shared.o resize_image.o DirectReader.o SarReader.o NsaReader.o -z muldefs -Wl,--start-group `sdl-config --static-libs` `smpeg-config --libs` -lSDL_ttf -lfreetype -lSDL_image -ltiff -lpng -lSDL_mixer -lbz2 -lz -ljpeg -lm -lvorbis -lvorbisenc -lvorbisfile -logg -lgpm -lncurses -lslang -ldirectfb -lfusion -ldirect -lvga -ldl -lesd -lpulse -lasound -lX11 -laa -Wl,--end-group
sidney@shid:~/tsuki/onscripter-20060724-insani$ file '/home/sidney/tsuki/onscripter-20060724-insani/onscripter'
/home/sidney/tsuki/onscripter-20060724-insani/onscripter: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped