Peter Kümmel wrote:
> Kayvan A. Sylvan wrote:
>> if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. 
>> -I. -I../../../src  -I../../../lib/images/math -I../../../src 
>> -I../../../src/frontends -I../../../src/frontends/controllers 
>> -I../../../boost -Wextra -Wall    -I/usr/X11R6/include  -O2 -MT lyx_gui.lo 
>> -MD -MP -MF ".deps/lyx_gui.Tpo" -c -o lyx_gui.lo lyx_gui.C; \
>> then mv -f ".deps/lyx_gui.Tpo" ".deps/lyx_gui.Plo"; else rm -f 
>> ".deps/lyx_gui.Tpo"; exit 1; fi
>>  g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../lib/images/math 
>> -I../../../src -I../../../src/frontends -I../../../src/frontends/controllers 
>> -I../../../boost -Wextra -Wall -I/usr/X11R6/include -O2 -MT lyx_gui.lo -MD 
>> -MP -MF .deps/lyx_gui.Tpo -c lyx_gui.C -o lyx_gui.o
>> lyx_gui.C: In function 'void lyx_gui::start(const std::string&, const 
>> __gnu_debug_def::vector<std::basic_string<char, std::char_traits<char>, 
>> std::allocator<char> >, std::allocator<std::basic_string<char, 
>> std::char_traits<char>, std::allocator<char> > > >&, int, int, int, int)':
>> lyx_gui.C:260: error: 'xpos' was not declared in this scope
>> lyx_gui.C:260: error: 'ypos' was not declared in this scope
> 
> Do you have a actual checkout, yesterday there were some changes of 
> lyx_gui::start?
> 
> the svn code looks like this xcode/lyx_gui.C:
> 
> void start(string const & batch, vector<string> const & files,
>          unsigned int width, unsigned int height, int posx, int posy)
> {
>       int const geometryBitmask =
>               XParseGeometry(geometry, &posx, &posx, &width, &height);
> 
> 
> So there is a xpos.
> 
> Peter
> 
> 


At least there are only posx variables :)


Reply via email to