Ticket #1866 (accepted task) — at Version 7

Opened 14 years ago

Last modified 14 years ago

Move edit/ and vfs/ directories into src/

Reported by: andrew_b Owned by: slavazanko
Priority: trivial Milestone: 4.7.1
Component: mc-core Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description (last modified by metux) (diff)

Moving edit* and vfs/ subdirs to src/

Change History

comment:1 Changed 14 years ago by andrew_b

  • Summary changed from Move edit/ and vfs/ subdirectories into src/ to Move edit/ and vfs/ directories into src/

comment:2 Changed 14 years ago by slavazanko

  • Status changed from new to accepted
  • Owner set to slavazanko

comment:3 Changed 14 years ago by slavazanko

  • severity changed from no branch to on rework

Created branch 1866_filesystem_reorganization
Current status: 'on rework'

comment:4 Changed 14 years ago by slavazanko

  • severity changed from on rework to on review

Branch: 1866_filesystem_reorganization

Changesets:

Review, please.

comment:5 follow-up: ↓ 6 Changed 14 years ago by andrew_b

  • severity changed from on review to on rework

Cannot build:

Making all in filehighlight
mkdir .libs
 gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/home/andrew/work.c/mc/mc-1866_filesystem_reorganization/lib/filehighlight -I../.. -I../ -I/home/andrew/work.c/mc/mc-1866_filesystem_reorganization/src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDATADIR=\"/home/andrew/work.c/mc/mc-1866_filesystem_reorganization/BUILD_ROOT/INSTALL_ROOT/share/mc/\" -DLOCALEDIR=\"/home/andrew/work.c/mc/mc-1866_filesystem_reorganization/BUILD_ROOT/INSTALL_ROOT/share/locale\" -fdiagnostics-show-option -Wcomment -Wdeclaration-after-statement -Wformat -Wimplicit-function-declaration -Wimplicit-int -Wmissing-braces -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-sign -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wuninitialized -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -g3 -O -ggdb -g -O2 -MT libmcfilehighlight_la-common.lo -MD -MP -MF .deps/libmcfilehighlight_la-common.Tpo -c /home/andrew/work.c/mc/mc-1866_filesystem_reorganization/lib/filehighlight/common.c  -fPIC -DPIC -o .libs/libmcfilehighlight_la-common.o
In file included from /home/andrew/work.c/mc/mc-1866_filesystem_reorganization/lib/filehighlight/common.c:31:
../../../src/global.h:96:24: error: ../vfs/vfs.h: No such file or directory
make[3]: *** [libmcfilehighlight_la-common.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

comment:6 in reply to: ↑ 5 Changed 14 years ago by metux

  • Description modified (diff)

Replying to andrew_b:

Cannot build:

Making all in filehighlight
mkdir .libs
 gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/home/andrew/work.c/mc/mc-1866_filesystem_reorganization/lib/filehighlight -I../.. -I../ -I/home/andrew/work.c/mc/mc-1866_filesystem_reorganization/src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDATADIR=\"/home/andrew/work.c/mc/mc-1866_filesystem_reorganization/BUILD_ROOT/INSTALL_ROOT/share/mc/\" -DLOCALEDIR=\"/home/andrew/work.c/mc/mc-1866_filesystem_reorganization/BUILD_ROOT/INSTALL_ROOT/share/locale\" -fdiagnostics-show-option -Wcomment -Wdeclaration-after-statement -Wformat -Wimplicit-function-declaration -Wimplicit-int -Wmissing-braces -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-sign -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wuninitialized -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -g3 -O -ggdb -g -O2 -MT libmcfilehighlight_la-common.lo -MD -MP -MF .deps/libmcfilehighlight_la-common.Tpo -c /home/andrew/work.c/mc/mc-1866_filesystem_reorganization/lib/filehighlight/common.c  -fPIC -DPIC -o .libs/libmcfilehighlight_la-common.o
In file included from /home/andrew/work.c/mc/mc-1866_filesystem_reorganization/lib/filehighlight/common.c:31:
../../../src/global.h:96:24: error: ../vfs/vfs.h: No such file or directory
make[3]: *** [libmcfilehighlight_la-common.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

comment:7 Changed 14 years ago by metux

  • Description modified (diff)

perhaps we should merge the vfs.h/vfsdummy.h reworking first
(this makes all .c files including vfs.h directly)

Note: See TracTickets for help on using tickets.