User forums > Nightly builds

The 11 october 2006 build is out.

<< < (2/9) > >>

takeshimiya:

--- Quote from: thomas on October 11, 2006, 09:27:00 pm ---(found in the tools directory) from the shell?

--- End quote ---
You mean, build_tools directory :)

eranif:

--- Quote ---"X" close button on every tab in the EditorManager (old "X" button removed)
--- End quote ---

And I remember the days that the title of some bounty was: "BOUNTY: Notebook class with "close" button at the right ..."

Time flies  :)

Eran

bosca:
Hellooo !

I do a make cmd on build_tools and i get that :

./auto_revision +int +wx +t ../../.. ./../../../sdk/autorevision.h
Error: Could not open output file.
*** glibc detected *** free(): invalid next size (fast): 0x0804f2e0 ***
make: *** [all-local] Abandon


byebye

os : debian etch
gcc : 4.0.x

thomas:

--- Quote from: bosca on October 11, 2006, 09:44:22 pm ---./auto_revision +int +wx +t ../../.. ./../../../sdk/autorevision.h
Error: Could not open output file.
--- End quote ---
Looks like the makefile is still having jet-lag from its trip :)
I believe it contains an excess ../.

Could you please edit Makefile.am and replace the line:
./auto_revision +int +wx +t $(top_srcdir) $(srcdir)/../../../sdk/autorevision.h
with
./auto_revision +int +wx +t $(top_srcdir) $(srcdir)/../../sdk/autorevision.h

Unluckily, I am presently unable to test myself due to acute lack of Linux machines, but I think it should do. Please report back if that works, so we can commit it. Thanks. :)

bosca:
Sorry :

./auto_revision +int +wx +t $(top_srcdir) $(srcdir)/../../../../sdk/autorevision.h   KO
./auto_revision +int +wx +t $(top_srcdir) $(srcdir)/../../../sdk/autorevision.h      KO
./auto_revision +int +wx +t $(top_srcdir) $(srcdir)/../../sdk/autorevision.h         KO
./auto_revision +int +wx +t $(top_srcdir) $(srcdir)/../sdk/autorevision.h            KO
./auto_revision +int +wx +t $(top_srcdir) $(srcdir)/sdk/autorevision.h               KO
 
but, for each test, i had echo on top_srcdir and srcdir and

all-local: auto_revision
        echo $(top_srcdir)
        echo $(srcdir)
        ./auto_revision +int +wx +t $(top_srcdir) $(srcdir)/sdk/autorevision.h

and top_srcdir has a suspect value, always the same :    ../../..
is suffisant for the cmd ?

byebye :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version