I should have tested my command this morning. Erase the link and
create a new one:
rm src/text/fmt/gtk2
ln -s gtk src/text/fmt/gtk2
Check that you have the file fv_UnixVisualDrag.h:
ls src/text/fmt/gtk2/fv_UnixVisualDrag.h
Then compile.
Simon
On Sun, Dec 11, 2011 at 1:42 PM, Thomas Gries <mail@tgries.de> wrote:
> Am 11.12.2011 17:00, schrieb Simon Larochelle:
>> There is a file missing in the trunk. From the base directory create
>> the following link:
>>
>> ln -s src/text/fmt/gtk src/text/fmt/gtk2
>>
>> You should be able to compile afterward.
>>
>> Simon
>
> Simon,
>
> I did what you suggested, but it did not solve the problem, see the
> console output
>
> /usr/local/src/abiword # ln -s src/text/fmt/gtk src/text/fmt/gtk2
> /usr/local/src/abiword # make
> make all-recursive
> make[1]: Entering directory `/usr/local/src/abiword'
> Making all in goffice-bits2
> make[2]: Entering directory `/usr/local/src/abiword/goffice-bits2'
> make all-am
> make[3]: Entering directory `/usr/local/src/abiword/goffice-bits2'
> make[3]: Nothing to be done for `all-am'.
> make[3]: Leaving directory `/usr/local/src/abiword/goffice-bits2'
> make[2]: Leaving directory `/usr/local/src/abiword/goffice-bits2'
> Making all in src
> make[2]: Entering directory `/usr/local/src/abiword/src'
> Making all in af
> make[3]: Entering directory `/usr/local/src/abiword/src/af'
> Making all in ev
> make[4]: Entering directory `/usr/local/src/abiword/src/af/ev'
> Making all in gtk2
> make[5]: Entering directory `/usr/local/src/abiword/src/af/ev/gtk2'
> ../../../../doltcompile g++ -DHAVE_CONFIG_H -I. -I../../../.. -pthread
> -I/usr/include/fribidi -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -I/usr/include/libgsf-1
> -I/usr/include/libxml2 -I/usr/include/wv -I/usr/include/enchant
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2
> -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0
> -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/gtk-unix-print-2.0 -I/usr/include/librsvg-2
> -I/usr/include -I../../../.. -I../../../../goffice-bits2
> -I../../../../src/af/ev/gtk2 -I../../../../src/af/ev/xp
> -I../../../../src/af/gr/gtk2 -I../../../../src/af/gr/xp
> -I../../../../src/af/util/unix -I../../../../src/af/util/xp
> -I../../../../src/af/xap/gtk2 -I../../../../src/af/xap/xp
> -I../../../../src/text/fmt/gtk2 -I../../../../src/text/fmt/xp
> -I../../../../src/text/ptbl/xp -I../../../../src/wp/impexp/gtk2
> -I../../../../src/wp/impexp/xp -I../../../../src/wp/ap/gtk2
> -I../../../../src/wp/ap/xp -I../../../../src/plugins -Wall -Wextra
> -Wsign-compare -Wpointer-arith -Wchar-subscripts -Wwrite-strings
> -Wmissing-noreturn -Wunused -Wpointer-arith -Wshadow -g -O2 -MT
> ev_UnixToolbar.lo -MD -MP -MF .deps/ev_UnixToolbar.Tpo -c -o
> ev_UnixToolbar.lo ev_UnixToolbar.cpp
> In file included from ev_UnixToolbar.cpp:59:0:
> ../../../../src/text/fmt/xp/fv_View.h:47:31: fatal error:
> fv_UnixVisualDrag.h: No such file or directory
> compilation terminated.
> make[5]: *** [ev_UnixToolbar.lo] Error 1
> make[5]: Leaving directory `/usr/local/src/abiword/src/af/ev/gtk2'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory `/usr/local/src/abiword/src/af/ev'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/usr/local/src/abiword/src/af'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/local/src/abiword/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/abiword'
> make: *** [all] Error 2
>
>>
>>
>> On Sun, Dec 11, 2011 at 3:32 AM, Thomas Gries <mail@tgries.de> wrote:
>>> Using the SVN version, I still got an error during "make":
>>>
>>> In file included from ev_UnixToolbar.cpp:59:0:
>>> ../../../../src/text/fmt/xp/fv_View.h:47:31: fatal error:
>>> fv_UnixVisualDrag.h: No such file or directory
>>> compilation terminated.
>>>
>>>
>
>
Received on Sun Dec 11 20:33:58 2011
This archive was generated by hypermail 2.1.8 : Sun Dec 11 2011 - 20:33:58 CET