News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - rperre

#1
Users / Touch screens
November 22, 2010, 04:33:10 AM
Hey,

Anybody else using touchscreens for the onscreen orbiters?

I have acquired 2 touch screens, one will go in the kitchen and i really don't want to have another remote in that room, it will get lost :P

The touch screen works..... but.... it seems that when you touch, the touch will activate a click on the current screen AND a click on the next screen that comes up next. e.g. if i'm in remote and i "touch" the home button, it will go to the home screen, but it will also go to the lights screen (what's normally the "more" button). So it clicks on the current screen AND on the next screen. i would like to adjust this behaviour, but not sure where to look.

Can anybody shed some light,

Thank you,

Richard
#2
Users / Garage door closer
September 24, 2010, 05:48:15 AM
Hey,

Trying to see what people are using for controlling their garage doors.

e.g. i want to make sure it's closed, especially at night with the ability to leave it open while working in the garage.

I've seen some "garage door closers" but was wondering if anybody had a nice LinuxMCE solution they used?

Thank you,

Richard
#3
Users / Weborbiter on Palm TX not working
September 24, 2010, 04:57:32 AM
Hey,

I've made 2 weborbiter instances in webadmin, changed the listen port for the second one and i'm trying this on a Palm TX.

The screen comes through just fine, but i have not been able to select any menu item. The only thing that works is the yellow refresh and exit buttons.

I've reloaded the router.. restarted the core... but don't know why my screen touches are not going through.

Both weborbiters work fine from my pc.

Does anybody have a solution for this?

Thanks,

Richard
#4
Developers / creating CM19A device
August 30, 2010, 02:34:45 AM
ok need a little help please...

Created a device template for the CM19A, set whatever option were necessary for detection of the device, device gets found..... great. now the rest

Ran DCEGen -d 2149 for the device which created the desired c++ files, put in some simple commands just to test if it would work..

Next would be to compile the project and make sure it registers with DCERouter when i run it......

Compiling is were the problems start (well actually not sure if it is a problem)

I just ran make all and got the following errors which i'm not sure why, because i didn't change or add/remove any code. in any of the files that have the errors.

Quotedcerouter_1012443:/home/src/CM19A# make all      
Computing dependencies for ../Gen_Devices/CM19ABase.cpp done
Computing dependencies for CM19A.cpp done
Computing dependencies for Main.cpp done
g++ -c -I.. -I../DCE -I/usr/include/mysql -DKDE_LMCE -DDEBUG -DTHREAD_LOG -DLOG_ALL_QUERIES  -Wall -fPIC -ggdb3  Main.cpp -o Main.o
In file included from ../db_wrapper/db_wrapper.h:112,
                from ../PlutoUtils/DBHelper.h:23,
                from ../pluto_main/Database_pluto_main.h:3,
                from ../pluto_main/Table_Device.h:21,
                from ../DCE/DeviceData_Router.h:25,
                from ../DCE/DCERouter.h:28,
                from Main.cpp:23:
../db_wrapper/db_wrapper_mysql.h:7:25: error: mysql/mysql.h: No such file or directory
In file included from ../pluto_main/Database_pluto_main.h:3,
                from ../pluto_main/Table_Device.h:21,
                from ../DCE/DeviceData_Router.h:25,
                from ../DCE/DCERouter.h:28,
                from Main.cpp:23:
