Thought I was doing well but ... and then ... :(

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
User avatar
Anomaly
Peon
Peon
Posts: 7
Joined: 14 Mar 2008, 17:41
Location: Philippines
Contact:

Thought I was doing well but ... and then ... :(

Post by Anomaly »

I got some help from the forum here in updating to 0.0.24 and using KInstaller to load everything up so I could see exactly what files were missing. I am running a cheap-a** system with an NVidia MX4000 card (Which does not support open GL unfortunately) During the updates it said there were some updated drivers ... since I was using Synaptic Package Manager to install the missing files (Mostly developer files) I tried to update.

Due to the incapacity of my box, I am running PCLOS Mini Me with the MX4000 vid card and onboard sound and NIC with what I am certain is the cheapest MB Asus makes. (Yeah, don't laugh ... I have to deal with it every day and ... as much as I hate to say it, given the circumstances that led up to it, I was glad to get it ... even if it is frustrating me)

I installed all of the missing dev files I never thought I would need and a few other library files. I did okay til I changed the video settings so this may or may not have anything to do with that. I now have my original settings but even then I got the same error.

Well, I went in through the CLI and changed that back and then reinstalled the drivers from NVidia once I had the GUI up and running again.

While before I was getting specific files that were missing, my latest and greatest error (That I am not sure about) is here ... I posted the entire script from KInstaller


kinstaller: checking environment ...

kinstaller: prepare installation ...

kinstaller: untar source file ...

kinstaller: execute 'configure' ...
checking for g++...
g++
checking for C++ compiler default output file name...
a.out
checking whether the C++ compiler works...
yes
checking whether we are cross compiling...
no
checking for suffix of executables...

checking for suffix of object files...
o
checking whether we are using the GNU C++ compiler...
yes
checking whether g++ accepts -g...
yes
checking for a BSD-compatible install...
/usr/bin/install -c
checking whether make sets $(MAKE)...
yes
checking how to run the C++ preprocessor...
g++ -E
checking for grep that handles long lines and -e...
/bin/grep
checking for egrep...
/bin/grep -E
checking for ANSI C header files...
yes
checking for sys/types.h...
yes
checking for sys/stat.h...
yes
checking for stdlib.h...
yes
checking for string.h...
yes
checking for memory.h...
yes
checking for strings.h...
yes
checking for inttypes.h...
yes
checking for stdint.h...
yes
checking for unistd.h...
yes
checking for stdbool.h that conforms to C99...
yes
checking for _Bool...
no
checking for an ANSI C-conforming const...
yes
checking whether time.h and sys/time.h may both be included...
yes
checking for working volatile...
yes
checking for error_at_line...
yes
checking for stdlib.h...
(cached)
yes
checking for GNU libc compatible malloc...
yes
checking for stdlib.h...
(cached) yes
checking for GNU libc compatible realloc...
yes
checking sys/select.h usability...
yes
checking sys/select.h presence...
yes
checking for sys/select.h...
yes
checking sys/socket.h usability...
yes
checking sys/socket.h presence...
yes
checking for sys/socket.h... yes
checking types of arguments for select...
int,fd_set *,struct timeval *
checking for vprintf...
yes
checking for _doprnt...
no
checking for atexit...
yes
checking for floor...
yes
checking for getcwd...
yes
checking for gethostbyname...
yes
checking for memset...
yes
checking for mkdir...
yes
checking for select...
yes
checking for socket...
yes
checking for pthread_create in -lpthread...
yes
checking for gcnGuichanVersion in -lguichan...
yes
checking for inflate in -lz...
yes
checking for PHYSFS_init in -lphysfs...
yes
checking for curl_global_init in -lcurl...
yes
checking for xmlInitParser in -lxml2...
yes
checking for png_write_info in -lpng...
yes
checking for IMG_LoadPNG_RW in -lSDL_image...
yes
checking for Mix_OpenAudio in -lSDL_mixer...
yes
checking for SDLNet_Init in -lSDL_net...
yes
checking for ANSI C header files... (cached)
yes
checking arpa/inet.h usability...
yes
checking arpa/inet.h presence...
yes
checking for arpa/inet.h... yes
checking fcntl.h usability...
yes
checking fcntl.h presence...
yes
checking for fcntl.h... yes
checking malloc.h usability...
yes
checking malloc.h presence...
yes
checking for malloc.h... yes
checking netdb.h usability...
yes
checking netdb.h presence...
yes
checking for netdb.h... yes
checking netinet/in.h usability...
yes
checking netinet/in.h presence...
yes
checking for netinet/in.h... yes
checking for stdlib.h...
(cached)
yes
checking for string.h...
(cached) yes
checking for sys/socket.h...
(cached)
yes
checking for unistd.h...
(cached) yes
checking guichan.hpp usability...
yes
checking guichan.hpp presence...
yes
checking for guichan.hpp... yes
checking whether build environment is sane...
yes
checking for gawk...
gawk
checking for style of include used by make...
GNU
checking dependency style of g++...
gcc3
checking for glBegin in -lGL...
yes
checking for sdl-config...
/usr/bin/sdl-config
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating data/Makefile
config.status: creating data/graphics/Makefile
config.status: creating data/graphics/gui/Makefile
config.status: creating data/graphics/images/Makefile
config.status: creating data/graphics/images/ambient/Makefile
config.status: creating data/graphics/tiles/Makefile
config.status: creating data/help/Makefile
config.status: creating data/icons/Makefile
config.status: creating docs/Makefile
config.status: creating config.h
config.status: executing depfiles commands

Build with OpenGL: yes

configure complete, now type "make"


kinstaller: execute 'make' ...
make all-recursive
make[1]: Entering directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24'
Making all in data
make[2]: Entering directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data'
Making all in graphics
make[3]: Entering directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/graphics'
Making all in gui
make[4]: Entering directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/graphics/gui'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/graphics/gui'
Making all in images
make[4]: Entering directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/graphics/images'
Making all in ambient
make[5]: Entering directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/graphics/images/ambient'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/graphics/images/ambient'
make[5]: Entering directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/graphics/images'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/graphics/images'
make[4]: Leaving directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/graphics/images'
Making all in tiles
make[4]: Entering directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/graphics/tiles'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/graphics/tiles'
make[4]: Entering directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/graphics'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/graphics'
make[3]: Leaving directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/graphics'
Making all in help
make[3]: Entering directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/help'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/help'
Making all in icons
make[3]: Entering directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/icons'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data/icons'
make[3]: Entering directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data'
make[2]: Leaving directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/data'
Making all in docs
make[2]: Entering directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/docs'
Making all in src
make[2]: Entering directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DTMW_DATADIR=\""/usr/share/tmw/"\" -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0` -g -O2 -MT tmw-resizegrip.o -MD -MP -MF ".deps/tmw-resizegrip.Tpo" -c -o tmw-resizegrip.o `test -f 'gui/widgets/resizegrip.cpp' || echo './'`gui/widgets/resizegrip.cpp; \
then mv -f ".deps/tmw-resizegrip.Tpo" ".deps/tmw-resizegrip.Po"; else rm -f ".deps/tmw-resizegrip.Tpo"; exit 1; fi
In file included from gui/widgets/resizegrip.cpp:28:
gui/widgets/../../graphics.h:27:39: error: guichan/sdl/sdlgraphics.hpp: No such file or directory
gui/widgets/../../graphics.h:58: error: expected class-name before ‘{’ token
gui/widgets/resizegrip.cpp: In member function ‘virtual void ResizeGrip::draw(gcn::Graphics*)’:
gui/widgets/resizegrip.cpp:64: error: invalid static_cast from type ‘gcn::Graphics*’ to type ‘Graphics*’
make[2]: *** [tmw-resizegrip.o] Error 1
make[2]: Leaving directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/tmw_0.0.24.orig-24--20080315105124/tmw-0.0.24'
make: *** [all] Error 2

kinstaller: error while executing make

Any help would be greatly appreciated ... and for the record, sorry about posting on the wrong board earlier.

Thanks,

Anomaly
The pen is mightier than the sword ... but keep the sword in case you run out of ink! Oh yeah! 1+1=1 ... carry the 0 :P ... and Hex! I figgered dat one out all by maself!
User avatar
blueberry
Novice
Novice
Posts: 107
Joined: 26 Feb 2007, 23:26
Location: Graz, Austria

Re: Thought I was doing well but ... and then ... :(

Post by blueberry »

1.) Did you remove the "old" guichan packages before re-installing?
2.) Which Guichan version do you use now?
3.) Hint: Switch to another OS/Window manager to optimize performance ;-)

and 4.) Sometimes it helps to search the forums: http://forums.themanaworld.org/viewtopi ... ory#p28263
User avatar
Anomaly
Peon
Peon
Posts: 7
Joined: 14 Mar 2008, 17:41
Location: Philippines
Contact:

