Giter VIP home page Giter VIP logo

Comments (11)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
can you attach the full make output?  i can't reproduce it, and the makefile 
looks fine in terms of listing all 
needed dependencies.

Original comment by [email protected] on 8 Apr 2010 at 4:19

from protobuf-c.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Well... I can't reproduce this anymore. (Since reporting I've gone from OS X 
10.5.8 to 10.6.2; I kind of doubt that 
had anything to do with it, but I don't have 10.5 around anymore to check.)

Thanks.


Original comment by [email protected] on 8 Apr 2010 at 4:24

from protobuf-c.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
I have MAKEFLAGS on -j3, same problem. I hope, this output helps.

Original comment by [email protected] on 24 Apr 2010 at 8:59

Attachments:

from protobuf-c.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Thanks.  Fix appears to be to add
  cxx-generate-packed-data.$(OBJEXT): generated-code/test-full.pb.h
to src/test/Makefile.am.  will be in next release.

Original comment by [email protected] on 24 Apr 2010 at 10:40

from protobuf-c.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024

Original comment by [email protected] on 9 Sep 2010 at 5:26

  • Changed state: Fixed

from protobuf-c.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
[deleted comment]

from protobuf-c.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
I'll try to specify -j1 and see if that helps.

Original comment by [email protected] on 8 Jul 2013 at 10:31

from protobuf-c.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
[deleted comment]

from protobuf-c.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
[deleted comment]

from protobuf-c.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
[deleted comment]

from protobuf-c.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
The following fixed my build:

# cd protobuf-c-0.15/src/test 
# diff Makefile.in.orig Makefile.in
372c372
< test.pb-c.o: generated-code/test.pb-c.c
---
> test.pb-c.o: generated-code/test.pb-c.c generated-code/test.pb-c.h
386c386
< test-full.pb-c.o: generated-code/test-full.pb-c.c
---
> test-full.pb-c.o: generated-code/test-full.pb-c.c 
generated-code/test-full.pb-c.h
421c421
< test-full.pb.o: generated-code/test-full.pb.cc
---
> test-full.pb.o: generated-code/test-full.pb.cc generated-code/test-full.pb.h

Original comment by [email protected] on 8 Jul 2013 at 11:46

from protobuf-c.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.