I was trying to build non-mixer the other day
configure went ok, make went ok, but sudo make install issued an error
make: *** No rule to make target `nonlib/libnonlib.a', needed by `src/mixer'. Stop.
Can anyone help me with an advice? How to proceed?
Compiling The Non Mixer
Moderators: MattKingUSA, khz
- Louigi Verona
- Established Member
- Posts: 402
- Joined: Mon Aug 24, 2009 8:56 am
- Been thanked: 1 time
- Louigi Verona
- Established Member
- Posts: 402
- Joined: Mon Aug 24, 2009 8:56 am
- Been thanked: 1 time
Re: Compiling The Non Mixer
Solved.
I made a mistake by going into one of the folders and doing ./configure
I had to stay in the main "daw" directory (if anyone pulled Non Daw from Git they know what I'm talking about) and do make config. Then make and then sudo make install. That installed non daw and non mixer together.
Help was obtained from an irc channel "non" at freenode which is mentioned on the Non Daw site. Thanks guys!
I made a mistake by going into one of the folders and doing ./configure
I had to stay in the main "daw" directory (if anyone pulled Non Daw from Git they know what I'm talking about) and do make config. Then make and then sudo make install. That installed non daw and non mixer together.
Help was obtained from an irc channel "non" at freenode which is mentioned on the Non Daw site. Thanks guys!
- funkmuscle
- Established Member
- Posts: 2984
- Joined: Mon Jun 02, 2008 2:30 pm
- Has thanked: 194 times
- Been thanked: 50 times
Re: Compiling The Non Mixer
hey, I have no clue on how to use irc.
non-daw build fine on my Arch box but non-mixer doesn't. this is what happens:
make
Linking mixer...src/Plugin_Module.o:(.bss+0x0): multiple definition of `i_bfcn'
src/LADSPAInfo.o:(.bss+0x0): first defined here
src/Plugin_Module.o:(.bss+0x4): multiple definition of `i_cnt'
src/LADSPAInfo.o:(.bss+0x4): first defined here
src/Plugin_Module.o:(.bss+0x8): multiple definition of `i_optcnt'
src/LADSPAInfo.o:(.bss+0x8): first defined here
src/Plugin_Module.o:(.bss+0x20): multiple definition of `b_h1buf'
src/LADSPAInfo.o:(.bss+0x20): first defined here
src/Plugin_Module.o:(.bss+0x2f18): multiple definition of `i_h1sortcurr'
src/LADSPAInfo.o:(.bss+0x2f18): first defined here
src/Plugin_Module.o:(.bss+0x2f20): multiple definition of `b_h1highest'
src/LADSPAInfo.o:(.bss+0x2f20): first defined here
src/Plugin_Module.o:(.bss+0x2f40): multiple definition of `b_h2buf'
src/LADSPAInfo.o:(.bss+0x2f40): first defined here
src/Plugin_Module.o:(.bss+0x5e38): multiple definition of `i_h2sortcurr'
src/LADSPAInfo.o:(.bss+0x5e38): first defined here
src/Plugin_Module.o:(.bss+0x5e40): multiple definition of `b_h2highest'
src/LADSPAInfo.o:(.bss+0x5e40): first defined here
src/Plugin_Module.o:(.bss+0x5e60): multiple definition of `b_h3buf'
src/LADSPAInfo.o:(.bss+0x5e60): first defined here
src/Plugin_Module.o:(.bss+0x8d58): multiple definition of `i_h3sortcurr'
src/LADSPAInfo.o:(.bss+0x8d58): first defined here
src/Plugin_Module.o:(.bss+0x8d60): multiple definition of `b_h3highest'
src/LADSPAInfo.o:(.bss+0x8d60): first defined here
src/Plugin_Module.o:(.bss+0x8d80): multiple definition of `b_syncbufL'
src/LADSPAInfo.o:(.bss+0x8d80): first defined here
src/Plugin_Module.o:(.bss+0xbc80): multiple definition of `b_syncbufR'
src/LADSPAInfo.o:(.bss+0xbc80): first defined here
src/Plugin_Module.o:(.bss+0xeb80): multiple definition of `b_syncbufrr'
src/LADSPAInfo.o:(.bss+0xeb80): first defined here
src/Plugin_Module.o:(.bss+0x11a80): multiple definition of `b_lenv'
src/LADSPAInfo.o:(.bss+0x11a80): first defined here
src/Plugin_Module.o:(.bss+0x11aa0): multiple definition of `b_avg1buf'
src/LADSPAInfo.o:(.bss+0x11aa0): first defined here
src/Plugin_Module.o:(.bss+0x149a0): multiple definition of `b_avg2buf'
src/LADSPAInfo.o:(.bss+0x149a0): first defined here
src/Plugin_Module.o:(.bss+0x178a0): multiple definition of `b_avg3buf'
src/LADSPAInfo.o:(.bss+0x178a0): first defined here
src/Plugin_Module.o:(.bss+0x1a7a0): multiple definition of `b_avg4buf'
src/LADSPAInfo.o:(.bss+0x1a7a0): first defined here
src/Plugin_Module.o:(.bss+0x1d6a0): multiple definition of `b_avg5buf'
src/LADSPAInfo.o:(.bss+0x1d6a0): first defined here
src/Plugin_Module.o:(.bss+0x205a0): multiple definition of `b_avg6buf'
src/LADSPAInfo.o:(.bss+0x205a0): first defined here
src/Plugin_Module.o:(.bss+0x234a0): multiple definition of `b_avg7buf'
src/LADSPAInfo.o:(.bss+0x234a0): first defined here
src/Plugin_Module.o:(.bss+0x263a0): multiple definition of `b_avg8buf'
src/LADSPAInfo.o:(.bss+0x263a0): first defined here
src/Plugin_Module.o:(.bss+0x292a0): multiple definition of `b_avg9buf'
src/LADSPAInfo.o:(.bss+0x292a0): first defined here
src/Plugin_Module.o:(.bss+0x2c1a0): multiple definition of `b_avg10buf'
src/LADSPAInfo.o:(.bss+0x2c1a0): first defined here
src/Plugin_Module.o:(.bss+0x2f0a0): multiple definition of `b_avg11buf'
src/LADSPAInfo.o:(.bss+0x2f0a0): first defined here
src/Plugin_Module.o:(.bss+0x31fa0): multiple definition of `b_avg12buf'
src/LADSPAInfo.o:(.bss+0x31fa0): first defined here
src/Plugin_Module.o:(.bss+0x34ea0): multiple definition of `b_avg13buf'
src/LADSPAInfo.o:(.bss+0x34ea0): first defined here
src/Plugin_Module.o:(.bss+0x37da0): multiple definition of `b_avg14buf'
src/LADSPAInfo.o:(.bss+0x37da0): first defined here
src/Plugin_Module.o:(.bss+0x3aca0): multiple definition of `b_cmpslp'
src/LADSPAInfo.o:(.bss+0x3aca0): first defined here
src/Plugin_Module.o:(.bss+0x3acb0): multiple definition of `b_cmpcut'
src/LADSPAInfo.o:(.bss+0x3acb0): first defined here
src/Plugin_Module.o:(.bss+0x3acc0): multiple definition of `b_cmpla'
src/LADSPAInfo.o:(.bss+0x3acc0): first defined here
src/Plugin_Module.o:(.bss+0x3acd0): multiple definition of `b_g1'
src/LADSPAInfo.o:(.bss+0x3acd0): first defined here
src/Plugin_Module.o:(.bss+0x3ace0): multiple definition of `b_g2'
src/LADSPAInfo.o:(.bss+0x3ace0): first defined here
src/Plugin_Module.o:(.bss+0x3acf0): multiple definition of `b_g3'
src/LADSPAInfo.o:(.bss+0x3acf0): first defined here
src/Plugin_Module.o:(.bss+0x3ad00): multiple definition of `b_g4'
src/LADSPAInfo.o:(.bss+0x3ad00): first defined here
src/Plugin_Module.o:(.bss+0x3ad10): multiple definition of `b_g5'
src/LADSPAInfo.o:(.bss+0x3ad10): first defined here
src/Plugin_Module.o:(.bss+0x3ad20): multiple definition of `b_tg1'
src/LADSPAInfo.o:(.bss+0x3ad20): first defined here
src/Plugin_Module.o:(.bss+0x3ad30): multiple definition of `b_tg2'
src/LADSPAInfo.o:(.bss+0x3ad30): first defined here
src/Plugin_Module.o:(.bss+0x3ad40): multiple definition of `b_tg3'
src/LADSPAInfo.o:(.bss+0x3ad40): first defined here
src/Plugin_Module.o:(.bss+0x3ad50): multiple definition of `b_tg4'
src/LADSPAInfo.o:(.bss+0x3ad50): first defined here
src/Plugin_Module.o:(.bss+0x3ad60): multiple definition of `b_tg5'
src/LADSPAInfo.o:(.bss+0x3ad60): first defined here
src/Plugin_Module.o:(.bss+0x3ad70): multiple definition of `b_tg6'
src/LADSPAInfo.o:(.bss+0x3ad70): first defined here
src/Plugin_Module.o:(.bss+0x3ad80): multiple definition of `b_tg7'
src/LADSPAInfo.o:(.bss+0x3ad80): first defined here
src/Plugin_Module.o:(.bss+0x3ad90): multiple definition of `b_tg8'
src/LADSPAInfo.o:(.bss+0x3ad90): first defined here
src/Plugin_Module.o:(.bss+0x3ada0): multiple definition of `b_tg9'
src/LADSPAInfo.o:(.bss+0x3ada0): first defined here
src/Plugin_Module.o:(.bss+0x3adb0): multiple definition of `b_tg10'
src/LADSPAInfo.o:(.bss+0x3adb0): first defined here
src/Plugin_Module.o:(.bss+0x3adc0): multiple definition of `b_tg11'
src/LADSPAInfo.o:(.bss+0x3adc0): first defined here
src/Plugin_Module.o:(.bss+0x3add0): multiple definition of `b_tg12'
src/LADSPAInfo.o:(.bss+0x3add0): first defined here
src/Plugin_Module.o:(.bss+0x3ade0): multiple definition of `b_tg13'
src/LADSPAInfo.o:(.bss+0x3ade0): first defined here
src/Plugin_Module.o:(.bss+0x3adf0): multiple definition of `b_tg14'
src/LADSPAInfo.o:(.bss+0x3adf0): first defined here
src/Plugin_Module.o:(.bss+0x3ae00): multiple definition of `b_tg15'
src/LADSPAInfo.o:(.bss+0x3ae00): first defined here
src/Plugin_Module.o:(.bss+0x3ae10): multiple definition of `b_tg16'
src/LADSPAInfo.o:(.bss+0x3ae10): first defined here
src/Plugin_Module.o:(.bss+0x3ae20): multiple definition of `b_tg17'
src/LADSPAInfo.o:(.bss+0x3ae20): first defined here
src/Plugin_Module.o:(.bss+0x3ae30): multiple definition of `b_tg18'
src/LADSPAInfo.o:(.bss+0x3ae30): first defined here
src/Plugin_Module.o:(.bss+0x3ae40): multiple definition of `b_tg19'
src/LADSPAInfo.o:(.bss+0x3ae40): first defined here
src/Plugin_Module.o:(.bss+0x3ae50): multiple definition of `b_tg20'
src/LADSPAInfo.o:(.bss+0x3ae50): first defined here
src/Plugin_Module.o:(.bss+0x3ae60): multiple definition of `b_tg21'
src/LADSPAInfo.o:(.bss+0x3ae60): first defined here
src/Plugin_Module.o:(.bss+0x3ae70): multiple definition of `b_tg21n'
src/LADSPAInfo.o:(.bss+0x3ae70): first defined here
src/Plugin_Module.o:(.bss+0x3ae80): multiple definition of `b_tg22'
src/LADSPAInfo.o:(.bss+0x3ae80): first defined here
src/Plugin_Module.o:(.bss+0x3ae90): multiple definition of `b_tg22n'
src/LADSPAInfo.o:(.bss+0x3ae90): first defined here
src/Plugin_Module.o:(.bss+0x3aea0): multiple definition of `b_tg23'
src/LADSPAInfo.o:(.bss+0x3aea0): first defined here
src/Plugin_Module.o:(.bss+0x3aeb0): multiple definition of `b_tg23n'
src/LADSPAInfo.o:(.bss+0x3aeb0): first defined here
src/Plugin_Module.o:(.bss+0x3aec0): multiple definition of `b_tg24'
src/LADSPAInfo.o:(.bss+0x3aec0): first defined here
src/Plugin_Module.o:(.bss+0x3aed0): multiple definition of `b_tg24n'
src/LADSPAInfo.o:(.bss+0x3aed0): first defined here
src/Plugin_Module.o:(.bss+0x3aee0): multiple definition of `b_tg25'
src/LADSPAInfo.o:(.bss+0x3aee0): first defined here
src/Plugin_Module.o:(.bss+0x3aef0): multiple definition of `b_tg25n'
src/LADSPAInfo.o:(.bss+0x3aef0): first defined here
src/Plugin_Module.o:(.bss+0x3af00): multiple definition of `b_tg26'
src/LADSPAInfo.o:(.bss+0x3af00): first defined here
src/Plugin_Module.o:(.bss+0x3af10): multiple definition of `b_tg26n'
src/LADSPAInfo.o:(.bss+0x3af10): first defined here
src/Plugin_Module.o:(.bss+0x3af20): multiple definition of `b_tg27'
src/LADSPAInfo.o:(.bss+0x3af20): first defined here
src/Plugin_Module.o:(.bss+0x3af30): multiple definition of `b_tg27n'
src/LADSPAInfo.o:(.bss+0x3af30): first defined here
src/Plugin_Module.o:(.bss+0x3af40): multiple definition of `b_tg28'
src/LADSPAInfo.o:(.bss+0x3af40): first defined here
src/Plugin_Module.o:(.bss+0x3af50): multiple definition of `b_tg28n'
src/LADSPAInfo.o:(.bss+0x3af50): first defined here
src/Plugin_Module.o:(.bss+0x3af60): multiple definition of `b_tg29'
src/LADSPAInfo.o:(.bss+0x3af60): first defined here
src/Plugin_Module.o:(.bss+0x3af70): multiple definition of `b_tg29n'
src/LADSPAInfo.o:(.bss+0x3af70): first defined here
src/Plugin_Module.o:(.bss+0x3af80): multiple definition of `b_tg30'
src/LADSPAInfo.o:(.bss+0x3af80): first defined here
src/Plugin_Module.o:(.bss+0x3af90): multiple definition of `b_tg30n'
src/LADSPAInfo.o:(.bss+0x3af90): first defined here
src/Plugin_Module.o:(.bss+0x3afa0): multiple definition of `b_at1'
src/LADSPAInfo.o:(.bss+0x3afa0): first defined here
src/Plugin_Module.o:(.bss+0x3afb0): multiple definition of `b_at2'
src/LADSPAInfo.o:(.bss+0x3afb0): first defined here
src/Plugin_Module.o:(.bss+0x3afc0): multiple definition of `b_at3'
src/LADSPAInfo.o:(.bss+0x3afc0): first defined here
src/Plugin_Module.o:(.bss+0x3afd0): multiple definition of `b_at4'
src/LADSPAInfo.o:(.bss+0x3afd0): first defined here
src/Plugin_Module.o:(.bss+0x3afe0): multiple definition of `b_at5'
src/LADSPAInfo.o:(.bss+0x3afe0): first defined here
src/Plugin_Module.o:(.bss+0x3aff0): multiple definition of `b_nr1'
src/LADSPAInfo.o:(.bss+0x3aff0): first defined here
src/Plugin_Module.o:(.bss+0x3b000): multiple definition of `b_nr2'
src/LADSPAInfo.o:(.bss+0x3b000): first defined here
src/Plugin_Module.o:(.bss+0x3b010): multiple definition of `b_nr3'
src/LADSPAInfo.o:(.bss+0x3b010): first defined here
src/Plugin_Module.o:(.bss+0x3b020): multiple definition of `b_nr4'
src/LADSPAInfo.o:(.bss+0x3b020): first defined here
src/Plugin_Module.o:(.bss+0x3b030): multiple definition of `b_nr5'
src/LADSPAInfo.o:(.bss+0x3b030): first defined here
src/Plugin_Module.o:(.bss+0x3b040): multiple definition of `b_of1'
src/LADSPAInfo.o:(.bss+0x3b040): first defined here
src/Plugin_Module.o:(.bss+0x3b050): multiple definition of `b_of2'
src/LADSPAInfo.o:(.bss+0x3b050): first defined here
src/Plugin_Module.o:(.bss+0x3b060): multiple definition of `b_of3'
src/LADSPAInfo.o:(.bss+0x3b060): first defined here
src/Plugin_Module.o:(.bss+0x3b070): multiple definition of `b_of4'
src/LADSPAInfo.o:(.bss+0x3b070): first defined here
src/Plugin_Module.o:(.bss+0x3b080): multiple definition of `b_of5'
src/LADSPAInfo.o:(.bss+0x3b080): first defined here
src/Plugin_Module.o:(.bss+0x3b090): multiple definition of `b_off'
src/LADSPAInfo.o:(.bss+0x3b090): first defined here
src/Plugin_Module.o:(.bss+0x3b0a0): multiple definition of `b_cmprel'
src/LADSPAInfo.o:(.bss+0x3b0a0): first defined here
src/Plugin_Module.o:(.bss+0x3b0b0): multiple definition of `b_gse1'
src/LADSPAInfo.o:(.bss+0x3b0b0): first defined here
src/Plugin_Module.o:(.bss+0x3b0c0): multiple definition of `b_gse2'
src/LADSPAInfo.o:(.bss+0x3b0c0): first defined here
src/Plugin_Module.o:(.bss+0x3b0d0): multiple definition of `b_gse3'
src/LADSPAInfo.o:(.bss+0x3b0d0): first defined here
src/Plugin_Module.o:(.bss+0x3b0e0): multiple definition of `b_gse4'
src/LADSPAInfo.o:(.bss+0x3b0e0): first defined here
src/Plugin_Module.o:(.bss+0x3b0f0): multiple definition of `b_gse5'
src/LADSPAInfo.o:(.bss+0x3b0f0): first defined here
src/Plugin_Module.o:(.bss+0x3b100): multiple definition of `b_gsp1'
src/LADSPAInfo.o:(.bss+0x3b100): first defined here
src/Plugin_Module.o:(.bss+0x3b110): multiple definition of `b_gsp2'
src/LADSPAInfo.o:(.bss+0x3b110): first defined here
src/Plugin_Module.o:(.bss+0x3b120): multiple definition of `b_gsp3'
src/LADSPAInfo.o:(.bss+0x3b120): first defined here
src/Plugin_Module.o:(.bss+0x3b130): multiple definition of `b_gsp4'
src/LADSPAInfo.o:(.bss+0x3b130): first defined here
src/Plugin_Module.o:(.bss+0x3b140): multiple definition of `b_gsp5'
src/LADSPAInfo.o:(.bss+0x3b140): first defined here
src/Plugin_Module.o:(.bss+0x3b150): multiple definition of `b_lenvfix'
src/LADSPAInfo.o:(.bss+0x3b150): first defined here
src/Plugin_Module.o:(.bss+0x3b160): multiple definition of `b_tsf1'
src/LADSPAInfo.o:(.bss+0x3b160): first defined here
src/Plugin_Module.o:(.bss+0x3b170): multiple definition of `b_tsf2'
src/LADSPAInfo.o:(.bss+0x3b170): first defined here
src/Plugin_Module.o:(.bss+0x3b180): multiple definition of `b_zbuf'
src/LADSPAInfo.o:(.bss+0x3b180): first defined here
src/Plugin_Module.o:(.bss+0x3b190): multiple definition of `b_fatt'
src/LADSPAInfo.o:(.bss+0x3b190): first defined here
src/Plugin_Module.o:(.bss+0x3b1a0): multiple definition of `b_fatt2'
src/LADSPAInfo.o:(.bss+0x3b1a0): first defined here
src/Plugin_Module.o:(.bss+0x3b1b0): multiple definition of `b_lenvd'
src/LADSPAInfo.o:(.bss+0x3b1b0): first defined here
src/Plugin_Module.o:(.bss+0x3b1c0): multiple definition of `b_zbuf2'
src/LADSPAInfo.o:(.bss+0x3b1c0): first defined here
src/Plugin_Module.o:(.bss+0x3b1cc): multiple definition of `i_phase'
src/LADSPAInfo.o:(.bss+0x3b1cc): first defined here
src/Plugin_Module.o:(.bss+0x3b1d0): multiple definition of `b_tggainn'
src/LADSPAInfo.o:(.bss+0x3b1d0): first defined here
src/Plugin_Module.o:(.bss+0x3b1e0): multiple definition of `b_sensitivity'
src/LADSPAInfo.o:(.bss+0x3b1e0): first defined here
src/Plugin_Module.o:(.bss+0x3b1f0): multiple definition of `b_gse1buf'
src/LADSPAInfo.o:(.bss+0x3b1f0): first defined here
src/Plugin_Module.o:(.bss+0x3b200): multiple definition of `b_gse2buf'
src/LADSPAInfo.o:(.bss+0x3b200): first defined here
src/Plugin_Module.o:(.bss+0x3b210): multiple definition of `b_gse3buf'
src/LADSPAInfo.o:(.bss+0x3b210): first defined here
src/Plugin_Module.o:(.bss+0x3b220): multiple definition of `b_gse4buf'
src/LADSPAInfo.o:(.bss+0x3b220): first defined here
src/Plugin_Module.o:(.bss+0x3b230): multiple definition of `b_gse5buf'
src/LADSPAInfo.o:(.bss+0x3b230): first defined here
src/Plugin_Module.o:(.bss+0x3b240): multiple definition of `b_sfil1'
src/LADSPAInfo.o:(.bss+0x3b240): first defined here
src/Plugin_Module.o:(.bss+0x3b250): multiple definition of `b_sfil2'
src/LADSPAInfo.o:(.bss+0x3b250): first defined here
src/Plugin_Module.o:(.bss+0x3b260): multiple definition of `b_ft1'
src/LADSPAInfo.o:(.bss+0x3b260): first defined here
src/Plugin_Module.o:(.bss+0x3b270): multiple definition of `b_lf1Ab1'
src/LADSPAInfo.o:(.bss+0x3b270): first defined here
src/Plugin_Module.o:(.bss+0x3b280): multiple definition of `b_lf1Ab2'
src/LADSPAInfo.o:(.bss+0x3b280): first defined here
src/Plugin_Module.o:(.bss+0x3b290): multiple definition of `b_lf1Ab3'
src/LADSPAInfo.o:(.bss+0x3b290): first defined here
src/Plugin_Module.o:(.bss+0x3b2a0): multiple definition of `b_lf1Ab4'
src/LADSPAInfo.o:(.bss+0x3b2a0): first defined here
src/Plugin_Module.o:(.bss+0x3b2b0): multiple definition of `b_lf1Ab5'
src/LADSPAInfo.o:(.bss+0x3b2b0): first defined here
src/Plugin_Module.o:(.bss+0x3b2c0): multiple definition of `b_lf1Aat1'
src/LADSPAInfo.o:(.bss+0x3b2c0): first defined here
src/Plugin_Module.o:(.bss+0x3b2d0): multiple definition of `b_lf1Aat2'
src/LADSPAInfo.o:(.bss+0x3b2d0): first defined here
src/Plugin_Module.o:(.bss+0x3b2e0): multiple definition of `b_lf1Aat3'
src/LADSPAInfo.o:(.bss+0x3b2e0): first defined here
src/Plugin_Module.o:(.bss+0x3b2f0): multiple definition of `b_lf1Aat4'
src/LADSPAInfo.o:(.bss+0x3b2f0): first defined here
src/Plugin_Module.o:(.bss+0x3b300): multiple definition of `b_lf1Aat5'
src/LADSPAInfo.o:(.bss+0x3b300): first defined here
src/Plugin_Module.o:(.bss+0x3b310): multiple definition of `b_lf1Anr1'
src/LADSPAInfo.o:(.bss+0x3b310): first defined here
src/Plugin_Module.o:(.bss+0x3b320): multiple definition of `b_lf1Anr2'
src/LADSPAInfo.o:(.bss+0x3b320): first defined here
src/Plugin_Module.o:(.bss+0x3b330): multiple definition of `b_lf1Anr3'
src/LADSPAInfo.o:(.bss+0x3b330): first defined here
src/Plugin_Module.o:(.bss+0x3b340): multiple definition of `b_lf1Anr4'
src/LADSPAInfo.o:(.bss+0x3b340): first defined here
src/Plugin_Module.o:(.bss+0x3b350): multiple definition of `b_lf1Anr5'
src/LADSPAInfo.o:(.bss+0x3b350): first defined here
src/Plugin_Module.o:(.bss+0x3b360): multiple definition of `b_lf1Abuf'
src/LADSPAInfo.o:(.bss+0x3b360): first defined here
src/Plugin_Module.o:(.bss+0x3e260): multiple definition of `b_lf1Bb1'
src/LADSPAInfo.o:(.bss+0x3e260): first defined here
src/Plugin_Module.o:(.bss+0x3e270): multiple definition of `b_lf1Bb2'
src/LADSPAInfo.o:(.bss+0x3e270): first defined here
src/Plugin_Module.o:(.bss+0x3e280): multiple definition of `b_lf1Bb3'
src/LADSPAInfo.o:(.bss+0x3e280): first defined here
src/Plugin_Module.o:(.bss+0x3e290): multiple definition of `b_lf1Bb4'
src/LADSPAInfo.o:(.bss+0x3e290): first defined here
src/Plugin_Module.o:(.bss+0x3e2a0): multiple definition of `b_lf1Bb5'
src/LADSPAInfo.o:(.bss+0x3e2a0): first defined here
src/Plugin_Module.o:(.bss+0x3e2b0): multiple definition of `b_lf1Bat1'
src/LADSPAInfo.o:(.bss+0x3e2b0): first defined here
src/Plugin_Module.o:(.bss+0x3e2c0): multiple definition of `b_lf1Bat2'
src/LADSPAInfo.o:(.bss+0x3e2c0): first defined here
src/Plugin_Module.o:(.bss+0x3e2d0): multiple definition of `b_lf1Bat3'
src/LADSPAInfo.o:(.bss+0x3e2d0): first defined here
src/Plugin_Module.o:(.bss+0x3e2e0): multiple definition of `b_lf1Bat4'
src/LADSPAInfo.o:(.bss+0x3e2e0): first defined here
src/Plugin_Module.o:(.bss+0x3e2f0): multiple definition of `b_lf1Bat5'
src/LADSPAInfo.o:(.bss+0x3e2f0): first defined here
src/Plugin_Module.o:(.bss+0x3e300): multiple definition of `b_lf1Bnr1'
src/LADSPAInfo.o:(.bss+0x3e300): first defined here
src/Plugin_Module.o:(.bss+0x3e310): multiple definition of `b_lf1Bnr2'
src/LADSPAInfo.o:(.bss+0x3e310): first defined here
src/Plugin_Module.o:(.bss+0x3e320): multiple definition of `b_lf1Bnr3'
src/LADSPAInfo.o:(.bss+0x3e320): first defined here
src/Plugin_Module.o:(.bss+0x3e330): multiple definition of `b_lf1Bnr4'
src/LADSPAInfo.o:(.bss+0x3e330): first defined here
src/Plugin_Module.o:(.bss+0x3e340): multiple definition of `b_lf1Bnr5'
src/LADSPAInfo.o:(.bss+0x3e340): first defined here
src/Plugin_Module.o:(.bss+0x3e360): multiple definition of `b_lf1Bbuf'
src/LADSPAInfo.o:(.bss+0x3e360): first defined here
src/Plugin_Module.o:(.bss+0x41260): multiple definition of `b_mbuf'
src/LADSPAInfo.o:(.bss+0x41260): first defined here
src/Plugin_Module.o:(.bss+0x41270): multiple definition of `b_mbuf2'
src/LADSPAInfo.o:(.bss+0x41270): first defined here
collect2: ld returned 1 exit status
make[1]: *** [src/mixer] Error 1
make: *** [all] Error 2
non-daw build fine on my Arch box but non-mixer doesn't. this is what happens:
make
Linking mixer...src/Plugin_Module.o:(.bss+0x0): multiple definition of `i_bfcn'
src/LADSPAInfo.o:(.bss+0x0): first defined here
src/Plugin_Module.o:(.bss+0x4): multiple definition of `i_cnt'
src/LADSPAInfo.o:(.bss+0x4): first defined here
src/Plugin_Module.o:(.bss+0x8): multiple definition of `i_optcnt'
src/LADSPAInfo.o:(.bss+0x8): first defined here
src/Plugin_Module.o:(.bss+0x20): multiple definition of `b_h1buf'
src/LADSPAInfo.o:(.bss+0x20): first defined here
src/Plugin_Module.o:(.bss+0x2f18): multiple definition of `i_h1sortcurr'
src/LADSPAInfo.o:(.bss+0x2f18): first defined here
src/Plugin_Module.o:(.bss+0x2f20): multiple definition of `b_h1highest'
src/LADSPAInfo.o:(.bss+0x2f20): first defined here
src/Plugin_Module.o:(.bss+0x2f40): multiple definition of `b_h2buf'
src/LADSPAInfo.o:(.bss+0x2f40): first defined here
src/Plugin_Module.o:(.bss+0x5e38): multiple definition of `i_h2sortcurr'
src/LADSPAInfo.o:(.bss+0x5e38): first defined here
src/Plugin_Module.o:(.bss+0x5e40): multiple definition of `b_h2highest'
src/LADSPAInfo.o:(.bss+0x5e40): first defined here
src/Plugin_Module.o:(.bss+0x5e60): multiple definition of `b_h3buf'
src/LADSPAInfo.o:(.bss+0x5e60): first defined here
src/Plugin_Module.o:(.bss+0x8d58): multiple definition of `i_h3sortcurr'
src/LADSPAInfo.o:(.bss+0x8d58): first defined here
src/Plugin_Module.o:(.bss+0x8d60): multiple definition of `b_h3highest'
src/LADSPAInfo.o:(.bss+0x8d60): first defined here
src/Plugin_Module.o:(.bss+0x8d80): multiple definition of `b_syncbufL'
src/LADSPAInfo.o:(.bss+0x8d80): first defined here
src/Plugin_Module.o:(.bss+0xbc80): multiple definition of `b_syncbufR'
src/LADSPAInfo.o:(.bss+0xbc80): first defined here
src/Plugin_Module.o:(.bss+0xeb80): multiple definition of `b_syncbufrr'
src/LADSPAInfo.o:(.bss+0xeb80): first defined here
src/Plugin_Module.o:(.bss+0x11a80): multiple definition of `b_lenv'
src/LADSPAInfo.o:(.bss+0x11a80): first defined here
src/Plugin_Module.o:(.bss+0x11aa0): multiple definition of `b_avg1buf'
src/LADSPAInfo.o:(.bss+0x11aa0): first defined here
src/Plugin_Module.o:(.bss+0x149a0): multiple definition of `b_avg2buf'
src/LADSPAInfo.o:(.bss+0x149a0): first defined here
src/Plugin_Module.o:(.bss+0x178a0): multiple definition of `b_avg3buf'
src/LADSPAInfo.o:(.bss+0x178a0): first defined here
src/Plugin_Module.o:(.bss+0x1a7a0): multiple definition of `b_avg4buf'
src/LADSPAInfo.o:(.bss+0x1a7a0): first defined here
src/Plugin_Module.o:(.bss+0x1d6a0): multiple definition of `b_avg5buf'
src/LADSPAInfo.o:(.bss+0x1d6a0): first defined here
src/Plugin_Module.o:(.bss+0x205a0): multiple definition of `b_avg6buf'
src/LADSPAInfo.o:(.bss+0x205a0): first defined here
src/Plugin_Module.o:(.bss+0x234a0): multiple definition of `b_avg7buf'
src/LADSPAInfo.o:(.bss+0x234a0): first defined here
src/Plugin_Module.o:(.bss+0x263a0): multiple definition of `b_avg8buf'
src/LADSPAInfo.o:(.bss+0x263a0): first defined here
src/Plugin_Module.o:(.bss+0x292a0): multiple definition of `b_avg9buf'
src/LADSPAInfo.o:(.bss+0x292a0): first defined here
src/Plugin_Module.o:(.bss+0x2c1a0): multiple definition of `b_avg10buf'
src/LADSPAInfo.o:(.bss+0x2c1a0): first defined here
src/Plugin_Module.o:(.bss+0x2f0a0): multiple definition of `b_avg11buf'
src/LADSPAInfo.o:(.bss+0x2f0a0): first defined here
src/Plugin_Module.o:(.bss+0x31fa0): multiple definition of `b_avg12buf'
src/LADSPAInfo.o:(.bss+0x31fa0): first defined here
src/Plugin_Module.o:(.bss+0x34ea0): multiple definition of `b_avg13buf'
src/LADSPAInfo.o:(.bss+0x34ea0): first defined here
src/Plugin_Module.o:(.bss+0x37da0): multiple definition of `b_avg14buf'
src/LADSPAInfo.o:(.bss+0x37da0): first defined here
src/Plugin_Module.o:(.bss+0x3aca0): multiple definition of `b_cmpslp'
src/LADSPAInfo.o:(.bss+0x3aca0): first defined here
src/Plugin_Module.o:(.bss+0x3acb0): multiple definition of `b_cmpcut'
src/LADSPAInfo.o:(.bss+0x3acb0): first defined here
src/Plugin_Module.o:(.bss+0x3acc0): multiple definition of `b_cmpla'
src/LADSPAInfo.o:(.bss+0x3acc0): first defined here
src/Plugin_Module.o:(.bss+0x3acd0): multiple definition of `b_g1'
src/LADSPAInfo.o:(.bss+0x3acd0): first defined here
src/Plugin_Module.o:(.bss+0x3ace0): multiple definition of `b_g2'
src/LADSPAInfo.o:(.bss+0x3ace0): first defined here
src/Plugin_Module.o:(.bss+0x3acf0): multiple definition of `b_g3'
src/LADSPAInfo.o:(.bss+0x3acf0): first defined here
src/Plugin_Module.o:(.bss+0x3ad00): multiple definition of `b_g4'
src/LADSPAInfo.o:(.bss+0x3ad00): first defined here
src/Plugin_Module.o:(.bss+0x3ad10): multiple definition of `b_g5'
src/LADSPAInfo.o:(.bss+0x3ad10): first defined here
src/Plugin_Module.o:(.bss+0x3ad20): multiple definition of `b_tg1'
src/LADSPAInfo.o:(.bss+0x3ad20): first defined here
src/Plugin_Module.o:(.bss+0x3ad30): multiple definition of `b_tg2'
src/LADSPAInfo.o:(.bss+0x3ad30): first defined here
src/Plugin_Module.o:(.bss+0x3ad40): multiple definition of `b_tg3'
src/LADSPAInfo.o:(.bss+0x3ad40): first defined here
src/Plugin_Module.o:(.bss+0x3ad50): multiple definition of `b_tg4'
src/LADSPAInfo.o:(.bss+0x3ad50): first defined here
src/Plugin_Module.o:(.bss+0x3ad60): multiple definition of `b_tg5'
src/LADSPAInfo.o:(.bss+0x3ad60): first defined here
src/Plugin_Module.o:(.bss+0x3ad70): multiple definition of `b_tg6'
src/LADSPAInfo.o:(.bss+0x3ad70): first defined here
src/Plugin_Module.o:(.bss+0x3ad80): multiple definition of `b_tg7'
src/LADSPAInfo.o:(.bss+0x3ad80): first defined here
src/Plugin_Module.o:(.bss+0x3ad90): multiple definition of `b_tg8'
src/LADSPAInfo.o:(.bss+0x3ad90): first defined here
src/Plugin_Module.o:(.bss+0x3ada0): multiple definition of `b_tg9'
src/LADSPAInfo.o:(.bss+0x3ada0): first defined here
src/Plugin_Module.o:(.bss+0x3adb0): multiple definition of `b_tg10'
src/LADSPAInfo.o:(.bss+0x3adb0): first defined here
src/Plugin_Module.o:(.bss+0x3adc0): multiple definition of `b_tg11'
src/LADSPAInfo.o:(.bss+0x3adc0): first defined here
src/Plugin_Module.o:(.bss+0x3add0): multiple definition of `b_tg12'
src/LADSPAInfo.o:(.bss+0x3add0): first defined here
src/Plugin_Module.o:(.bss+0x3ade0): multiple definition of `b_tg13'
src/LADSPAInfo.o:(.bss+0x3ade0): first defined here
src/Plugin_Module.o:(.bss+0x3adf0): multiple definition of `b_tg14'
src/LADSPAInfo.o:(.bss+0x3adf0): first defined here
src/Plugin_Module.o:(.bss+0x3ae00): multiple definition of `b_tg15'
src/LADSPAInfo.o:(.bss+0x3ae00): first defined here
src/Plugin_Module.o:(.bss+0x3ae10): multiple definition of `b_tg16'
src/LADSPAInfo.o:(.bss+0x3ae10): first defined here
src/Plugin_Module.o:(.bss+0x3ae20): multiple definition of `b_tg17'
src/LADSPAInfo.o:(.bss+0x3ae20): first defined here
src/Plugin_Module.o:(.bss+0x3ae30): multiple definition of `b_tg18'
src/LADSPAInfo.o:(.bss+0x3ae30): first defined here
src/Plugin_Module.o:(.bss+0x3ae40): multiple definition of `b_tg19'
src/LADSPAInfo.o:(.bss+0x3ae40): first defined here
src/Plugin_Module.o:(.bss+0x3ae50): multiple definition of `b_tg20'
src/LADSPAInfo.o:(.bss+0x3ae50): first defined here
src/Plugin_Module.o:(.bss+0x3ae60): multiple definition of `b_tg21'
src/LADSPAInfo.o:(.bss+0x3ae60): first defined here
src/Plugin_Module.o:(.bss+0x3ae70): multiple definition of `b_tg21n'
src/LADSPAInfo.o:(.bss+0x3ae70): first defined here
src/Plugin_Module.o:(.bss+0x3ae80): multiple definition of `b_tg22'
src/LADSPAInfo.o:(.bss+0x3ae80): first defined here
src/Plugin_Module.o:(.bss+0x3ae90): multiple definition of `b_tg22n'
src/LADSPAInfo.o:(.bss+0x3ae90): first defined here
src/Plugin_Module.o:(.bss+0x3aea0): multiple definition of `b_tg23'
src/LADSPAInfo.o:(.bss+0x3aea0): first defined here
src/Plugin_Module.o:(.bss+0x3aeb0): multiple definition of `b_tg23n'
src/LADSPAInfo.o:(.bss+0x3aeb0): first defined here
src/Plugin_Module.o:(.bss+0x3aec0): multiple definition of `b_tg24'
src/LADSPAInfo.o:(.bss+0x3aec0): first defined here
src/Plugin_Module.o:(.bss+0x3aed0): multiple definition of `b_tg24n'
src/LADSPAInfo.o:(.bss+0x3aed0): first defined here
src/Plugin_Module.o:(.bss+0x3aee0): multiple definition of `b_tg25'
src/LADSPAInfo.o:(.bss+0x3aee0): first defined here
src/Plugin_Module.o:(.bss+0x3aef0): multiple definition of `b_tg25n'
src/LADSPAInfo.o:(.bss+0x3aef0): first defined here
src/Plugin_Module.o:(.bss+0x3af00): multiple definition of `b_tg26'
src/LADSPAInfo.o:(.bss+0x3af00): first defined here
src/Plugin_Module.o:(.bss+0x3af10): multiple definition of `b_tg26n'
src/LADSPAInfo.o:(.bss+0x3af10): first defined here
src/Plugin_Module.o:(.bss+0x3af20): multiple definition of `b_tg27'
src/LADSPAInfo.o:(.bss+0x3af20): first defined here
src/Plugin_Module.o:(.bss+0x3af30): multiple definition of `b_tg27n'
src/LADSPAInfo.o:(.bss+0x3af30): first defined here
src/Plugin_Module.o:(.bss+0x3af40): multiple definition of `b_tg28'
src/LADSPAInfo.o:(.bss+0x3af40): first defined here
src/Plugin_Module.o:(.bss+0x3af50): multiple definition of `b_tg28n'
src/LADSPAInfo.o:(.bss+0x3af50): first defined here
src/Plugin_Module.o:(.bss+0x3af60): multiple definition of `b_tg29'
src/LADSPAInfo.o:(.bss+0x3af60): first defined here
src/Plugin_Module.o:(.bss+0x3af70): multiple definition of `b_tg29n'
src/LADSPAInfo.o:(.bss+0x3af70): first defined here
src/Plugin_Module.o:(.bss+0x3af80): multiple definition of `b_tg30'
src/LADSPAInfo.o:(.bss+0x3af80): first defined here
src/Plugin_Module.o:(.bss+0x3af90): multiple definition of `b_tg30n'
src/LADSPAInfo.o:(.bss+0x3af90): first defined here
src/Plugin_Module.o:(.bss+0x3afa0): multiple definition of `b_at1'
src/LADSPAInfo.o:(.bss+0x3afa0): first defined here
src/Plugin_Module.o:(.bss+0x3afb0): multiple definition of `b_at2'
src/LADSPAInfo.o:(.bss+0x3afb0): first defined here
src/Plugin_Module.o:(.bss+0x3afc0): multiple definition of `b_at3'
src/LADSPAInfo.o:(.bss+0x3afc0): first defined here
src/Plugin_Module.o:(.bss+0x3afd0): multiple definition of `b_at4'
src/LADSPAInfo.o:(.bss+0x3afd0): first defined here
src/Plugin_Module.o:(.bss+0x3afe0): multiple definition of `b_at5'
src/LADSPAInfo.o:(.bss+0x3afe0): first defined here
src/Plugin_Module.o:(.bss+0x3aff0): multiple definition of `b_nr1'
src/LADSPAInfo.o:(.bss+0x3aff0): first defined here
src/Plugin_Module.o:(.bss+0x3b000): multiple definition of `b_nr2'
src/LADSPAInfo.o:(.bss+0x3b000): first defined here
src/Plugin_Module.o:(.bss+0x3b010): multiple definition of `b_nr3'
src/LADSPAInfo.o:(.bss+0x3b010): first defined here
src/Plugin_Module.o:(.bss+0x3b020): multiple definition of `b_nr4'
src/LADSPAInfo.o:(.bss+0x3b020): first defined here
src/Plugin_Module.o:(.bss+0x3b030): multiple definition of `b_nr5'
src/LADSPAInfo.o:(.bss+0x3b030): first defined here
src/Plugin_Module.o:(.bss+0x3b040): multiple definition of `b_of1'
src/LADSPAInfo.o:(.bss+0x3b040): first defined here
src/Plugin_Module.o:(.bss+0x3b050): multiple definition of `b_of2'
src/LADSPAInfo.o:(.bss+0x3b050): first defined here
src/Plugin_Module.o:(.bss+0x3b060): multiple definition of `b_of3'
src/LADSPAInfo.o:(.bss+0x3b060): first defined here
src/Plugin_Module.o:(.bss+0x3b070): multiple definition of `b_of4'
src/LADSPAInfo.o:(.bss+0x3b070): first defined here
src/Plugin_Module.o:(.bss+0x3b080): multiple definition of `b_of5'
src/LADSPAInfo.o:(.bss+0x3b080): first defined here
src/Plugin_Module.o:(.bss+0x3b090): multiple definition of `b_off'
src/LADSPAInfo.o:(.bss+0x3b090): first defined here
src/Plugin_Module.o:(.bss+0x3b0a0): multiple definition of `b_cmprel'
src/LADSPAInfo.o:(.bss+0x3b0a0): first defined here
src/Plugin_Module.o:(.bss+0x3b0b0): multiple definition of `b_gse1'
src/LADSPAInfo.o:(.bss+0x3b0b0): first defined here
src/Plugin_Module.o:(.bss+0x3b0c0): multiple definition of `b_gse2'
src/LADSPAInfo.o:(.bss+0x3b0c0): first defined here
src/Plugin_Module.o:(.bss+0x3b0d0): multiple definition of `b_gse3'
src/LADSPAInfo.o:(.bss+0x3b0d0): first defined here
src/Plugin_Module.o:(.bss+0x3b0e0): multiple definition of `b_gse4'
src/LADSPAInfo.o:(.bss+0x3b0e0): first defined here
src/Plugin_Module.o:(.bss+0x3b0f0): multiple definition of `b_gse5'
src/LADSPAInfo.o:(.bss+0x3b0f0): first defined here
src/Plugin_Module.o:(.bss+0x3b100): multiple definition of `b_gsp1'
src/LADSPAInfo.o:(.bss+0x3b100): first defined here
src/Plugin_Module.o:(.bss+0x3b110): multiple definition of `b_gsp2'
src/LADSPAInfo.o:(.bss+0x3b110): first defined here
src/Plugin_Module.o:(.bss+0x3b120): multiple definition of `b_gsp3'
src/LADSPAInfo.o:(.bss+0x3b120): first defined here
src/Plugin_Module.o:(.bss+0x3b130): multiple definition of `b_gsp4'
src/LADSPAInfo.o:(.bss+0x3b130): first defined here
src/Plugin_Module.o:(.bss+0x3b140): multiple definition of `b_gsp5'
src/LADSPAInfo.o:(.bss+0x3b140): first defined here
src/Plugin_Module.o:(.bss+0x3b150): multiple definition of `b_lenvfix'
src/LADSPAInfo.o:(.bss+0x3b150): first defined here
src/Plugin_Module.o:(.bss+0x3b160): multiple definition of `b_tsf1'
src/LADSPAInfo.o:(.bss+0x3b160): first defined here
src/Plugin_Module.o:(.bss+0x3b170): multiple definition of `b_tsf2'
src/LADSPAInfo.o:(.bss+0x3b170): first defined here
src/Plugin_Module.o:(.bss+0x3b180): multiple definition of `b_zbuf'
src/LADSPAInfo.o:(.bss+0x3b180): first defined here
src/Plugin_Module.o:(.bss+0x3b190): multiple definition of `b_fatt'
src/LADSPAInfo.o:(.bss+0x3b190): first defined here
src/Plugin_Module.o:(.bss+0x3b1a0): multiple definition of `b_fatt2'
src/LADSPAInfo.o:(.bss+0x3b1a0): first defined here
src/Plugin_Module.o:(.bss+0x3b1b0): multiple definition of `b_lenvd'
src/LADSPAInfo.o:(.bss+0x3b1b0): first defined here
src/Plugin_Module.o:(.bss+0x3b1c0): multiple definition of `b_zbuf2'
src/LADSPAInfo.o:(.bss+0x3b1c0): first defined here
src/Plugin_Module.o:(.bss+0x3b1cc): multiple definition of `i_phase'
src/LADSPAInfo.o:(.bss+0x3b1cc): first defined here
src/Plugin_Module.o:(.bss+0x3b1d0): multiple definition of `b_tggainn'
src/LADSPAInfo.o:(.bss+0x3b1d0): first defined here
src/Plugin_Module.o:(.bss+0x3b1e0): multiple definition of `b_sensitivity'
src/LADSPAInfo.o:(.bss+0x3b1e0): first defined here
src/Plugin_Module.o:(.bss+0x3b1f0): multiple definition of `b_gse1buf'
src/LADSPAInfo.o:(.bss+0x3b1f0): first defined here
src/Plugin_Module.o:(.bss+0x3b200): multiple definition of `b_gse2buf'
src/LADSPAInfo.o:(.bss+0x3b200): first defined here
src/Plugin_Module.o:(.bss+0x3b210): multiple definition of `b_gse3buf'
src/LADSPAInfo.o:(.bss+0x3b210): first defined here
src/Plugin_Module.o:(.bss+0x3b220): multiple definition of `b_gse4buf'
src/LADSPAInfo.o:(.bss+0x3b220): first defined here
src/Plugin_Module.o:(.bss+0x3b230): multiple definition of `b_gse5buf'
src/LADSPAInfo.o:(.bss+0x3b230): first defined here
src/Plugin_Module.o:(.bss+0x3b240): multiple definition of `b_sfil1'
src/LADSPAInfo.o:(.bss+0x3b240): first defined here
src/Plugin_Module.o:(.bss+0x3b250): multiple definition of `b_sfil2'
src/LADSPAInfo.o:(.bss+0x3b250): first defined here
src/Plugin_Module.o:(.bss+0x3b260): multiple definition of `b_ft1'
src/LADSPAInfo.o:(.bss+0x3b260): first defined here
src/Plugin_Module.o:(.bss+0x3b270): multiple definition of `b_lf1Ab1'
src/LADSPAInfo.o:(.bss+0x3b270): first defined here
src/Plugin_Module.o:(.bss+0x3b280): multiple definition of `b_lf1Ab2'
src/LADSPAInfo.o:(.bss+0x3b280): first defined here
src/Plugin_Module.o:(.bss+0x3b290): multiple definition of `b_lf1Ab3'
src/LADSPAInfo.o:(.bss+0x3b290): first defined here
src/Plugin_Module.o:(.bss+0x3b2a0): multiple definition of `b_lf1Ab4'
src/LADSPAInfo.o:(.bss+0x3b2a0): first defined here
src/Plugin_Module.o:(.bss+0x3b2b0): multiple definition of `b_lf1Ab5'
src/LADSPAInfo.o:(.bss+0x3b2b0): first defined here
src/Plugin_Module.o:(.bss+0x3b2c0): multiple definition of `b_lf1Aat1'
src/LADSPAInfo.o:(.bss+0x3b2c0): first defined here
src/Plugin_Module.o:(.bss+0x3b2d0): multiple definition of `b_lf1Aat2'
src/LADSPAInfo.o:(.bss+0x3b2d0): first defined here
src/Plugin_Module.o:(.bss+0x3b2e0): multiple definition of `b_lf1Aat3'
src/LADSPAInfo.o:(.bss+0x3b2e0): first defined here
src/Plugin_Module.o:(.bss+0x3b2f0): multiple definition of `b_lf1Aat4'
src/LADSPAInfo.o:(.bss+0x3b2f0): first defined here
src/Plugin_Module.o:(.bss+0x3b300): multiple definition of `b_lf1Aat5'
src/LADSPAInfo.o:(.bss+0x3b300): first defined here
src/Plugin_Module.o:(.bss+0x3b310): multiple definition of `b_lf1Anr1'
src/LADSPAInfo.o:(.bss+0x3b310): first defined here
src/Plugin_Module.o:(.bss+0x3b320): multiple definition of `b_lf1Anr2'
src/LADSPAInfo.o:(.bss+0x3b320): first defined here
src/Plugin_Module.o:(.bss+0x3b330): multiple definition of `b_lf1Anr3'
src/LADSPAInfo.o:(.bss+0x3b330): first defined here
src/Plugin_Module.o:(.bss+0x3b340): multiple definition of `b_lf1Anr4'
src/LADSPAInfo.o:(.bss+0x3b340): first defined here
src/Plugin_Module.o:(.bss+0x3b350): multiple definition of `b_lf1Anr5'
src/LADSPAInfo.o:(.bss+0x3b350): first defined here
src/Plugin_Module.o:(.bss+0x3b360): multiple definition of `b_lf1Abuf'
src/LADSPAInfo.o:(.bss+0x3b360): first defined here
src/Plugin_Module.o:(.bss+0x3e260): multiple definition of `b_lf1Bb1'
src/LADSPAInfo.o:(.bss+0x3e260): first defined here
src/Plugin_Module.o:(.bss+0x3e270): multiple definition of `b_lf1Bb2'
src/LADSPAInfo.o:(.bss+0x3e270): first defined here
src/Plugin_Module.o:(.bss+0x3e280): multiple definition of `b_lf1Bb3'
src/LADSPAInfo.o:(.bss+0x3e280): first defined here
src/Plugin_Module.o:(.bss+0x3e290): multiple definition of `b_lf1Bb4'
src/LADSPAInfo.o:(.bss+0x3e290): first defined here
src/Plugin_Module.o:(.bss+0x3e2a0): multiple definition of `b_lf1Bb5'
src/LADSPAInfo.o:(.bss+0x3e2a0): first defined here
src/Plugin_Module.o:(.bss+0x3e2b0): multiple definition of `b_lf1Bat1'
src/LADSPAInfo.o:(.bss+0x3e2b0): first defined here
src/Plugin_Module.o:(.bss+0x3e2c0): multiple definition of `b_lf1Bat2'
src/LADSPAInfo.o:(.bss+0x3e2c0): first defined here
src/Plugin_Module.o:(.bss+0x3e2d0): multiple definition of `b_lf1Bat3'
src/LADSPAInfo.o:(.bss+0x3e2d0): first defined here
src/Plugin_Module.o:(.bss+0x3e2e0): multiple definition of `b_lf1Bat4'
src/LADSPAInfo.o:(.bss+0x3e2e0): first defined here
src/Plugin_Module.o:(.bss+0x3e2f0): multiple definition of `b_lf1Bat5'
src/LADSPAInfo.o:(.bss+0x3e2f0): first defined here
src/Plugin_Module.o:(.bss+0x3e300): multiple definition of `b_lf1Bnr1'
src/LADSPAInfo.o:(.bss+0x3e300): first defined here
src/Plugin_Module.o:(.bss+0x3e310): multiple definition of `b_lf1Bnr2'
src/LADSPAInfo.o:(.bss+0x3e310): first defined here
src/Plugin_Module.o:(.bss+0x3e320): multiple definition of `b_lf1Bnr3'
src/LADSPAInfo.o:(.bss+0x3e320): first defined here
src/Plugin_Module.o:(.bss+0x3e330): multiple definition of `b_lf1Bnr4'
src/LADSPAInfo.o:(.bss+0x3e330): first defined here
src/Plugin_Module.o:(.bss+0x3e340): multiple definition of `b_lf1Bnr5'
src/LADSPAInfo.o:(.bss+0x3e340): first defined here
src/Plugin_Module.o:(.bss+0x3e360): multiple definition of `b_lf1Bbuf'
src/LADSPAInfo.o:(.bss+0x3e360): first defined here
src/Plugin_Module.o:(.bss+0x41260): multiple definition of `b_mbuf'
src/LADSPAInfo.o:(.bss+0x41260): first defined here
src/Plugin_Module.o:(.bss+0x41270): multiple definition of `b_mbuf2'
src/LADSPAInfo.o:(.bss+0x41270): first defined here
collect2: ld returned 1 exit status
make[1]: *** [src/mixer] Error 1
make: *** [all] Error 2
-
studio32
Re: Compiling The Non Mixer
Ah man, that will help you a lot.funkmuscle wrote:hey, I have no clue on how to use irc.
You can use pidgin, xchat or konversation or webclient:
http://webchat.freenode.net/?channels=non
server: irc.freenode.org
channel: #non
https://help.ubuntu.com/community/InternetRelayChat
- funkmuscle
- Established Member
- Posts: 2984
- Joined: Mon Jun 02, 2008 2:30 pm
- Has thanked: 194 times
- Been thanked: 50 times