Re: Thought I was doing well but ... and then ... :(

Post by Anomaly »

1.) Did you remove the "old" guichan packages before re-installing?

Yup! Complete Uninstall via Synaptic

2.) Which Guichan version do you use now?

Not exactly sure offhand but it was from the Debian website from one of the many posts I read here. I believe it is 7.1 up from 6.1 (Which was not actually available in any of my repostitories so I went there and downloaded the tar and installed it using KInstaller after an uninstall of the first version.

3.) Hint: Switch to another OS/Window manager to optimize performance ;-)

Ummmmmmmmm, if I had a real system I would not be running mini-me and would never have been looking for a two-d game and would never even have found this game had it not been for that. Oddly enough, even my friends who are Long-time Linux users could not get ANY other Linux OS to function on this machine. I could run windows but as they say, Linux Rocks, Rocks break windows ;)

and 4.) Sometimes it helps to search the forums: viewtopic.php?f=7&t=3348&p=28263&hilit=sdlgraphics.hpp%3A+No+such+file+or+directory#p28263 (Please note in this thread, the uninstall was all that was necessary. I always do complete uninstalls so for me that was not the issue. I do appreciate that not many people take the time to search but I assure you, were it something so simple I would not have come here looking for help.

Again, That is the only reason I got as far as I did because, as I noted in my original post, I did search and follow all of the instructions I was able to find.

