not installing all files from CVS

View: New views
2 Messages — Rating Filter:   Alert me  

not installing all files from CVS

by dancer581@sbcglobal.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I started from scratch (deleted cvs and all of roadmap files) then

1. cvs -z3
-d:pserver:anonymous@...:/cvsroot/roadmap co -P
roadmap
2. move to cvs roadmaps directory
3. make depends
4. make
5. sudo make install

I tried it twice with same result
NO roadmap files installed

Last part of make:

-Wreturn-type -Wsign-compare -DROADMAP_USES_EXPAT -I.
-I/usr/local/include -D_TXT=\"\" -D_EXE=\"\" -c -o buildmap_osm_main.o
buildmap_osm_main.c
gcc buildmap_osm_main.o -o buildmap_osm libbuildmap.a -L/usr/local/lib
./libroadmap.a ./unix/libosroadmap.a ./gpx/libgpx.a ./libroadmap.a
-lexpat -lm
gcc -O -DNDEBUG -fomit-frame-pointer -W -Wall -Wno-unused-parameter
-Wcast-align -Wreturn-type -Wsign-compare -DROADMAP_USES_EXPAT -I.
-I/usr/local/include -D_TXT=\"\" -D_EXE=\"\" -c -o buildus_main.o
buildus_main.c
In file included from roadmap_plugin.h:50,
from roadmap_street.h:28,
from buildus_main.c:41:
roadmap_gps.h:106: error: expected ‘)’ before ‘handler’
roadmap_gps.h:113: error: expected ‘)’ before ‘add’
In file included from roadmap_plugin.h:50,
from roadmap_street.h:28,
from buildus_main.c:41:
roadmap_gps.h:145: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘RoadMapGpsPeriodicAdd’
roadmap_gps.h:146: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘RoadMapGpsPeriodicRemove’
make: *** [buildus_main.o] Error 1
harold@MSI420:~/2CVS/roadmap/src$


all of make install:

