On 04/07/16 22:41, parisse wrote:
I'm fixing the build for --disable-gui

And I am guessing you didn't mean that it would be in 1.2.2-65 either.
I am still getting

/bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DIN_GIAC -I. -I.. -I. -I.. -O1 -march=native -pipe -ggdb -fno-strict-aliasing -DGIAC_GENERIC_CONSTANTS -c -o Xcas1.lo Xcas1.cc libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DIN_GIAC -I. -I.. -I. -I.. -O1 -march=native -pipe -ggdb -fno-strict-aliasing -DGIAC_GENERIC_CONSTANTS -c Xcas1.cc -fPIC -DPIC -o .libs/Xcas1.o
In file included from Xcas1.cc:39:0:
Xcas1.h:151:3: error: ‘History_Fold’ does not name a type
History_Fold * load_history_fold(int sx,int sy,int sw,int sh,int sl,const char * filename,bool modified); // might be used from icas.cc to call xcas online
   ^
Xcas1.cc: In function ‘void xcas::quit_idle_function(void*)’:
Xcas1.cc:3300:5: error: ‘Fl_Widget’ was not declared in this scope
     Fl_Widget * w=(Fl_Widget *)(widget);
     ^
Xcas1.cc:3300:17: error: ‘w’ was not declared in this scope
     Fl_Widget * w=(Fl_Widget *)(widget);
                 ^
Xcas1.cc:3300:31: error: expected primary-expression before ‘)’ token
     Fl_Widget * w=(Fl_Widget *)(widget);
                               ^
Makefile:880: recipe for target 'Xcas1.lo' failed


when configuring with --disable-gui in 1.2.2-65.
Do you make release notes or changelog available anywhere? It is
difficult to know what changed from one release to another.

Francois

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to