And, if you would like to make more precocious comments about my system as you have in pointing out boards I have already read and written down exactly what I did with the information I found in them, just FYI, I am a freelance writer living in what should be paradise. However, we had two of the three worst storms in history just over a year ago and I lost literally everything I owned. I sold one of my books rights and all to get this POS. However, I am willing to take donations or ... as I pointed out in my original post, you could accept that yeah, I know how FUBAR it is but it is all I have to deal with until I can come up with about six grand to build another real system like the two I previously had ... then no problems ;) I will run three OS's on each one again.
The pen is mightier than the sword ... but keep the sword in case you run out of ink! Oh yeah! 1+1=1 ... carry the 0 :P ... and Hex! I figgered dat one out all by maself!
User avatar
Anomaly
Peon
Peon
Posts: 7
Joined: 14 Mar 2008, 17:41
Location: Philippines
Contact:

Re: Thought I was doing well but ... and then ... :(

Post by Anomaly »

PS - Apologies if I sound grumpy but Imagine something trashes your Bentley (My old System) and you get stuck riding a bicycle with two flat tires every day for a year. (My current system)

After a while of fighting it, much less trying to make a living with it, you just want to kill something and relax LOL ... Thus my trip to the Mana World.

Anomaly
The pen is mightier than the sword ... but keep the sword in case you run out of ink! Oh yeah! 1+1=1 ... carry the 0 :P ... and Hex! I figgered dat one out all by maself!
Post Reply