harold@MSI420:~/2CVS/roadmap/src$ sudo make install
[sudo] password for harold:
make -C unix all
make[1]: Entering directory `/home/harold/2CVS/roadmap/src/unix'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/harold/2CVS/roadmap/src/unix'
make -C gpx all
make[1]: Entering directory `/home/harold/2CVS/roadmap/src/gpx'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/harold/2CVS/roadmap/src/gpx'
for module in gtk2 ; \
do \
make -C $module all || exit 1; \
done
make[1]: Entering directory `/home/harold/2CVS/roadmap/src/gtk2'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/harold/2CVS/roadmap/src/gtk2'
gcc -O -DNDEBUG -fomit-frame-pointer -W -Wall -Wno-unused-parameter
-Wcast-align -Wreturn-type -Wsign-compare -DROADMAP_USES_EXPAT -I.
-I/usr/local/include -D_TXT=\"\" -D_EXE=\"\" -c -o buildus_main.o
buildus_main.c
In file included from roadmap_plugin.h:50,
from roadmap_street.h:28,
from buildus_main.c:41:
roadmap_gps.h:106: error: expected ‘)’ before ‘handler’
roadmap_gps.h:113: error: expected ‘)’ before ‘add’
In file included from roadmap_plugin.h:50,
from roadmap_street.h:28,
from buildus_main.c:41:
roadmap_gps.h:145: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘RoadMapGpsPeriodicAdd’
roadmap_gps.h:146: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘RoadMapGpsPeriodicRemove’
make: *** [buildus_main.o] Error 1
harold@MSI420:~/2CVS/roadmap/src$



------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Roadmap-general mailing list
Roadmap-general@...
https://lists.sourceforge.net/lists/listinfo/roadmap-general

Re: not installing all files from CVS

by Danny Backx :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

That's not an install issue, but a build issue :-)

I just fixed it in CVS.

        Danny

On Thu, 2009-04-30 at 11:07 -0500, dancer581@... wrote:

> I started from scratch (deleted cvs and all of roadmap files) then
>
> 1. cvs -z3
> -d:pserver:anonymous@...:/cvsroot/roadmap co -P
> roadmap
> 2. move to cvs roadmaps directory
> 3. make depends
> 4. make
> 5. sudo make install
>
> I tried it twice with same result
> NO roadmap files installed
>
> Last part of make:
>
> -Wreturn-type -Wsign-compare -DROADMAP_USES_EXPAT -I.
> -I/usr/local/include -D_TXT=\"\" -D_EXE=\"\" -c -o buildmap_osm_main.o
> buildmap_osm_main.c
> gcc buildmap_osm_main.o -o buildmap_osm libbuildmap.a -L/usr/local/lib
> ./libroadmap.a ./unix/libosroadmap.a ./gpx/libgpx.a ./libroadmap.a
> -lexpat -lm
> gcc -O -DNDEBUG -fomit-frame-pointer -W -Wall -Wno-unused-parameter
> -Wcast-align -Wreturn-type -Wsign-compare -DROADMAP_USES_EXPAT -I.
> -I/usr/local/include -D_TXT=\"\" -D_EXE=\"\" -c -o buildus_main.o
> buildus_main.c
> In file included from roadmap_plugin.h:50,
> from roadmap_street.h:28,
> from buildus_main.c:41:
> roadmap_gps.h:106: error: expected ‘)’ before ‘handler’
> roadmap_gps.h:113: error: expected ‘)’ before ‘add’
> In file included from roadmap_plugin.h:50,
> from roadmap_street.h:28,
> from buildus_main.c:41:
> roadmap_gps.h:145: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
> ‘__attribute__’ before ‘RoadMapGpsPeriodicAdd’
> roadmap_gps.h:146: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
> ‘__attribute__’ before ‘RoadMapGpsPeriodicRemove’
> make: *** [buildus_main.o] Error 1
> harold@MSI420:~/2CVS/roadmap/src$
>
>
> all of make install:
>
> harold@MSI420:~/2CVS/roadmap/src$ sudo make install
> [sudo] password for harold:
> make -C unix all
> make[1]: Entering directory `/home/harold/2CVS/roadmap/src/unix'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/home/harold/2CVS/roadmap/src/unix'
> make -C gpx all
> make[1]: Entering directory `/home/harold/2CVS/roadmap/src/gpx'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/home/harold/2CVS/roadmap/src/gpx'
> for module in gtk2 ; \
> do \
> make -C $module all || exit 1; \
> done
> make[1]: Entering directory `/home/harold/2CVS/roadmap/src/gtk2'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/home/harold/2CVS/roadmap/src/gtk2'
> gcc -O -DNDEBUG -fomit-frame-pointer -W -Wall -Wno-unused-parameter
> -Wcast-align -Wreturn-type -Wsign-compare -DROADMAP_USES_EXPAT -I.
> -I/usr/local/include -D_TXT=\"\" -D_EXE=\"\" -c -o buildus_main.o
> buildus_main.c
> In file included from roadmap_plugin.h:50,
> from roadmap_street.h:28,
> from buildus_main.c:41:
> roadmap_gps.h:106: error: expected ‘)’ before ‘handler’
> roadmap_gps.h:113: error: expected ‘)’ before ‘add’
> In file included from roadmap_plugin.h:50,
> from roadmap_street.h:28,
> from buildus_main.c:41:
> roadmap_gps.h:145: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
> ‘__attribute__’ before ‘RoadMapGpsPeriodicAdd’
> roadmap_gps.h:146: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
> ‘__attribute__’ before ‘RoadMapGpsPeriodicRemove’
> make: *** [buildus_main.o] Error 1
> harold@MSI420:~/2CVS/roadmap/src$
>
>
>
> ------------------------------------------------------------------------------
> Register Now & Save for Velocity, the Web Performance & Operations
> Conference from O'Reilly Media. Velocity features a full day of
> expert-led, hands-on workshops and two days of sessions from industry
> leaders in dedicated Performance & Operations tracks. Use code vel09scf
> and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
> _______________________________________________
> Roadmap-general mailing list
> Roadmap-general@...
> https://lists.sourceforge.net/lists/listinfo/roadmap-general
>
--
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Roadmap-general mailing list
Roadmap-general@...
https://lists.sourceforge.net/lists/listinfo/roadmap-general