rontti
|
2010-02-02
, 20:44
|
Posts: 62 |
Thanked: 97 times |
Joined on Dec 2009
@ Finland, Kerava
|
#141
|
The Following 3 Users Say Thank You to rontti For This Useful Post: | ||
|
2010-02-02
, 21:07
|
Posts: 244 |
Thanked: 155 times |
Joined on Aug 2009
@ DC
|
#142
|
The Following User Says Thank You to sevla For This Useful Post: | ||
|
2010-02-05
, 13:27
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#143
|
|
2010-02-05
, 14:00
|
Posts: 24 |
Thanked: 38 times |
Joined on Nov 2009
|
#144
|
|
2010-02-05
, 19:42
|
Posts: 62 |
Thanked: 97 times |
Joined on Dec 2009
@ Finland, Kerava
|
#145
|
The Following User Says Thank You to rontti For This Useful Post: | ||
|
2010-02-06
, 00:17
|
Posts: 277 |
Thanked: 46 times |
Joined on Jan 2010
|
#146
|
|
2010-02-06
, 09:16
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#147
|
My opinion is that update should be so simple operation that you don't need instructions at all. We have tried to do MADDE in that way. I hope that we have succeed our goal. Let us now if we have failed or not.
So if I had used the same directory update would have worked just fine?
|
2010-02-06
, 09:30
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#148
|
|
2010-02-07
, 20:31
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#149
|
src/simple.c:4001: error: 'struct mem_stat' has no member named 'dirty' src/simple.c:4002: error: 'struct mem_stat' has no member named 'writeback' src/simple.c:4003: error: 'struct mem_stat' has no member named 'mapped' src/simple.c:4005: error: 'struct mem_stat' has no member named 'slab' src/simple.c:4006: error: 'struct mem_stat' has no member named 'committed_as' src/simple.c:4007: error: 'struct mem_stat' has no member named 'pagetables' src/simple.c:4047: error: 'struct mem_stat' has no member named 'hugetotal' src/simple.c:4048: error: 'struct mem_stat' has no member named 'hugetotal' src/simple.c:4048: error: 'struct mem_stat' has no member named 'hugefree' src/simple.c:4049: error: 'struct mem_stat' has no member named 'hugetotal' src/simple.c:4049: error: 'struct mem_stat' has no member named 'hugefree' src/simple.c:4050: error: 'struct mem_stat' has no member named 'hugetotal' src/simple.c:4050: error: 'struct mem_stat' has no member named 'hugesize' src/simple.c:4052: error: 'struct mem_stat' has no member named 'hugetotal' src/simple.c:4052: error: 'struct mem_stat' has no member named 'hugefree' src/simple.c:4053: error: 'struct mem_stat' has no member named 'hugetotal' src/simple.c:4053: error: 'struct mem_stat' has no member named 'hugefree' src/simple.c:4053: error: 'struct mem_stat' has no member named 'hugetotal' src/simple.c:4055: error: 'struct mem_stat' has no member named 'hugefree' src/simple.c:4055: error: 'struct mem_stat' has no member named 'hugefree' src/simple.c:4055: error: 'struct mem_stat' has no member named 'hugetotal' src/simple.c:4062: error: 'struct mem_stat' has no member named 'hugetotal' src/simple.c:4069: error: 'struct mem_stat' has no member named 'hugetotal' src/simple.c:4070: error: 'struct mem_stat' has no member named 'hugefree' src/simple.c:4071: error: 'struct mem_stat' has no member named 'hugesize' src/simple.c:3039: warning: unused variable 'fs_size_used' src/simple.c:3038: warning: unused variable 'fs_free' src/simple.c:3037: warning: unused variable 'fs_size' src/simple.c:3036: warning: unused variable 'statfs_buffer' make: *** [build/simple.o] Error 1
|
2010-02-08
, 09:59
|
Posts: 62 |
Thanked: 97 times |
Joined on Dec 2009
@ Finland, Kerava
|
#150
|
Hi
I'm trying to package nmon for the N900...
I've created a simple project called nmon12f, copied the .c file to src/simple.c, ran mad qmake, but when running mad make I'm getting these errors:
mkdir nmon-0.1 cp nmon12d.c nmon-0.1/ cp makefile nmon-0.1/ cd nmon-0.1 mv nmon12d.c lmon.c mad make
mad dh_make --single --createorig
# add these after following line #FILE=lmon.c TARGET=nmon_power_rhel3 all: $(TARGET) install: $(TARGET) mkdir -p $(DESTDIR)/usr/bin cp $(TARGET) $(DESTDIR)/usr/bin clean: rm $(target)
mad dpkg-buildpackage
The Following 4 Users Say Thank You to rontti For This Useful Post: | ||