Ticket #130 (closed defect: fixed)

Opened 22 months ago

Last modified 22 months ago

src/libs/geometry is build on "make clean"

Reported by: jkirk@… Owned by: tim
Priority: major Milestone:
Component: Fawkes Version:
Keywords: Cc:
Git Branch:

Description

When I do:

% cd src/libs/geometry
% rm *.o
% make clean

I get:

--- Compiling matrix.cpp (C++)
--- Compiling vector.cpp (C++)
--- Compiling printable.cpp (C++)
--- Compiling transformable.cpp (C++)
--- Compiling hom_transform.cpp (C++)
--- Compiling hom_coord.cpp (C++)
--- Compiling hom_point.cpp (C++)
--- Compiling hom_vector.cpp (C++)
--- Compiling hom_polar.cpp (C++)
--- Compiling hom_pose.cpp (C++)
--- Compiling hom_pose_2d.cpp (C++)
--- Compiling bezier.cpp (C++)
--- Compiling spline.cpp (C++)
--- Compiling line_segment.cpp (C++)
=== Linking lib libfawkesgeometry ---
--> Entering sub-directory gtk ---
   --> Cleaning up directory /home/jkirk/workspace/fawkes-nao/fawkes/src/libs/geometry/gtk
--> Entering sub-directory qa ---
   --> Cleaning up directory /home/jkirk/workspace/fawkes-nao/fawkes/src/libs/geometry/qa
--> Cleaning up directory /home/jkirk/workspace/fawkes-nao/fawkes/src/libs/geometry

It seems that it has something to do with the following commit but I can not figure out how to fix it:

[1]  http://bit.ly/asSVez

Seems trivial for someone with more Makefile-experience.

Change History

Changed 22 months ago by tim

  • status changed from new to accepted

Problem is known, Daniel reported this yesterday as well. Will fix it now now.

Changed 22 months ago by tim

  • status changed from accepted to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Subscriber, Participant

  • Fawkes Trac List(Always)
  • jkirk@…(Reporter)
  • Tim Niemueller(Owner, Participant)