make depends

View: New views
2 Messages — Rating Filter:   Alert me  

make depends

by dancer581@sbcglobal.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I know navigation is a work in progress but thought I should report problems
Linux asus 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009
i686 GNU/Linux
I just did cvs update before trying below

I am getting segfaults with navigate so after reading roadmap.doc on
navigation I tried "make depends"  but get error:

make[1]: Entering directory `/home/harold/1CVS/roadmap/src/unix'
makedepend -Y -f - roadmap_file.c roadmap_path.c roadmap_library.c
roadmap_net.c roadmap_serial.c roadmap_spawn.c roadmap_time.c
roadmap_sound.c > .depends.mk 2>/dev/null
make[1]: *** [depends] Error 127
make[1]: Leaving directory `/home/harold/1CVS/roadmap/src/unix'
make: *** [depends] Error 1

Then I tried "make clean" then "make depends" and still got the error
Is there something I am doing wrong ?

Here is the segfault:
Apr 22 18:53:08 asus kernel: [ 2055.496639] roadmap[5882]: segfault at
10 ip 08056c04 sp bfcc5d40 error 4 in gtkroadmap[8048000+4a000]
Apr 22 18:53:54 asus kernel: [ 2101.966682] roadmap[5885]: segfault at
10 ip 08056c04 sp bf8f6c50 error 4 in gtkroadmap[8048000+4a000]




------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Roadmap-general mailing list
Roadmap-general@...
https://lists.sourceforge.net/lists/listinfo/roadmap-general

Re: make depends

by Alessandro Briosi-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello
I think you have 2 problems here:

1. The make depends fails because you are probably missing the
makedepend program (which should be in the xutils-dev package or
something like that)
2. For better reporting the problem I'd suggest you to build a DEBUG
version and run roadmap with gdb.
once you get the segmentation fault do a back trace:

make clean
make MODE=DEBUG
gdb ./gtk2/gtkroadmap
run
<wait for the segfault>
bt
<copy and paste the output to an email>
quit
yes

Alessandro

dancer581@... ha scritto:

> I know navigation is a work in progress but thought I should report problems
> Linux asus 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009
> i686 GNU/Linux
> I just did cvs update before trying below
>
> I am getting segfaults with navigate so after reading roadmap.doc on
> navigation I tried "make depends"  but get error:
>
> make[1]: Entering directory `/home/harold/1CVS/roadmap/src/unix'
> makedepend -Y -f - roadmap_file.c roadmap_path.c roadmap_library.c
> roadmap_net.c roadmap_serial.c roadmap_spawn.c roadmap_time.c
> roadmap_sound.c > .depends.mk 2>/dev/null
> make[1]: *** [depends] Error 127
> make[1]: Leaving directory `/home/harold/1CVS/roadmap/src/unix'
> make: *** [depends] Error 1
>
> Then I tried "make clean" then "make depends" and still got the error
> Is there something I am doing wrong ?
>
> Here is the segfault:
> Apr 22 18:53:08 asus kernel: [ 2055.496639] roadmap[5882]: segfault at
> 10 ip 08056c04 sp bfcc5d40 error 4 in gtkroadmap[8048000+4a000]
> Apr 22 18:53:54 asus kernel: [ 2101.966682] roadmap[5885]: segfault at
> 10 ip 08056c04 sp bf8f6c50 error 4 in gtkroadmap[8048000+4a000]
>
>
>
>
> ------------------------------------------------------------------------------
> Stay on top of everything new and different, both inside and
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> _______________________________________________
> Roadmap-general mailing list
> Roadmap-general@...
> https://lists.sourceforge.net/lists/listinfo/roadmap-general

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Roadmap-general mailing list
Roadmap-general@...
https://lists.sourceforge.net/lists/listinfo/roadmap-general