../PlutoUtils/DBHelper.h:36: error: ISO C++ forbids declaration of 'MYSQL_RES' with no type
../PlutoUtils/DBHelper.h:36: error: expected ';' before '*' token
../PlutoUtils/DBHelper.h: In constructor 'PlutoSqlResult::PlutoSqlResult()':
../PlutoUtils/DBHelper.h:37: error: class 'PlutoSqlResult' does not have any field named 'r'
../PlutoUtils/DBHelper.h: In member function 'void PlutoSqlResult::ClearResults()':
../PlutoUtils/DBHelper.h:44: error: 'r' was not declared in this scope
../PlutoUtils/DBHelper.h:46: error: 'mysql_free_result' was not declared in this scope
../PlutoUtils/DBHelper.h: At global scope:
../PlutoUtils/DBHelper.h:64: error: ISO C++ forbids declaration of 'MYSQL' with no type
../PlutoUtils/DBHelper.h:64: error: expected ';' before '*' token
../PlutoUtils/DBHelper.h:164: error: 'MYSQL' has not been declared
../PlutoUtils/DBHelper.h:180: error: ISO C++ forbids declaration of 'MYSQL_RES' with no type
../PlutoUtils/DBHelper.h:180: error: expected ';' before '*' token
Main.cpp:258: error: expected `;' at end of input
Main.cpp:258: error: expected `}' at end of input
../PlutoUtils/DBHelper.h: In constructor 'DBHelper::DBHelper()':
../PlutoUtils/DBHelper.h:74: error: 'm_pDB' was not declared in this scope
../PlutoUtils/DBHelper.h: In constructor 'DBHelper::DBHelper(std::string, std::string, std::string, std::string, int)':
../PlutoUtils/DBHelper.h:97: error: 'm_pDB' was not declared in this scope
../PlutoUtils/DBHelper.h: In destructor 'virtual DBHelper::~DBHelper()':
../PlutoUtils/DBHelper.h:111: error: 'm_pDB' was not declared in this scope
../PlutoUtils/DBHelper.h:112: error: 'mysql_close' was not declared in this scope
../PlutoUtils/DBHelper.h:113: error: 'm_pDB' was not declared in this scope
../PlutoUtils/DBHelper.h: In member function 'bool DBHelper::DBConnect(bool)':
../PlutoUtils/DBHelper.h:133: error: 'm_pDB' was not declared in this scope
../PlutoUtils/DBHelper.h:137: error: 'mysql_close' was not declared in this scope
../PlutoUtils/DBHelper.h:140: error: 'm_pDB' was not declared in this scope
../PlutoUtils/DBHelper.h:142: error: 'mysql_init' was not declared in this scope
../PlutoUtils/DBHelper.h:151: error: 'm_pDB' was not declared in this scope
../PlutoUtils/DBHelper.h:151: error: 'mysql_real_connect' was not declared in this scope
../PlutoUtils/DBHelper.h:154: error: 'mysql_error' was not declared in this scope
../PlutoUtils/DBHelper.h: In member function 'void DBHelper::SetConnection(int*)':
../PlutoUtils/DBHelper.h:166: error: 'm_pDB' was not declared in this scope
../PlutoUtils/DBHelper.h: In member function 'std::string DBHelper::md5(std::string)':
../PlutoUtils/DBHelper.h:173: error: 'MYSQL_ROW' was not declared in this scope
../PlutoUtils/DBHelper.h:173: error: expected `;' before 'row'
../PlutoUtils/DBHelper.h:174: error: 'class PlutoSqlResult' has no member named 'r'
../PlutoUtils/DBHelper.h:174: error: 'db_wrapper_query_result' was not declared in this scope
../PlutoUtils/DBHelper.h:174: error: 'row' was not declared in this scope
../PlutoUtils/DBHelper.h:174: error: 'class PlutoSqlResult' has no member named 'r'
../PlutoUtils/DBHelper.h:174: error: 'mysql_fetch_row' was not declared in this scope
../PlutoUtils/DBHelper.h:177: error: 'row' was not declared in this scope
../PlutoUtils/DBHelper.h: At global scope:
../PlutoUtils/DBHelper.h:178: error: expected unqualified-id at end of input
make: *** [Main.o] Error 1

Any pointers from the all knowing? thank you very much..

Richard
#5
Users / AV Equipment in webadmin very slow to react
August 19, 2010, 03:23:25 AM
Hey, just trying to see if anybody else has this problem i'm experiencing.

My setup 0810 works great everything plays, my md's do everything i want them too, lights.... etc

Now i tried to finish up and add all my equipment so lmce can take care of turning it on, tuning, etc... here is where the problem arises...
After adding the first device it takes forever for the second page to show up, then whenever i try to go back to the AV Equipment page it takes upward of 10-15 minutes for the page to show and sometimes longer.
I tried it from a laptop, from and md, from the core itself, but all react the same, just not sure why this would slow down the system this much.

Anybody else have this problem and maybe a fix?

Thanks,

Richard
#6
Users / Wake up MD on reboot not working?
August 10, 2010, 11:41:03 PM
Hey,

I have installed the June 26 snapshot and somehow the MD's do not wake up on a reboot of the core. I this a known issue, or just in my case? I have 2 Zotac Ion B-E boards, and this "used to work" in the June 1 snapshot that i know of.

Any settings i can check?

Richard
#7
Users / Squeezeslave in 0810
July 26, 2010, 06:22:00 AM
Hello,

Does anybody have squeezeslave running in lmce 0810 with a USB audio card?

If so, could you please tell me which version you are running of:
squeezeslave
alsa
what kernel

@totallymaxed
For Dianemo what versions are you all running and what kernel of 0710

Appreciate the help for some troubleshooting, i want to get this to work and create multiple audio zones in my house.

Thank you,

Richard
#8
Users / changing device template ir codes
June 24, 2010, 05:54:33 AM
I added a device for my Philips LCD tv and learned the IR codes (actually got the discretes and manually entered them). I forgot however to add the volume commands, so i go into webadmin templates, select my new template... add the volume control and tell it to "learn code"....

A new window opens and immediately another one that says "code learned"

no matter what i try, it keeps doing this, can i get around this?

Thanks,

Richard
#9
Users / changing the defaults for media browsing
June 21, 2010, 07:37:50 PM
Is there a way that i can set the options for video media browsing.

I have some home videos which are tagged as such, i do not want those to show up regularly, just when i select the home video option (or filter). Normally all media is shown (makes sense), but i wish to leave these out for "normal" use.

So instead of showing ALL under genre, can i make a selection and save this as the new default?

Richard
#10
Users / Picture media not showing up in orbiter
June 21, 2010, 06:48:54 PM
Somehow my nas picture folders are not showing up in the orbiter, the flickr folder is the only thing under pictures... but

My screensaver is showing pictures out of my media picture folders on my nas.
My video and audio media is showing up fine from the same nas.

I tried to resynchronize, but to no avail.

Does anybody know what i can do to fix this?

Thanks,

Richard
#11
Developers / Noob question about using a builder
June 17, 2010, 07:26:38 PM
OK, sorry for the newbie question, but i'm getting confused about why i would need a builder.

Am i correct in saying a builder is needed to build the debs when something is changed in (say C++), then that package has to be rebuild and you can then install that package on your test core?

For UI enhancements, new devices, etc.. with HADesigner this is not necessary...... correct? you can just affect the "test" core itself and reload router and regen orbiters to see the effects?

We (in flight training) generally say no questions are stupid, but i kinda feel stupid asking.

Appreciate your comments

Richard
#12
Users / Zotac Ion board works great with hdmi sound
June 09, 2010, 09:18:28 AM
Hey all,

Just wanted to post my experience with the Zotac ION board as an MD.

I'm running a Zotac IONITX-C-U with the brick 90W PSU and 1Gb of memory.
As a case i used the M350, which can be mounted on the wall or on the vesa mounts of the monitor. Nice little case.

My Core is an old A7N8X deluxe board on which i added a gigabit nic. I installed the June 1, 2010 snapshot on the core as a fresh start. This also went very smooth.

PXE boot as advertised, just set the BIOS options where they need to be, look in the ZOTAC ION Wiki.

After boot in my case i got a black screen and had to press 3 (and wait) to get the AVwizard to show, after this i selected hdmi2 with 1080p on 1 MD and hdmi2 with 720p on the second.

MD 1 is connected to a 47" Philips LCD (1080p max resolution)
MD 2 is connected to a 65" Hitachi DLP (1080i max resolution) connected to a Onkyo TX-SR606 Receiver

For the sound i selected hdmi and went to tty2 (CTRL-ALT-F2) and made sure that all alsamixer channels were unmuted and the volume up. I instantly had sound through hdmi, i even got the 2 "advanced" sound options.

After it all installed and the orbiter was generated i had to reboot the md to make the onscreen orbiter show up.

Now everything worked as you expect, except a few items i had to install.

1st the Medibuntu key is not installed, so doing an apt-get update will complain, just run
wget http://packages.medibuntu.org/medibuntu-key.gpg && sudo apt-key add medibuntu-key.gpg && rm medibuntu-key.gpg

2nd the libdvdcss2 package is not installed and (some) ripped dvd's will not play, just run
apt-get install libdvdcss2

mp3's played fine, but other codecs might be needed.

Overall i had a "works OOTB" experience and it's great to see it work like that.

Thanks to all who worked on this,

Richard

my setup
#13
Users / Timed and respond to event
April 26, 2010, 05:18:20 AM
Hello all,

Trying to accomplish the following. I have an in ground pool and setup some Zwave switches to turn on/off my pool pump and Polaris pump. The Polaris pump should never be running if the pool pump is off. The switches work great when i do this manually, now i would like to automate it.

With that said. I would like to create an event (or multiple) that turns on my pool pump at say 10:00. Than i would want to turn my Polaris Pump on 2 hours after the pool pump is on and turn it off 3 hours later. Than at 1900 at night i want the pool pump to turn off again.

The only thing i could find was to make 4 timed events to do the above, but i'm not feeling good about the system not checking if the pool pump is on.... before turning the Polaris pump on.

Is there a way to make a timed event in response to a device state?

Any suggestions?

Thank you,

Richard
#14
Users / Microphone port as capture device?
April 04, 2010, 08:07:11 PM
Can i use the Microphone port to capture an audio signal from my receiver's zone 2 and distribute in lmce?

e.g. playing the tuner over zone 2 on my receiver, feed it in the MD's microphone port and have it play on other MD's and/or devices around the house.

Thank you,

Richard

#15
Users / Generic USB Camera not showing any video
March 08, 2010, 03:10:33 AM
Can't get the generic usb camera's to show video under the motion wrapper, anybody have it working?

I followed the wiki and everything looks fine, but no video when going to the camera under security.

Richard
#16
Users / squeezeslave install
February 24, 2010, 04:04:20 AM
Hello,

Trying to install squeezeslave to my core to see if i can use it to play audio over my intercom speakers around the house (not connected to any md), just for mood music, party, Christmas, you name it. (i can feed sound into the intercom through an aux connection)

Went to the wiki, but it's an outdated one for the older version.

Can anybody explain how to install this on the core. I'm trying it myself, but if somebody already figured it out, please chime in.

Looking for the exact install instructions.

Problems i see now are:

naming is different, currently the file is not called squeezeslave but squeezeslave-lnx26 (this should be no biggie, but the name has to be the same for the script and the file itself looking in the script and how it calling stuff)

default-rd.d: command not found (looking for what this does and what the new command is)

Thanks in advance,

Richard
#17
Installation issues / upgrade error
February 16, 2010, 02:05:31 AM
ok ran a apt-get upgrade on my core and got the following errors:

dcerouter_1007666:/usr/pluto/bin# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up pluto-boot-scripts (2.0.0.44.10021322765) ...
mkdir: cannot create directory `/root/Desktop': File exists
dpkg: error processing pluto-boot-scripts (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of pluto-system-database:
pluto-system-database depends on pluto-boot-scripts (>= 2.0.0.44); however:
  Package pluto-boot-scripts is not configured yet.
pluto-system-database depends on pluto-boot-scripts (<< 2.0.0.45); however:
  Package pluto-boot-scripts is not configured yet.
dpkg: error processing pluto-system-database (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of pluto-std-plugins:
pluto-std-plugins depends on pluto-system-database (>= 2.0.0.44); however:
  Package pluto-system-database is not configured yet.
pluto-std-plugins depends on pluto-system-database (<< 2.0.0.45); however:
  Package pluto-system-database is not configured yet.
pluto-std-plugins depends on pluto-boot-scripts (>= 2.0.0.44); however:
  Package pluto-boot-scripts is not configureNo apport report written because the error message indicates its a followup error from a previous failure.
                                                                       No apport report written because the error message indicates its a followup error from a previous failure.
                 d yet.
pluto-std-plugins depends on pluto-boot-scripts (<< 2.0.0.45); however:
  Package pluto-boot-scripts is not configured yet.
dpkg: error processing pluto-std-plugins (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
pluto-boot-scripts
pluto-system-database
pluto-std-plugins
E: Sub-process /usr/bin/dpkg returned an error code (1)


What's up with this and will this mess up my system?

Thanks,

Richard
#18
Users / gyration remote movement not right
February 12, 2010, 08:24:09 PM
Hey, i bought a few 3101 remotes and was trying it on my windooze computer, it works great on that. Than i plugged it into my lmce core and all buttons seem to work but movement of the gyration part is very unpleasant. It will move the cursor, but only at certain moments, than it will move quick, than slow, it's just not right.

Has anybody else seen this, and what can i do to improve this?

Thanks,

Richard
#19
Installation issues / Error Packages not found
December 21, 2009, 12:04:31 AM
Installed Beta2 from DVD, everything runs great, but when doing an apt-get update i'm getting these errors:

Err http://archive.ubuntu.com universe/main Packages
  404 Not Found [IP: 91.189.88.45 80]
Err http://archive.ubuntu.com universe/non-free Packages
  404 Not Found [IP: 91.189.88.45 80]
Err http://archive.ubuntu.com universe/contrib Packages
  404 Not Found [IP: 91.189.88.45 80]

When i check that IP address i can connect to it fine, anything wrong with the souces.list? (shown)
or what else could cause this?

deb file:/usr/pluto/deb-cache/ ./
deb http://us.archive.ubuntu.com/ubuntu/ intrepid  main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid  main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ intrepid-updates  main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-updates  main restricted universe multiverse
deb http://www.avenard.org/files/ubuntu-repos/ intrepid  release
deb http://deb.linuxmce.org/ubuntu/ intrepid  beta2
deb http://debian.slimdevices.com/ stable  main
deb http://packages.medibuntu.org/ intrepid  free non-free
deb http://security.ubuntu.com/ubuntu/ intrepid-security  main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ intrepid-security  main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ intrepid  main universe multiverse
deb http://archive.ubuntu.com/ubuntu/ universe  main non-free contrib
deb http://deb.linuxmce.org/ubuntu/ replacements_debian  main
deb http://deb.linuxmce.org/ubuntu/ 20dev_ubuntu  main


Thanks,

Richard
#20
Developers / Errors Trying to setup build environment
December 15, 2009, 04:34:41 AM
OK, i'm using virtualbox under windooze 7. running ubuntu 0810, everything fine there.

Did update dist-upgrade, also all good. took a snapshot :P because i had to do it many times before.....

I'm using the building linuxmce 0810 wiki http://wiki.linuxmce.org/index.php/Building_LinuxMCE_0810

ok than i go into building, everything seems to go fine untill i start the "preparing for build" part

I got a liblircclient0 error, it need the package liblircclient0 0.8.3-0ubuntu2+lmce2_i386.deb but  liblircclient0 0.8.3-0ubuntu2 is already installed..... ? ok so i installed this lmce2 package manual and after that it ran smooth all the way to the actual build scripts.

Than at the build-replacements.sh (i'm running them all manual for the first time as recommended) after 2 hours of building libxine i get the following output (i left some of the middle part out because of the 20000 character limit for posting)
19:13:55  *** STEP: Building replacement debs                                               
19:13:55  Building lirc                                                                     
19:17:37  Building libxine                                                                 
21:13:05  Building alsa-utils                                                               
21:13:06  ERROR: Undefined error in build-scripts/build-replacements.sh                                               
                                                                                                                     

ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: Leaving directory `/var/lmce-build/svn/branches/LinuxMCE-0810/ubuntu/xine-lib-1.1.16.3-0ubuntu2~xine/src'
rm -f Makefile                                                                                                   
make[2]: Leaving directory `/var/lmce-build/svn/branches/LinuxMCE-0810/ubuntu/xine-lib-1.1.16.3-0ubuntu2~xine/src'
Making distclean in lib                                                                                           
make[2]: Entering directory `/var/lmce-build/svn/branches/LinuxMCE-0810/ubuntu/xine-lib-1.1.16.3-0ubuntu2~xine/lib'
make[3]: Entering directory `/var/lmce-build/svn/branches/LinuxMCE-0810/ubuntu/xine-lib-1.1.16.3-0ubuntu2~xine'   
make[3]: Leaving directory `/var/lmce-build/svn/branches/LinuxMCE-0810/ubuntu/xine-lib-1.1.16.3-0ubuntu2~xine'     
rm -rf .libs _libs                                                                                                 
test -z "libxineposix.la" || rm -f l
ibxineposix.la                                                                 
rm -f "./so_locations"                                                                                             
rm -f *.o                                                                                                         
rm -f *~ \#* .*~ .\#*                                                                                             
rm -f *.lo                                                                                                         
rm -f *.tab.c                                                                                                     
test -z "" || rm -f                                                                                               
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags                                                                       
rm -rf .deps                                                                                                       
rm -f Makefile                                                                                                     
make[2]: Leaving directory `/var/lmce-build/svn/branches/LinuxMCE-0810/ubuntu/xine-lib-1.1.16.3-0ubuntu2~xine/lib'
Making distclean in include                                                                                       
make[2]: Entering directory `/var/lmce-build/svn/branches/LinuxMCE-0810/ubuntu/xine-lib-1.1.16.3-0ubuntu2~xine/include'                                                                                                                     
make[3]: Entering directory `/var/lmce-build/svn/branches/LinuxMCE-0810/ubuntu/xine-lib-1.1.16.3-0ubuntu2~xine'       

>>>>>>>CUT OUT OUTPUT HERE>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

make[2]: Leaving directory `/var/lmce-build/svn/branches/LinuxMCE-0810/ubuntu/xine-lib-1.1.16.3-0ubuntu2~xine'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
make[1]: Leaving directory `/var/lmce-build/svn/branches/LinuxMCE-0810/ubuntu/xine-lib-1.1.16.3-0ubuntu2~xine'
dh_clean build-stamp configure-stamp install-stamp po/*.gmo \
            po/stamp-po binary-*-stamp all-files-stamp \
            generate-arch-files-stamp \
            debian/libxine1-bin.install.i386 \
            debian/libxine1-bin.install.amd64 \
            debian/libxine1*.install.kfreebsd* \
            config.h config.log \
            a.out # XXX fix the configure script to not create this
dpkg-buildpackage: binary only upload (no source included)
/usr/local/lmce-build
/var/lmce-build/svn/branches/LinuxMCE-0810/ubuntu/alsa-utils-1.0.18 /usr/local/lmce-build
dpkg-buildpackage -rfakeroot -us -uc -b -tc
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value:
dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package alsa-utils
dpkg-buildpackage: source version 1.0.18-1ubuntu11~dia1
dpkg-buildpackage: source changed by Radu C <radu.cx@gmail.com>
dpkg-buildpackage: host architecture i386
dpkg-checkbuilddeps: Unmet build dependencies: libasound2-dev (>= 1.0.18) xmlto
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)


Can anybody tell me what i am doing wrong or if i need to add a step somewhere.

appreciate any help,

Richard