How to make Chionic with g++-3.3?

Hi. I tried like that:
# Contributor: Maciej Ciemborowicz <moonkey[at]op[dot]pl>
pkgname=chionic
pkgver=1.0.1
pkgrel=1
pkgdesc="advanced audio sampler for Linux"
url="http://sourceforge.net/projects/cheesetronic"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('libsigcpp1.2')
makedepends=('scons' 'python>=2.2')
source=('http://downloads.sourceforge.net/cheesetronic/chionic-1.0.1.tar.gz')
build() {
cd "$srcdir/$pkgname-$pkgver"
scons CXX="g++-3.3" || return 1
scons install prefix=/usr || return 1
scons -c || return 1
But scons still use standard g++:
bash-3.2# makepkg --asroot
==> Making package: chionic 1.0.1-1 x86_64 (pią, 13 mar 2009, 16:45:44 CET)
==> WARNING: Running makepkg as root...
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found chionic-1.0.1.tar.gz in build dir
==> WARNING: Integrity checks (md5) are missing or incomplete.
==> Extracting Sources...
-> bsdtar -x -f chionic-1.0.1.tar.gz
==> Removing existing pkg/ directory...
==> Starting build()...
scons: Reading SConscript files ...
scons: warning: The Options class is deprecated; use the Variables class instead.
File "/var/abs/local/chionic/src/chionic-1.0.1/SConstruct", line 41, in <module>
detected /opt/qt/bin/moc
scons: warning: The env.Copy() method is deprecated; use the env.Clone() method instead.
File "/var/abs/local/chionic/src/chionic-1.0.1/common/plugins/effects/custom/SCsub", line 3, in <module>
scons: done reading SConscript files.
scons: Building targets ...
g++ -o cheezator/engine/cz_bank.o -c -I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2 -I/usr/include -DPOSIX_ENABLED -O3 -ffast-math -DLADSPA_ENABLED -DOSS_ENABLED -DJACK_ENABLED -DALSA_ENABLED -I/usr/include/alsa -DSNDFILE_ENABLED -Icommon/ -Icommon/defines/ -Icommon/ -Icommon/defines/ -Icommon/components/data -Icommon/components/data -I/opt/qt/include -DQT_NO_EMIT -Icommon/components/data -Icommon -I. -Icommon/defines cheezator/engine/cz_bank.cpp
In file included from common/components/audio/lfo.h:36,
from ./cheezator/engine/cz_patch.h:17,
from cheezator/engine/cz_bank.h:15,
from cheezator/engine/cz_bank.cpp:12:
common/components/data/property_bridges.h:92: error: extra qualification 'Int_Property_Bridge::' on member 'copy_value'
common/components/data/property_bridges.h:147: error: extra qualification 'Float_Property_Bridge::' on member 'copy_value'
common/components/data/property_bridges.h:162: error: extra qualification 'Bool_Property_Bridge::' on member 'copy_value'
common/components/data/property_bridges.h:180: error: extra qualification 'String_Property_Bridge::' on member 'copy_value'
common/components/data/property_bridges.h:199: error: extra qualification 'Options_Property_Bridge::' on member 'copy_value'
scons: *** [cheezator/engine/cz_bank.o] Error 1
scons: building terminated because of errors.
==> ERROR: Build Failed.
Aborting...
bash-3.2#
What am I doing wrong?

Yeah, i tried it. But it still doesn't works.
bash-3.2# makepkg
==> ERROR: Running makepkg as root is a BAD idea and can cause
permanent, catastrophic damage to your system. If you
wish to run as root, please use the --asroot option.
bash-3.2# makepkg --asroot
==> Making package: chionic 1.0.1-1 x86_64 (sob, 14 mar 2009, 17:22:38 CET)
==> WARNING: Running makepkg as root...
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found chionic-1.0.1.tar.gz in build dir
==> WARNING: Integrity checks (md5) are missing or incomplete.
==> Extracting Sources...
-> bsdtar -x -f chionic-1.0.1.tar.gz
==> Removing existing pkg/ directory...
==> Starting build()...
Downloading patch...
--2009-03-14 17:22:46-- http://gentoo-overlays.zugaina.org/pro-audio/portage/media-sound/chionic/files/gcc4.1-fix.patch
Translacja gentoo-overlays.zugaina.org... 91.121.48.21, 2001:41d0:1:aed3::1
Łączenie się z gentoo-overlays.zugaina.org|91.121.48.21|:80... połączono.
Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 200 OK
Długość: 1299 (1,3K) [text/plain]
Zapis do: `gcc4.1-fix.patch.1'
100%[===================================================================================>] 1.299 --.-K/s w 0,001s
2009-03-14 17:22:47 (1,08 MB/s) - zapisano `gcc4.1-fix.patch.1' [1299/1299]
Editing SConstruct...
Patching: gcc4.1-fix.patch...
patching file common/components/data/property_bridges.h
patching file common/components/audio/resampler_manager.h
patching file common/drivers/posix/sound_driver_jack.h
scons: Reading SConscript files ...
detected /opt/qt/bin/moc
scons: warning: The env.Copy() method is deprecated; use the env.Clone() method instead.
File "/var/abs/local/chionic/src/chionic-1.0.1/common/plugins/effects/custom/SCsub", line 3, in <module>
scons: done reading SConscript files.
scons: Building targets ...
g++ -o cheezator/engine/cz_engine.o -c -I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2 -I/usr/include -DPOSIX_ENABLED -O3 -ffast-math -DLADSPA_ENABLED -DOSS_ENABLED -DJACK_ENABLED -DALSA_ENABLED -I/usr/include/alsa -DSNDFILE_ENABLED -Icommon/ -Icommon/defines/ -Icommon/ -Icommon/defines/ -Icommon/components/data -Icommon/components/data -I/opt/qt/include -DQT_NO_EMIT -Icommon/components/data -Icommon -I. -Icommon/defines cheezator/engine/cz_engine.cpp
In file included from common/components/midi/midi_event_handler.h:22,
from common/components/midi/midi_engine.h:16,
from cheezator/engine/cz_engine.h:15,
from cheezator/engine/cz_engine.cpp:12:
common/defines/pvector.h:10: error: declaration of 'std::vector<T*, std::allocator<T*> > VectorPointer<T>::vector'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.3/../../../../include/c++/4.3.3/bits/stl_vector.h:176: error: changes meaning of 'vector' from 'class std::vector<T*, std::allocator<T*> >'
scons: *** [cheezator/engine/cz_engine.o] Error 1
scons: building terminated because of errors.
==> ERROR: Build Failed.
Aborting...
bash-3.2#
Here is the same problem: http://aur.archlinux.org/packages.php?ID=2743 .

Similar Messages

  • How to make report with access 2010 from SharePoint Discussion lists 2013

    HI,
    I want to make an access report from SharePoint Discussion lists 2013. When i open the list with access, the body of the list is in HTML format in access. Also if i reply something to one subject in the discussion, the reply is not mapped to that subject
    but instead it is shown as a separate entry in the database.
    Anyone can please help?
    SAN
    Santhiya
    Santhiya

    Hi Santhiya,
    I have seen a similar post from you, my understanding is that you wonder that the reply is mapped to the related subject. You can take a look at Daniel's reply in the following thread:
    http://social.technet.microsoft.com/Forums/en-US/dfb5bcb9-0076-412a-b34f-46aa9cfba876/how-to-make-report-with-access-2010-from-sharepoint-discussion-lists-2013?forum=sharepointgeneral
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • When you change PC how to make connection with iphone and new PC

    when you change PC how to make connection with iphone and new PC

    Yes, you can do it the same as any other database. The code would be similar.
    I'd also suggest you not to use the JDBC ODBC bridge for connection. There are other drivers available for that.
    Regards
    xH4x0r

  • CS4|5 Exporter - how to make slider with no checkbox?

    Hi all,
    I can't work out how to make a slider with no checkbox next to it.
    Also it is possible to make two fields next to each other?
         eg:
                   M: 15     N: 3
    Zac, it would be nice if you mentioned in the Docs that multi choice widgets are a Radio Button pair for < 3 otherwise it's a Drop Down box.

    Hi Rallymax,
    The slider + checkbox behavior was a problem with the first version of the exporter API in CS4, but in CS5 it has been fixed.  The problem was in how the exporter host layer interpreted the parameters specified via the Export Param Suite.  So when making presets for your exporter, it would make sense to use CS5, since CS4 has the problematic behavior.  I haven't tried this, but bringing those presets from CS5 back to CS4 may solve the problem in CS4.
    So far we haven't had any need or request for two editable fields side-by-side.
    Sure, I can add that detail to the docs.
    Regards,
    Zac

  • TS4268 My facetime can't be shown on main screen although it's shown in settings. Pls. instruct me how to make it with thanks.

    My phone is iphone 4S, version 6.0.1(10A523) .
    My facetime can't be shown on main screen although it's available in settings. Pls. instruct me how to make a facetime icon with thanks.

    There is no FT icon for the main screen on an iPhone.  It's accessed through Contacts.
    http://support.apple.com/kb/HT4319

  • How to make impdp with various files

    Hi, I ran the following command to make the export of my database.
    /u01/app/oracle/product/10g/bin/expdp newsys/mypass@prd schemas=NEWSYS directory=DMPDIR dumpfile=prd_newsys%U.dmp filesize=2G logfile=prd_newsys.log
    This generated a 3 files: prd_newsys01.dmp / prd_newsys02.dmp / prd_newsys03.dmp
    How I make a import?

    I ran this command: /u01/app/oracle/product/10g/bin/impdp newsys/mypass@tst schemas=NEWSYS directory=DMPDIR dumpfile=prd_newsys%U.dmp
    But returns:
    Import: Release 10.2.0.1.0 - Production on Sunday, 08 March, 2009 21:46:34
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Release 10.2.0.1.0 - Production
    Master table "NEWSYS"."SYS_IMPORT_SCHEMA_05" successfully loaded/unloaded
    Starting "NEWSYS"."SYS_IMPORT_SCHEMA_05": NEWSYS/********@tst schemas=NEWSYS directory=DMPDIR dumpfile=prd_newsys%U.dmp logfile=import.log
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.LOAD_METADATA
    ORA-31640: unable to open dump file "/backup/oracle/prd_newsys01.dmp" for read
    ORA-19505: failed to identify file "/backup/oracle/prd_newsys01.dmp"
    ORA-27046: file size is not a multiple of logical block size
    Additional information: 1
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6273
    PL/SQL Call Stack
    object line object
    handle number name
    0x418748f0 14916 package body SYS.KUPW$WORKER
    0x418748f0 6300 package body SYS.KUPW$WORKER
    0x418748f0 3514 package body SYS.KUPW$WORKER
    0x418748f0 6889 package body SYS.KUPW$WORKER
    0x418748f0 1262 package body SYS.KUPW$WORKER
    0x4aece4b0 2 anonymous block
    Job "NEWSYS"."SYS_IMPORT_SCHEMA_05" stopped due to fatal error at 21:48:08

  • How to make tabs with same width in tabbedPane?

    I have a JTabbedPane with seven tabs, but can I make them same width? and fill out whole top side.
    Thank you.

    not directly without knowing how much space there is an adding spaces to the labels accordingly to space them out. You'd have to modify the tabbedpane UI classes for the L&F.

  • How to make changes with HostGator using Iweb

    Hello
    I can not seem to make any changes to my web site created in iWeb on HostGator. Thier IT folks can not seem to figure it out,
    please advise.
    M

    Ps: how do I clear history/etc so I can see any changes ?
    Clear your browser's cache (Command+Option+E for Safari) and reload the page.
    Have you tried publishing to a folder on your hard drive and using a 3rd party FTP client like Cyberduck (free), YummyLite or Transmit.  Many users have found success in uploading with a 3rd party FTP client when they had problems using iWeb.

  • How to make DVDs with Premiere Pro CC

    I upgraded to CC from CS4 so I noticed there is no Encore DVD CC program to download. I think I read once that somebody said Adobe allows you to download a previous version of Encore but I can't find it, is this possible? If not how do you guys make DVDs for a client who wants them?
    If there is an Adobe Encore version to download, what video format should I export to make the DVD on Encore?
    If anybody can direct me with a link I would really appreciate it
    Thank you!

    Its a pity that Adobe could not put Encore out into the public domain  (freeware) or sell it to someone who will provide it to those who need it.
    This post includes Neil Wilkes' explanation for what happened.
    https://forums.adobe.com/message/6123689#6123689
    (Adobe has never confirmed this, and has taken down their "Encore FAQ" that gave their lame explanation for why Encore is end of life.)
    Basically, Adobe licensed the authorcore for Encore from Sonic/Roxio, which has been bought out by Rovio. Rovio killed all the sonic licensing (because they are into streaming).
    Sony may be the only continuing product other than consumer options.

  • How to make login with instagram and ContinueWebAuthentication

    hello im make an application where user get login with facebook and instagram and get all his data into the app all photo .
    i have created facebook login using facebook api  FacebookClient but i cant find any thing like this for instagram ....i have start coding for this u get instagram login page but after that i dont understand how get access token and user data ....
    private void BtnInstagram_Click(object sender, RoutedEventArgs e)
    string startUrl = "https://instagram.com/oauth/authorize/?client_id=" + "MYAPP ID "+ "&redirect_uri=http://none&response_type=token";
    string endUrl = "http://none";
    Uri startUri = new System.Uri(startUrl);
    Uri endUri = new System.Uri(endUrl);
    WebAuthenticationBroker.AuthenticateAndContinue(startUri, endUri);
    public void ContinueWebAuthentication(WebAuthenticationBrokerContinuationEventArgs args)
    WebAuthenticationResult result = args.WebAuthenticationResult;
    if (result.ResponseStatus == WebAuthenticationStatus.Success)
    // what code should be added here ??

    Hi,
    Have a look at this Sample App for getting Auth Token from Instagram in windows phone app. 
    Also read the api documentation for more details from
    here.
    Pradeep AJ

  • How to make fields with Forms Builder "read only"

    Hello,
    I'd like to make the fields "date" and "user" in the news form read only so that the user cannot edit them. Is this possible and how. ?
    Andreas

    Yes its possible. You use a label instead of a field. But you need to refer to datascheme in your label.
    Example: you drag drop your field on the work page.
    You look in its attributes and copy the part datascheme reference.
    You remove the field and drop a label instead on the workfield. You refer to this datascheme instead of the fixed caption.
    Best Regards,
    Frederik

  • How to make export with sensitive user data encrypted?

    My organization need a backup dump of prod database sent to a customer, but want me to encrypt some user's password, and some data.
    Which expdp parameter can do that?
    Or any way I can do that ?
    Thanks in advance.

    To show you how export and import be encrypted at very basic level here is an example of exporting schema rmanencrypt from database orcl (source) to devorcl (target database)
    Encrypted export of schema "rmanencrypt"
    Source Database
    [oracle@localhost ~]$ expdp \'/as sysdba\' DIRECTORY=DATA_PUMP_DIR DUMPFILE=encrypted.dmp schemas=rmanencrypt LOGFILE=encrypted.log ENCRYPTION=ALL ENCRYPTION_PASSWORD=foobar
    Export: Release 11.2.0.3.0 - Production on Wed Jan 11 11:21:47 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "SYS"."SYS_EXPORT_SCHEMA_01":  "/******** AS SYSDBA" DIRECTORY=DATA_PUMP_DIR DUMPFILE=encrypted.dmp schemas=rmanencrypt LOGFILE=encrypted.log ENCRYPTION=ALL ENCRYPTION_PASSWORD=********
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 128 KB
    Processing object type SCHEMA_EXPORT/USER
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    . . exported "RMANENCRYPT"."D"                           5.945 KB       4 rows
    . . exported "RMANENCRYPT"."E"                           8.578 KB      14 rows
    Master table "SYS"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    Dump file set for SYS.SYS_EXPORT_SCHEMA_01 is:
      /home/oracle/app/oracle/admin/orcl/dpdump/encrypted.dmp
    Job "SYS"."SYS_EXPORT_SCHEMA_01" successfully completed at 11:22:36At Target Database this schema doesn't exists.
    SQL> r
      1  select username from dba_users
      2* where username='RMANENCRYPT'
    no rows selectedNow importing the backup first by giving a wrong password.
    [oracle@localhost dpdump]$ impdp \'/as sysdba\' DIRECTORY=DATA_PUMP_DIR DUMPFILE=encrypted.dmp ENCRYPTION_PASSWORD=fooba
    Import: Release 11.2.0.3.0 - Production on Wed Jan 11 11:27:31 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39176: Encryption password is incorrect.Now with correct password
    [oracle@localhost dpdump]$ impdp \'/as sysdba\' DIRECTORY=DATA_PUMP_DIR DUMPFILE=encrypted.dmp ENCRYPTION_PASSWORD=foobar
    Import: Release 11.2.0.3.0 - Production on Wed Jan 11 11:27:47 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYS"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYS"."SYS_IMPORT_FULL_01":  "/******** AS SYSDBA" DIRECTORY=DATA_PUMP_DIR DUMPFILE=encrypted.dmp ENCRYPTION_PASSWORD=********
    Processing object type SCHEMA_EXPORT/USER
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    . . imported "RMANENCRYPT"."D"                           5.945 KB       4 rows
    . . imported "RMANENCRYPT"."E"                           8.578 KB      14 rows
    Job "SYS"."SYS_IMPORT_FULL_01" successfully completed at 11:27:58
    SQL> conn rmanencrypt/rmanencrypt
    Connected.
    SQL> select * from tab;
    TNAME                          TABTYPE  CLUSTERID
    D                              TABLE
    E                              TABLEHTH.
    Regards,
    NC

  • How to make  jar with from java code for the filenames containing spaces

    I tried to make jar file using Runtime.exec method . The filenames have spaces in it .So i gave the filenames in double quotes.It works fine with windows and also from the command prompt.But when i run the same code in unix box , it creates a jar file with no content.Pls give some solution. I used the jdk1.2.2

    Pls give some solution. Pls post your code

  • How to make menu with more chapters on one page

    Hi all, I hope I can describe what I want correctly. I have checked all the templates available but can't seem to figure out how to do this. I have a dance studio video. There are 35 routines (chapters). I want my chapter menu to have many more entries than are available than the templates allow.
    So, the top menu would have "play movie" and "chapters".
    And, the Chapter (or scene selection) menu would have like 20 - 25 entries on ONE page. I do not need moving thumbnails. Is there a way to do this?
    thanks for any help!

    hi again,
    I did some experimenting. I created a sub menu, added movie after movie until I got this msg that said "you've hit the limit, continue anyway". hmmm... ok I said "continue anyway". I added 17 movies to one menu.
    Upon "burn", "create TS_VIDEO folder", or "create disk image", it said I have to fix errors first. I checked the errors and it told me the max entries on a menu are 12. period.
    so... that's the way it goes I guess. I think 12 will be ok with my client.
    have a great day!

  • Sony Smart TV internet connection - how to make work with a MI424wr router

    I have new sony 46" smart tv. having connection issues, can not connect. tv sees router.
    I am getting Configuration Failed while connecting. No link Please check cables <1002>
    Any suggestions on connecting?

    Hi Tim, thanks for the info, but from what I've been able to gather the bandwidth monitoring stats/log is separate from the router's internal syslog. I did learn though that in addition to supporting CIFS, the bandwidth log can also be saved to the router's RAM, NVRAM or a custom location on the router (such as /tmp/).
    So now I'm wondering, not having much experience at all with Automator, could I use it to create an action that uses telnet to login to the router periodically and downloads the bandwidth log from say the /tmp/ directory? BTW - I did find some good reference material on telnet (and SSH) so I now know how to use them via the terminal to access the router and download the log - I'm just not sure about the Automator part.
    Alternatively, if I continue to use CIFS to have the bandwidth log go to my Windows machine, could I use an Automator action to periodically copy the downloaded file over to my Mac?
    What do you think? Do either of these sound like something I could do with an Automator action? Perhaps I should start a thread in the Automator forum...
    Thanks

Maybe you are looking for

  • How to transfer an xml file to NW Portal Knowledge Management from XI?

    Hi all, Anybody knows how to transfer an xml file to NW Portal Knowledge Management from XI? What kind of adapter type I have to choose? And which procedures I have to do in KM Portal? Create a folder, what kind of folder and permissions? Suggestions

  • Intel iMacs and AirTunes (or possibly iTunes 6.0.3)

    Are there any other Intel iMac users who are having problems playing music to remote speakers using iTunes 6.0.3 on 10.4.5? Everything works fine for about 10 minutes then the music suddenly drops out. No error messages, no attempt to reconnect, noth

  • How to filter data and display

    hi there i have a product page and ploduct list menue. i want to be able to filter products. for example on my list i have shose. and they come in diffrent sizes. when cutomers selects size 10 from down down list databse lists all shose size 10. how

  • Add entry  button for roles adding activation

    Hi, My issue is: I created a zview in crmm_contact. I added the roles tab to the application. I added the even,t tool bar, tab group field group to the application. when i see it in portal, iam able to see the roles tab. Under this tab there are  add

  • Safari Crashes and Won't Let Me ReInstall

    And I'm not even running OS X Leopard or Safari 3. . . I'm limping along on OS X 10.3.9, and my original crash (started earlier this evening) was in Safari 10.3.2. The error came so fast that Safari didn't even fully load. I got rid of my Safari.plis